.Net 2.0 and VS2005

Posts   
 
    
LoneEagle
User
Posts: 6
Joined: 08-Jul-2005
# Posted on: 11-Jul-2005 14:56:09   

Hi,

I am trying to generate a prototype with .Net Framework 2.0 and Visual Studios 2005. I managed to created an entity and generate the Visual Studios projets (2). I created a solution to include both of them but there is a problem with the references. There is no libraries found (yellow flag).

I did a find on my whole hard disk for "SD.LLBLGen.Pro.DQE.SqlServer" and could only find files ending with ".Net10" or ".Net11".

What wrong?

Please note that we are using that product for the first time but have experience with VS2003 and .Net 1.1.

Allen

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 11-Jul-2005 15:58:10   

This is a known issue with teh vs.net 2005 project templates. THe code should compile fine. To get rid of the yellow exclamation marks, re-add the references.

This issue will be fixed real soon (today or tomorrow)

Frans Bouma | Lead developer LLBLGen Pro
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 11-Jul-2005 20:27:54   

The cause seems to be that in the generated 'name' tag, '.NET11' is missing. Once that's added then it works. I'll fix that tomorrow (tuesday)

Frans Bouma | Lead developer LLBLGen Pro
LoneEagle
User
Posts: 6
Joined: 08-Jul-2005
# Posted on: 12-Jul-2005 14:21:17   

Thanks.

But this means that you do not support .Net 2.0 but only 1.0 and 1.1?

Do you have any idea when you will support it?

Thanks again.

Allen

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 12-Jul-2005 14:52:18   

LoneEagle wrote:

Thanks.

But this means that you do not support .Net 2.0 but only 1.0 and 1.1?

The .net11 code works on .net 2.0 simple_smile

Do you have any idea when you will support it? Thanks again. Allen

Please see: http://www.llblgen.com/pages/roadmap.aspx

V2.0 will support .NET 2.0 features, till then only .NET 1.1 features are supported, though will work on .NET 2.0.

Frans Bouma | Lead developer LLBLGen Pro
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 12-Jul-2005 21:40:01   

the issue with the references is fixed in the next build.

Frans Bouma | Lead developer LLBLGen Pro