Click here to Skip to main content
15,885,435 members
Home / Discussions / C#
   

C#

 
GeneralRe: Click outside of form detection Pin
J. Dunlap20-Jul-04 19:34
J. Dunlap20-Jul-04 19:34 
GeneralRe: Click outside of form detection Pin
mav.northwind20-Jul-04 20:33
mav.northwind20-Jul-04 20:33 
GeneralRe: Click outside of form detection Pin
cjengler21-Jul-04 1:27
cjengler21-Jul-04 1:27 
GeneralWake up my Display Pin
Trambert20-Jul-04 12:12
Trambert20-Jul-04 12:12 
GeneralRe: Wake up my Display Pin
Heath Stewart20-Jul-04 12:46
protectorHeath Stewart20-Jul-04 12:46 
GeneralRe: Wake up my Display Pin
Nick Parker20-Jul-04 12:47
protectorNick Parker20-Jul-04 12:47 
GeneralFrom DLL Hell to Assembly Hell Pin
Sameer Handa20-Jul-04 9:16
Sameer Handa20-Jul-04 9:16 
GeneralRe: From DLL Hell to Assembly Hell Pin
Heath Stewart20-Jul-04 9:28
protectorHeath Stewart20-Jul-04 9:28 
sameer handa wrote:
I have done everything by the book but I keep getting the same error

And what book is that? Make sure that your assemblies are strongly named, and it's best to intall them into the GAC. There are known problems with using signed files in the private path (bin sub-directory by default for ASP.NET). The .NET service pack documentation claims this is by design, however.

If you need additional help, please be specific about how you have set up your ASP.NET Web Application. I.e., where are your assemblies (remember that the PATH environment variable matters not) and are they strongly named?

The fusion log above just states that an assembly cannot be found so it is searching for redirects and in common locations. All that means is that the assembly cannot be found.

Believe - when developed and deployed correctly (i.e., typically into the GAC) .NET assemblies do end DLL hell. I recommend you read the section How the Runtime Locates Assemblies[^] in the .NET Framework SDK - the only "book" I ever follow.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: From DLL Hell to Assembly Hell Pin
Sameer Handa21-Jul-04 4:22
Sameer Handa21-Jul-04 4:22 
GeneralRe: From DLL Hell to Assembly Hell Pin
Heath Stewart21-Jul-04 4:37
protectorHeath Stewart21-Jul-04 4:37 
GeneralWindows Graphics, or ComboBox Question. Pin
DougW4820-Jul-04 9:07
DougW4820-Jul-04 9:07 
GeneralRe: Windows Graphics, or ComboBox Question. Pin
Heath Stewart20-Jul-04 9:12
protectorHeath Stewart20-Jul-04 9:12 
GeneralRe: Windows Graphics, or ComboBox Question. Pin
DougW4820-Jul-04 10:28
DougW4820-Jul-04 10:28 
GeneralRe: Windows Graphics, or ComboBox Question. Pin
Heath Stewart20-Jul-04 10:35
protectorHeath Stewart20-Jul-04 10:35 
GeneralHelp!!! SHDocVw Events Not Firing Pin
Adam Stirk20-Jul-04 6:06
Adam Stirk20-Jul-04 6:06 
GeneralRe: Help!!! SHDocVw Events Not Firing Pin
The Man from U.N.C.L.E.20-Jul-04 7:10
The Man from U.N.C.L.E.20-Jul-04 7:10 
GeneralRe: Help!!! SHDocVw Events Not Firing Pin
Adam Stirk20-Jul-04 8:11
Adam Stirk20-Jul-04 8:11 
GeneralCookies and HttpWebRequest Pin
Brian Delahunty20-Jul-04 5:13
Brian Delahunty20-Jul-04 5:13 
GeneralRe: Cookies and HttpWebRequest Pin
Heath Stewart20-Jul-04 9:22
protectorHeath Stewart20-Jul-04 9:22 
GeneralSwitching current language Pin
mikker_12320-Jul-04 4:56
mikker_12320-Jul-04 4:56 
GeneralRe: Switching current language Pin
Steven Campbell20-Jul-04 6:01
Steven Campbell20-Jul-04 6:01 
GeneralSMTP MAIL Pin
Ljungman20-Jul-04 2:47
Ljungman20-Jul-04 2:47 
GeneralRe: SMTP MAIL Pin
Heath Stewart20-Jul-04 8:49
protectorHeath Stewart20-Jul-04 8:49 
GeneralAccessing internal help text inside .chm file. Pin
JimmyG1320-Jul-04 1:53
JimmyG1320-Jul-04 1:53 
GeneralRe: Accessing internal help text inside .chm file. Pin
Heath Stewart20-Jul-04 8:53
protectorHeath Stewart20-Jul-04 8:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.