Large app with many assemblies

B

Bob

Is there a way to remove dependency version checking in my application? I
have a main app that is very large. I have several developers working on
component assemblies for this application. I need to update these
components very often and there is no way I that I can rebuild the entire
application with every update. How do I change my application so that I can
just drop updated assemblies in to the bin folder, stop and start my app
and have it work? The application is a win32 service and right now I get
load exceptions when I try to do the above.

Thanks
 
B

Bob Bins

Is there may be a way to use a wild card for the publicKeyToken in the
manifest file? This is what is not matching.
 

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