M
Mark Irvine
Hi,
When adding an assembly (using gacutil) to the GAC, does the source assembly
have to be in a specific place? The problem I have is as follows:
Created an assembley and a Strong Name
Source assembly is held in the bin directory of the web app
Try to run the code (even from other web apps) and all is well.
Change the location of the source dll, e.g. c:\shared, and register in the
GAC. The properties of the entry in the GAC confirm the new location.
Try to run the code an it does not work.
Can anyone help?
Mark
When adding an assembly (using gacutil) to the GAC, does the source assembly
have to be in a specific place? The problem I have is as follows:
Created an assembley and a Strong Name
Source assembly is held in the bin directory of the web app
Try to run the code (even from other web apps) and all is well.
Change the location of the source dll, e.g. c:\shared, and register in the
GAC. The properties of the entry in the GAC confirm the new location.
Try to run the code an it does not work.
Can anyone help?
Mark