
Dim oDT As New DocumentTable.DocumentTableDataTable
Dim oDTRow As DocumentTable.DocumentTableRow
Dim daDT As New DocumentTableTableAdapters.DocumentTableTableAdapter
VisualBasic.Net: Unknown Entity 'DocumentTable'
This omission is generating too many false errors.
Thanks,
15 Answers, 1 is accepted
Thanks for the feedback.
We're aware of the problem about using DataSets and DataAdapters in web site projects. Hopefully we'll manage to fix it soon.
Sincerely yours,
Jordan
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
I got some feedback saying that you still have a problem with this. Which version of JC do you have installed now? Could you send a small sample solution that demonstrates the problem?
Greetings,Tsviatko Yovtchev
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.

Same problem here. I just installed JC Q2 2010 and all my Strongly Typed Datset are marked red error.
I use them a lot so this is very annoying. The project compiles just fine and the dataset comes ut with intellisens.
This should have been fixed i february ans is still there.
Running VS2010 -C#
You are right about this issue having been fixed long ago. However, it seems we still fail in some corner cases. Could you send over a small sample project that exhibits this problem? That should allow us to fix it once and for all.
Regards,Tsviatko Yovtchev
the Telerik team

SLTDon
Sorry for the late response.
Do you import the DataSets from SQL Server?
We tried to reproduce this with a local database (added in the Solution Browser > Add > New item... > Data > Local Database) in a new ConsoleApplication and with Solution Browser > Add > New item... > Data > DataSet and the auto-generated classes were recognized just fine.
Maybe it would really help to have a look at your solution in a screen-sharing session with GoToMeeting or Skype. Please open a new private ticket so that we can discuss the details.
Anyone else having similar problems and reading this thread it would be great if you could provide us with a self-contained solution with which we could reproduce this issue.
Hans Kratz
the Telerik team

On my older applications that use Strongly Type Datasets, JustCode shows any reference to these datatypes as not being found or an unknown type.
I read through some post where this was fixed, but it's still a problem in a number of my projects which compile without any problems.
Any help here would be greatly appreciated.
Thanks,
Terance Emory

I typically create my datatableadapters by right clicking in the dataset design space and select Add -> Tableadapter. Not sure if that makes any difference or not.
Thanks,
John
Hello John!
We have identified one issues with Strongly Typed Datasets in Websites which will be fixed in the next JustCode internal build. Do you encounter this problem with normal projects or websites?
Best wishes,
Hans Kratz
the Telerik team

For me it is with websites, I have not looked at any normal projects yet.
Thanks,
Terance
if you want to test if our internal build fixes this issue for you before it is released please open a new private ticket where we can provide you with the internal build.
Hans Kratz
the Telerik team

does the problem persist after choosing JustCode | Refresh Code Analysis?
Hans Kratz
the Telerik team

Thank you very much for your help.
EDIT: After closing and reopening the project, it shows the errors again and I have to Refresh Code Analysis to make it go away. Any ideas?
The problem is that JustCode tries to pick up the code files that are generated for the datasets. Those files are created in the background when the solution is opened. Normally JustCode tries to force the creation of such files when the solution is opened and waits for them to become available. However this seems to fail for your solution.
It would be great if you could provide us with a test sln which exhibits this problem so that we can reproduce and fix it.
Hans Kratz
the Telerik team