Missed PetShop projects under VS2005

Posts   
 
    
Gabor
User
Posts: 97
Joined: 29-Jan-2005
# Posted on: 23-Jan-2006 12:28:14   

Hi,

I want to try the petshop demo, but it seems, that I have to convert it to the VS2005 before.

After converting, the SD.LLBLGen.Pro.ORMSupportClasses.NET11 missed in all references, and the SD.LLBLGen.Pro.DQE.SqlServer.NET11 missed in the DAL.DBspecific project.

Does anybody experiened this, or I missed something.

Thanks in advance

Gabor

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39930
Joined: 17-Aug-2003
# Posted on: 23-Jan-2006 13:10:53   

I think it's the conversion. It's a library project, not a full VS.NET webproject. (the original petshop was also a library project btw).

Frans Bouma | Lead developer LLBLGen Pro
Gabor
User
Posts: 97
Joined: 29-Jan-2005
# Posted on: 23-Jan-2006 13:19:58   

Thanks Frans,

but what I have to do to compile?

Thanks in advance

Gabor

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39930
Joined: 17-Aug-2003
# Posted on: 23-Jan-2006 13:43:50   

Gabor wrote:

Thanks Frans,

but what I have to do to compile?

Thanks in advance Gabor

I think (but haven't tried yet) that you should create a new webproject / website and add the aspx and other as*x files to the new webproject (I haven't created a webproject in vs.net 2005 yet) and it should compile (but as said, I haven't done any webdevelopment on vs.net 2005 yet)

Frans Bouma | Lead developer LLBLGen Pro
Gabor
User
Posts: 97
Joined: 29-Jan-2005
# Posted on: 23-Jan-2006 16:36:29   

Thanks Frans,

Does it mean, that I can't use the LLBLGen to generate code for the VS2005, or the problems emerge only when we convert the VS2003 projects for VS2005?

Thanks

Gabor

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 23-Jan-2006 16:58:17   

To use generated code for VS2005, you should reference SD.LLBLGen.Pro.ORMSupportClasses.NET20 instead of SD.LLBLGen.Pro.ORMSupportClasses.NET11 same goes with the rest of dlls.

refer to the following thread for hints on converting web projects: http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=4989

P.S. Don't forget to re-generate based on 2005 new templates any previous generated code.