Hi All,
I have an application which I help build and created a msi file for installtion purposes. Installing the application registers a few dlls in the GAC. Now when I want to change something in the application from .NET I am changing of of these components dlls that is in the GAC. Now to test this change I thought that I just need to up the Assembly version number so when I run the application through .NET it wont pick up the dll from the GAC but use the dll that I have just changed in my application directory.
Am I missing something here? Is something else I need to do so it picks up the dll from the application directory and not from the GAC??
Any help would be great
thanks
Anthony
I have an application which I help build and created a msi file for installtion purposes. Installing the application registers a few dlls in the GAC. Now when I want to change something in the application from .NET I am changing of of these components dlls that is in the GAC. Now to test this change I thought that I just need to up the Assembly version number so when I run the application through .NET it wont pick up the dll from the GAC but use the dll that I have just changed in my application directory.
Am I missing something here? Is something else I need to do so it picks up the dll from the application directory and not from the GAC??
Any help would be great
thanks
Anthony