Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I have created a DLL using VS2008, and I registred this DLL into the GAC to be consumed from Navision as an Automation.
the DLL work fine from Navision but I whant to know is it possible to debug the DLL from VS2008 when we run the code from Navision. The DLL is registred into the Global Assembly. where I must put the .pdb file of the DLL?

Thanks for Hemp
Posted

Possibly have a read of this article

http://www.elumenotion.com/Blog/Lists/Posts/Post.aspx?ID=23[^]
 
Share this answer
 
It seems to me that if you want to debug it, the pdb file should be in the same folder as the DLL. BTW, does the DLL HAVE to be in the GAC?
 
Share this answer
 
v2
Comments
Ben.Regaya.Hedi 25-May-10 7:48am    
the DLL is in Assembly of system, and pdb file is not a COM and he hasint a signature key to be accpted by the system into the assembly folder.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900