B
bryanrite
I have been desperately trying to get this to work. I create a C# Web
App on the localhost (the only place i'm allowed to put it). Put an
arbitrary button or something in, compile it, run it... everything
works fine.
Copy the directory over to a network share, set up a virual directory
under my localhosts IIS so that it points to that network share and i
get an inclusion error:
Parser Error Message: Could not load type 'helP.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="helP.Global" %>
Everyone says this error needs a recompile or its a namespace problem
but i have triple checked those.... just cant seem to load a webform
from a network share (console apps etc work fine)
App on the localhost (the only place i'm allowed to put it). Put an
arbitrary button or something in, compile it, run it... everything
works fine.
Copy the directory over to a network share, set up a virual directory
under my localhosts IIS so that it points to that network share and i
get an inclusion error:
Parser Error Message: Could not load type 'helP.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="helP.Global" %>
Everyone says this error needs a recompile or its a namespace problem
but i have triple checked those.... just cant seem to load a webform
from a network share (console apps etc work fine)