Hi.
I am on LLBLGen v3.5 and vs2010. I got a few issues having generated GUI files for my llblgen project using the 'ASP.NET GUI generator templates'.
All are resolved, just wanted to share with you
To get around the first issue I had to change the Build action of GeneralUtils.cs and Interfaces.cs from Content to Compile. I also moved them out of the App_Code folder.
I also had to right-click all ascx/aspx/master files and select 'Convert to web application' to get the designer.cs files generated.
I then added the following assemblies in web.config:
<add assembly="SD.LLBLGen.Pro.DQE.SqlServer.NET20, Version=3.5.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27" />
<add assembly="SD.LLBLGen.Pro.ORMSupportClasses.NET20, Version=3.5.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27" />