Rank: Member Groups: Member
Joined: 7/23/2007 Posts: 13
|
Why is it when I develop my page locally I don't get the error on my source page but when I move the page over to the IIS server I get the message above.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,356
|
Hi,
That occurs when the tag is not registered. There are generally two ways to register a tag, either in each page or in your web.config. The main difference between a development machine and the production machine is usually web.config due to difference on how directory/applications are structured, so that might be where you want to look; Or you can create a test page and try to register it with @Register directive on that single page and see if it works. In any case this should not be an issue specifically related to us, so you might want to Google around and see what other causes are.
Thanks
|
Rank: Member Groups: Member
Joined: 7/23/2007 Posts: 13
|
EO.Support,
I found the answer when going to EO.Web Help, under Installing controls to GAC. I followed the instructions and added the EO.Web.dll to my development machine GAC.
Duane Stockert
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,356
|
Thanks for the update!
|