vote up 0 vote down star

I have a core solution with all the core class library projects. This one also has a main application project (windows service).

I have another web solution with few class library projects and two web application projects. These web applications or class libraries need to add reference to the assemblies from previous Core solution.

Currently, I have added output assemblies from the core solution projects into this web solution. This lets me keep working on the web solution with a stable core assemblies and let someone continue changing the core libraries.

But, this also does not let me do end-to-end debugging. How should I go about it? Should I just reference the assemblies from output directory of previous solution and opt for local copy?

Another question, Can remote debugging help? How should I set it up?

Thanks

flag

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.