"GeneratedBy" child element error in *.csproj

Posts   
 
    
Les
User
Posts: 13
Joined: 29-Aug-2007
# Posted on: 30-Aug-2007 17:09:47   

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

Les
User
Posts: 13
Joined: 29-Aug-2007
# Posted on: 30-Aug-2007 18:56:28   

Guys,

Forget about my last message. While it is a curios issue, if I don't open the *.csproj file the warnings don't appear. I have much more to get done than focus on this for now. I am sure that you do too.

Thanks and have a great day, Les

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39910
Joined: 17-Aug-2003
# Posted on: 30-Aug-2007 18:59:44   

you build the 2.0 code for .net 1.1 or something? As I never see warnings with these elements...

Frans Bouma | Lead developer LLBLGen Pro