No symbols loaded

  • Thread starter Thread starter Aleksey Tkachenko
  • Start date Start date
A

Aleksey Tkachenko

Hi All,

I use the CompileAssemblyFromSource the same way to make two assemblies A and B and can debug the A but get the "No symbols loaded"
message in output for B. The B is created after A and A is referenced from B. I really want to be able to dubug both of them.
How can I force the loading of symbols in this case?

Aleksey.
 
Aleksey Tkachenko said:
Hi All,

I use the CompileAssemblyFromSource the same way to make two assemblies A and B and can debug the A but get the "No symbols
loaded" message in output for B. The B is created after A and A is referenced from B. I really want to be able to dubug both of
them.
How can I force the loading of symbols in this case?

Sorry, there was the difference in the GenerateInMemory option, sorry, mistake :-)
 
Back
Top