Connection

Posts   
1  /  2
 
    
Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 25-Apr-2007 17:28:04   

1- In the "Configuring the code generation process" window, you will find Target Platform dropdownList, select .NET 2.0.

2- Re-generate the code

3- Make sure your application uses the newly generated code.

4- Make sure you reference SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll & SD.LLBLGen.Pro.DQE.SqlServer.NET20.dll

Not SD.LLBLGen.Pro.ORMSupportClasses.CF20.dll and not SD.LLBLGen.Pro.DQE.SqlServerCE.CF20.dll

Eagle83 avatar
Eagle83
User
Posts: 37
Joined: 23-Apr-2007
# Posted on: 25-Apr-2007 17:48:16   

i will try this next time chokran akhy

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 25-Apr-2007 17:58:58   

You are mostly welcomed.

Eagle83 avatar
Eagle83
User
Posts: 37
Joined: 23-Apr-2007
# Posted on: 26-Apr-2007 13:55:49   

welcome in toturial root namespace is named "northwind" why isn't named "inheritanceone"smile ?

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 26-Apr-2007 16:20:28   

in toturial root namespace is named "northwind" why isn't named "inheritanceone"?

Is this a real question? Any name can do the job.

Eagle83 avatar
Eagle83
User
Posts: 37
Joined: 23-Apr-2007
# Posted on: 26-Apr-2007 16:48:18   

you are right because I tried llblgen pro with another database but it gaves me a lot of errors i dont know why (download error)

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 26-Apr-2007 16:54:48   

I think you need to reference the generated projects from your application.

Eagle83 avatar
Eagle83
User
Posts: 37
Joined: 23-Apr-2007
# Posted on: 26-Apr-2007 16:59:01   

can you explain more please (i'm very sorry walaa )

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 26-Apr-2007 17:14:02   

In the Visual Studio, goto the solution explorer tree. Expand the application node (Gestion_Froid) Right Click on the references node -> Add New reference.

In the openned window select the projects tab, and select both of the projects found and add them...(Ok button)

Eagle83 avatar
Eagle83
User
Posts: 37
Joined: 23-Apr-2007
# Posted on: 26-Apr-2007 17:49:52   

thx my brother i tring but it's gave me the same result

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 27-Apr-2007 10:59:38   

Would you please attach a zipped file containing the solution?

Eagle83 avatar
Eagle83
User
Posts: 37
Joined: 23-Apr-2007
# Posted on: 27-Apr-2007 11:16:18   

ok

Eagle83 avatar
Eagle83
User
Posts: 37
Joined: 23-Apr-2007
# Posted on: 27-Apr-2007 13:52:46   

salam walaa that solution& database http://www.4shared.com/file/14833973/9c00d59/froid_stage.html thx i'm waiting your answer

Eagle83 avatar
Eagle83
User
Posts: 37
Joined: 23-Apr-2007
# Posted on: 27-Apr-2007 15:44:21   

pourquoi j'ai perdu le fichier de solution(.dll)(error n 15)

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 27-Apr-2007 15:49:15   

The solution you provided is missing the following assemblies/projects Froid and FroidDBSpecific.

Eagle83 avatar
Eagle83
User
Posts: 37
Joined: 23-Apr-2007
# Posted on: 27-Apr-2007 16:04:37   

yes i do that is the project(in froid and froidDBspecific) http://www.4shared.com/file/14839728/8646edfa/projet.html thx

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 27-Apr-2007 16:43:48   

ok I think I've got it.

The problem is that you have a field called ref in the entity/table Piece. Which is a keyword in .NET and can't be used. A compilation error will be generated in this situation.

Please rename this field, either in the database or in the LLBLGenPro Designer (PieceEntity)

Eagle83 avatar
Eagle83
User
Posts: 37
Joined: 23-Apr-2007
# Posted on: 27-Apr-2007 17:24:44   

perfect thx veryyyyyyyyyyyyyyyyyy match(jazaka allah khayran) walaa

Eagle83 avatar
Eagle83
User
Posts: 37
Joined: 23-Apr-2007
# Posted on: 30-Apr-2007 12:27:40   

hi walaa that it exist an automatic declaration of fields or we must declare them manually?(exemple form oportunité)

what is role of the ISortExpression?

Aurelien avatar
Aurelien
Support Team
Posts: 162
Joined: 28-Jun-2006
# Posted on: 30-Apr-2007 15:50:56   

Hi,

What do you mean by automatic declaration of fields ?

By the way, sorting is fully documented in the the docs, Sorting section.

1  /  2