Referencing Code-Behind DLL from the GAC
C#
1
Posts
1
Posters
0
Views
1
Watching
-
After much travail, I've finally got my ASP.NET project referencing all of its components when they're stored in the GAC - with one exception. For some reason, the compiler cannot find the "MyApplication.DLL", into which all of the Code-Behind assemblies are compiled. I've verified that this file is strong-named properly, and the entry into the web.config file is identical to all of the others. A couple of hours worth of research hasn't turned up any reason why this file might be different from other DLLs, but I was hoping someone might have a suggestion. Any help is greatly appreciated.