This is a migrated thread and some comments may be shown as answers.

LinqDataSource Error from Just Code

3 Answers 70 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ted
Top achievements
Rank 1
Ted asked on 22 Apr 2010, 03:22 PM
I have a few linq data source controls on my page and Just code sees them as errors.  I get the message ASP.Net tags: ASP.net tag asp:LinqDataSource not registered.

not a big deal as I can just ignore them now but wanted to let you know.

3 Answers, 1 is accepted

Sort by
0
Hans Kratz
Telerik team
answered on 23 Apr 2010, 09:37 AM
Hello Ted,

 thanks for your feedback.

Unfortunately I can not reproduce this issue here, the asp:LinqDataSource tag is recognized just fine. 

Could you answer a few questions that would help us tracking down this issue:

  1. What  version of Visual Studio and JustCode are you using?
  2. If you create a new website and add a asp:LinqDataSource tag in an .aspx file, does it also show an error?
  3. Is there anything special in the web.config of your website/webapp?

Thanks in advance for your help.

Kind regards,
Hans Kratz
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Ramon
Top achievements
Rank 2
answered on 21 Feb 2013, 06:53 PM
I have the exact same problem,
It's being happening with several versions, I just updated to Q1 2013 and is the same thing.

Error:

ASP.Net tags: ASP.net tag asp:LinqDataSource not registered



ASP.Net tags

Code: 
<asp:LinqDataSource ID="LinqDataSource2" runat="server" ContextTypeName=" .....

I get 362 errors in just code for not identifying this tag
0
Ramon
Top achievements
Rank 2
answered on 21 Feb 2013, 07:11 PM
Well, very interesting... i just found a solution, it´s something about the schema cache...
Here is what I did:

  • Close VS, 
  • delete schema cache,
  • re-open VS. 

You can find the schemas under something like:
C:\Users\Pavel\AppData\Roaming\Microsoft\VisualStudio\10.0\ReflectedSchemas

or in my case something like:
C:\Documents and Settings\hernandr\Application Data\Microsoft\VisualStudio\10.0\ReflectedSchemas

deleted all files, reopen VS.. and... voila... problem fixed...

Here is the original post where I found it: http://forums.asp.net/p/1552731/3811467.aspx)
Hope this helps,  
Tags
General Discussions
Asked by
Ted
Top achievements
Rank 1
Answers by
Hans Kratz
Telerik team
Ramon
Top achievements
Rank 2
Share this question
or