I logged into customer area and downloaded the full version.
I next uninstalled llblgenpro last version and installed the new version.
I got an error on writing the llblgenpro.chm file probably because the uninstall didn't take the help file out???
Then I deleted the last generation of code.
Regenerated with the new version 9/16 date, and after removing project and then adding it back in, reesatblishing reference to project, I see that the same error as above is there.
I hit F5 and failed with the one error.
This is a web project that has recently been converted to 2008 and 3.5 and when I did that there were problems with the web.config file in that the httphandlers for ajax were not copied into there. Just in case something else could be missing.
The basic statement works if put into a new web project, but not in the converted project.
So the difference might be the web.config.
I compared the 2 web.configs and the namespace on the converted one was missing
system.linq.
After changing that, the error went away. compiling says there are compile errors, but none listed, so next time I choose yes contine with last successful build to see if I can get further info that way. Project comes to expected login screen and I navigate to billing where my test is and get:
Server Error in '/nwm' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30205: End of statement expected.
Source Error:
Line 62: 'custs.GetMulti(aFilter, 0, aSort)
Line 63: Dim metaData As New LinqMetaData
Line 64: Dim custs = From c In metaData.Customer Select c
Line 65: customers.Items.Clear()
Line 66: customers.Items.Add(New ListItem("Select", "0"))
Source File: C:\Websites\nwm\billing.aspx.vb Line: 64
I closed Visual Studio and started back up, but I get the same results.
Any Ideas?