[Resolved] LINQ - DataContext Definition
Hi Guys,
I have deployed my app to LocalHost (virtual folder) and I receive the following error when navigating to the .aspx file via IE.
Compiler Error Message: BC30002: Type 'MyDataContext' is not defined.
(Code line identified) Dim db as New MyDataContext
Do I need to explicitly define this by say an Include statement LINQ attribute?
Cheers.
Re: LINQ - DataContext Definition
Hmmmm, just tried the same example at work and it seems OK?
Re: [Resolved] LINQ - DataContext Definition
For anyone else: It seemed to be a permissions thing?? I was able to get it up on my PC at home (Inetpub), by configuring with the ASP Configuration tool within VWD.