No symbols loaded

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.
 
A

Aleksey Tkachenko

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 :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top