Ken McLean
03-23-2009, 10:08 PM
I am using LINQ to query my database. It works OK on my local development computer but when I upload the application to the discount.ASP.NET server, I get an compliation error message --
BC30242: 'Partial' is not valid on a method declaration
The message is referring to the declaration of a Partial Private Sub declaration listed under the Extensibility Method Definitions generated by the Visual Studio 2008 IDE.
Any ideas on how to get around this problem? Thanks for your help.
Ken McLean
BC30242: 'Partial' is not valid on a method declaration
The message is referring to the declaration of a Partial Private Sub declaration listed under the Extensibility Method Definitions generated by the Visual Studio 2008 IDE.
Any ideas on how to get around this problem? Thanks for your help.
Ken McLean