Cannot Instantiate Datacontext

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
Tundetoday
Posts: 1
Joined: Sat 07 Nov 2020 20:29

Cannot Instantiate Datacontext

Post by Tundetoday » Sat 07 Nov 2020 20:41

Hi Everyone,
I just installed linqconnect professional and I have been able to generate model from existing database using the Linqconnect Approach.
The problem i have is that when i try to instantiate the datacontext , it gets underlined as if i am not using it in the right context.
can anybody help?


Dim context As TerraconcMainContext = New TerraconcMainContext

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Cannot Instantiate Datacontext

Post by Shalex » Mon 09 Nov 2020 20:18

Please specify the exact text of the error (or warning) you are getting. Check the View > Error List window.

Post Reply