|
Rank: Newbie Groups: Member
Joined: 7/6/2007 Posts: 7
|
I'm using the 3.1 version, which works fine in one application I'm developing, but when I moved to a separate development application, the same elements are now coming up as an error saying "Not known element"
I've tried what I've found on your website as far as adding to the GAC, and refreshing the dll reference...but no go. Any ideas?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Humm, that is strange. Both applications are on your local machine? You can not reference it from a shared network location. Also, can you post out the deail error message?
Thanks.
|
|
Rank: Newbie Groups: Member
Joined: 7/6/2007 Posts: 7
|
It gets the red underline with the error message:
"Element 'Tabstrip' is not a known element. This can occur if there is a compilation error in the Web site."
I also just tried to uninstall/reinstall. Now, it will run in debug, but I still get the red underline with the "element not known" message.
I suppose it's ok since I can run it, but why is it giving me the design-time error?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Usually it does that when either our controls or your project is sitting on a network drive, in which case Visual Studio can not load the controls due to permission issues. Can you try to create a blank new project and see if it gives you the same error message?
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 7/6/2007 Posts: 7
|
I did, and it does. But the menu displays during design time and during run time. It's just in the markup view, it has the tags with the error underline.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Thanks for the update. If the menu displays at design time then the controls are properly loaded. Since it runs fine at both design time and runtime, then it's probablly OK to ignore the message for now. We will continue to look into it and see if we can reproduce the situation at here and find a way to get rid of these annoying messages.
|
|
Rank: Newbie Groups: Member
Joined: 7/6/2007 Posts: 7
|
Thank you. :)
|
|