S
Steve Harclerode
Hi,
I had an error with my Web app that I've seen many other people post, that
looked like this:
--------
Parser Error Message: Could not load type 'HealthData.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="HealthData.Global" %>
Source File: c:\inetpub\wwwroot\HealthData\global.asax Line: 1
--------
Somewhere on google, I found a suggestion to change the word "Codebehind" in
Global.asax to "src" and see what happened. Well, that actually *resolved*
my issue (after doing the same thing for each .ASAX file in the app). My
question is, how? I then changed "src" back to "Codebehind" in all of the
files, and everything works great now!
I've checked the .DLL, and the date on it didn't change since this morning,
when I compiled it. What got changed as a result of my blind hacking?
Thanks -- I just like to learn about these things --
Steve Harclerode
I had an error with my Web app that I've seen many other people post, that
looked like this:
--------
Parser Error Message: Could not load type 'HealthData.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="HealthData.Global" %>
Source File: c:\inetpub\wwwroot\HealthData\global.asax Line: 1
--------
Somewhere on google, I found a suggestion to change the word "Codebehind" in
Global.asax to "src" and see what happened. Well, that actually *resolved*
my issue (after doing the same thing for each .ASAX file in the app). My
question is, how? I then changed "src" back to "Codebehind" in all of the
files, and everything works great now!
I've checked the .DLL, and the date on it didn't change since this morning,
when I compiled it. What got changed as a result of my blind hacking?
Thanks -- I just like to learn about these things --
Steve Harclerode