Debug Sourcecode

Posts   
 
    
alaan
User
Posts: 2
Joined: 02-Jan-2010
# Posted on: 03-Jan-2010 20:32:09   

Hello,

does anybody know how to debug ORMSupportClasses? If i add the Sourcecode Project to my Project and refer them to the Generic/Specific Projects (instead of the Assemblies which referred from LLBLGen Pro), some Errors occur like:

wrong Assembly or PerCallCatalogNameOverwrites is missing and so on.

My Project is a CF35 Application.

Thanks for Help!! :-)

alaan

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 04-Jan-2010 02:16:54   

Hi Alaan,

If you are using Adapter: - Include ORMSupportClasses and LinqSupportClasses in your solution and add them as references in your DBGeneric project - Include <yourDB>DQE in your solution and add it and the ORMSupportClasses in your DBSpecific project.

If you are usin SelfServicing: - Include ORMSupportClasses, LinqSupportClasses and <yourDB>DQE in your solution and add them as references in your generated code project.

You will receive some errors about the strong key, just comment it out or include your own.

Hope helpful wink

David Elizondo | LLBLGen Support Team
alaan
User
Posts: 2
Joined: 02-Jan-2010
# Posted on: 04-Jan-2010 20:18:39   

Hi daelmo,

because of your help it works fine :-)

Thanks!!!

alaan