LLBL ver 2.5 Demo
I get : Warning 73 The element 'Compile' in namespace
'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'GeneratedBy' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'SubType, DependentUpon, AutoGen, DesignTime, Link,
DesignTimeSharedInput, Visible, CopyToOutputDirectory' in namespace
'http://schemas.microsoft.com/developer/msbuild/2003'.
C:\Projects\LLBLGen\Northwind1\App_Code\DAL\Nortwind1.DAL.csproj 313 8
C:...\Northwind1\
coming from:
<ItemGroup>
<Compile Include="CollectionClasses\CategoryCollection.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
...
</ItemGroup>
Does anyone know what might be causing this? I have seen other posts of the *.csproj file on this forum and they have the same construct but no one else seems to get errors or at least they don't complain.
Thanks in advance for the help,
Les