I have an ASP.NET application that uses a custom .NET library (a .DLL file). That .DLL file is strongly named. The library has frequent small updates, and I would like to be able to update this .DLL without recompiling the application. The application has to be precompiled because I do not want to give the source of it to my customers (not that it can't be decompiled, but that's besides the point).
Can this be done somehow? Currently I just get an error that the .DLL is of the wrong version.