LLBLGen ORM dll - Module Load Symbol

Posts   
 
    
kakaiya
User
Posts: 161
Joined: 20-Mar-2004
# Posted on: 14-Feb-2008 07:47:27   

Hi,

I am using latest version of LLBLGen and want to debug a code inside the FetchEntityCollection function.

Now I am using the SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll that is in the C:\Program Files\Solutions Design\LLBLGen Pro v2.5\RuntimeLibraries\DotNet20 folder.

The code I want to debug is "FetchEntityCollection" function.


using (sqlserver.DataAccessAdapter adapter = new sqlserver.DataAccessAdapter())
{
                    adapter.FetchEntityCollection(countries, bucket, 0, sorter, prefetchPath);
}

See the screenshot, how can I use VS2005 to Load the .PDB file so I can use it.

Regards.

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 14-Feb-2008 10:34:59   

Did you use the ones in the debug folder?

<LLBLGen Pro v2.5 installation folder>\RuntimeLibraries\DotNET20*ORMSupportClassesDebugBuild*

Please use the ormsupportclasses debug build dll in the runtime lib folder (with the pdb). You can simply drop the dll in the bin folder of the app and re-run it