Stopping .Net Resolving all references

S

Steve W

I hope this makes sense !

We have an VB ASP.NET Web Application. In the bin directory are all our
compiled dlls.

We have written some integration with a 3rd party, which some of our
clients use and some that don't. Those that don't won't have a particular
dll in the bin directory of the web site.

However, removing this dll causes a problem because .Net seems to want to
resolve all the references in the dlls in the bin directory.

Is there any way to tell .Net that a particular dll doesn't need to be there
?

Thanks

Steve
 
H

Herfried K. Wagner [MVP]

* "Steve W said:
We have an VB ASP.NET Web Application. In the bin directory are all our
compiled dlls.

You will more likely get an answer here:

<
 

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