|
Rank: Newbie Groups: Member
Joined: 7/28/2011 Posts: 2
|
I have a new PC.
I have installed the same development environment like on the old PC, exactly the same version of EO.Web package. When I open the project in design view, no Eo controls are shown. Instead there is "Error Creating Control - ControlNameHere. Unknown server tag"
I looked at previous post regarding this issue, and the problems were usually due to different versions of EO.Web dlls on the new machine as compered with the ones reference in the project.
I can confirm the EO.Web package is at exactly the same version as on the old PC.
Can you help?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi, Check if you have this at the top of your page:
Code: HTML/ASPX
<%@ Register assembly="EO.Web" namespace="EO.Web" tagprefix="eo" %>
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 7/28/2011 Posts: 2
|
EDIT: I got it working.
I had to reset Visual Web Dev 2010 settings to defaults. I then uninstalled and re-installed EO.Web package and it works OK.
Thank you.
OLD POST:
Hi
Thank you for the fast reply.
I can confirm the presence of the line at the top of the pages. (nothing changed in the project when it was copied to the new PC, so I am not sure why you would think that line would disappear???)
I also double checked the referenced EO.Web version is the same as the installed one (which is 8.0.40.2)
The EO.Web package installed correctly on the new PC (the Visual Web Developer toolbar is showing all the EO controls and when I start a new project and drag the controls, they show correctly).
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Great. Glad that you got it working and thanks for the update!
|
|