Issue debugging the class liabrary
-
Hi, I have an class liabrary. To debug this liabrary when my application gets started, I try attaching the process (VS 2005 -> Debug -> Attach to process) but the debug symbol does not get loaded. Also when I try to debug the project (F5), I get the following error "The operation could not be loaded. Parameter is incorrect" Is there an debugger setting that missing out in this class liabrary project? Regards, Vipul Mehta
Regards, Vipul Mehta
-
Hi, I have an class liabrary. To debug this liabrary when my application gets started, I try attaching the process (VS 2005 -> Debug -> Attach to process) but the debug symbol does not get loaded. Also when I try to debug the project (F5), I get the following error "The operation could not be loaded. Parameter is incorrect" Is there an debugger setting that missing out in this class liabrary project? Regards, Vipul Mehta
Regards, Vipul Mehta
You need to make sure you have compiled everything in DEBUG mode, and that you have access to the .pdb file generated by the compiler for the assembly you want to debug.