"Custom Tool" problem

Posts   
 
    
MikeH
User
Posts: 3
Joined: 21-Oct-2005
# Posted on: 01-Nov-2005 22:58:49   

Minor issue: when LLBLGen 1.0.2005.1 Final generates adapter scenario C# code for Visual Studio 2005, the "DatabaseSpecific" classes and app.config are all marked in the project file as having a custom tool of "LLBLGen Pro". This causes warnings during the build. (I'm using VS2005 RTM).

Removing the "Custom Tool" property from the files resolves the issue, but must be done after every code generation.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 01-Nov-2005 23:35:37   

I've changed this today, the code will be rolled out shortly. Because during the beta period of vs.net 2005 there was very little info about the meta tags that were supported, I did a gamble, and obviously picked the wrong tag. I've now changed it to GeneratedBy which isn't confusing vs.net and will work without a problem.

Thanks for reporting simple_smile

Frans Bouma | Lead developer LLBLGen Pro
Answer
User
Posts: 363
Joined: 28-Jun-2004
# Posted on: 02-Nov-2005 16:39:53   

I was wondering how to get rid of those stupid warnings simple_smile