Just installed the new version, and had a very smooth migration. Everything worked 100% out of the box.
However, even though the newly generated code compiles, I am getting the following compiler warnings (one for each .cs file):
"The custom tool 'LLBLGen Pro' failed while processing the file 'foo.cs'."
I believe the warning is caused by this line in the project file:
<File
RelPath = "DatabaseGeneric\AssemblyInfo.cs"
BuildAction = "Compile"
Generator = "LLBLGen Pro" <!--this is the line-->
/>
For some reason, these warnings only show up in VS.Net--when I run my automated build script, there are no compiler warnings.
What am I doing wrong?