Ask a Question related to ASP.NET General, Design and Development.
-
T.B. #1
Error accessing page
I've got an ASP .Net project which I built on a
development machine, but when I copy the files to another
computer I get the following error:
Parser Error Message: Could not load
type 'ChainStore.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="ChainStore.Global" %>
Source File:
D:\inetpub\Reporting\ChainStore\global.asax Line: 1
ChainStore is, of course, the name of the app. Any ideas?
Todd
T.B. Guest
-
Error accessing ColdFusionMx 6.1 Administration Page.
Hi! I am installing ColdFusion MX 6.1 on my laptop that has Windows XP Prof. I was able to install it, but after the installation completes and... -
Template error code 3 + Error Accessing files..
Hi, I am really out of any idea after searching Macromedia website and still cant find the solution. I faced the error code 3 when trying to update... -
Error Accessing SQL Server Reporting Svcs Management Page!
Probably shouldn't have done so in this order, but I ran DCPromo on a SQL Reporting Services server. The /reportserver management page used to work... -
Accessing Values of local variables in previous page when using custom error page
Hello, I have created a nice funky 500 - 100 error page which gives a nicer error; happily loops through and supplies querysting information, all... -
Accessing VJ++ COM DLL From ASP Page gives error
Hi Friends, I had written a VJ++ COM DLL which uses some jar files.I tried to access the DLL from a VB Standard Exe and it worked fine.But,when i... -
Atrax #2
Re: Error accessing page
looks to me like you've forgotten to upload an essential file (or files)
at first glance, anyway.
________________________________________
Why? Why was I programmed to feel pain?
Atrax. MVP, IIS
[url]http://rtfm.atrax.co.uk/[/url]
newsflash : Atrax.Richedit 1.0 now released.
click the link above!
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Atrax Guest
-
andrei #3
Re: Error accessing page
did you copy a Chainstore.dll file in your /bin folder, too ?
Andrei.
"T.B." <todd.bright@hollanderfreight.com> wrote in message
news:060a01c33c45$c1ee0f40$a301280a@phx.gbl...> I've got an ASP .Net project which I built on a
> development machine, but when I copy the files to another
> computer I get the following error:
>
> Parser Error Message: Could not load
> type 'ChainStore.Global'.
>
> Source Error:
>
> Line 1: <%@ Application Codebehind="Global.asax.vb"
> Inherits="ChainStore.Global" %>
>
> Source File:
> D:\inetpub\Reporting\ChainStore\global.asax Line: 1
>
>
> ChainStore is, of course, the name of the app. Any ideas?
>
> Todd
andrei Guest
-
T.B. #4
Re: Error accessing page
I used the project 'Copy...' function of Visual
Studio .Net to copy it out to the new site. It copied
everything, including the entire bin directory.
Toddtoo ?>-----Original Message-----
>did you copy a Chainstore.dll file in your /bin folder,another>
>Andrei.
>
>
>"T.B." <todd.bright@hollanderfreight.com> wrote in message
>news:060a01c33c45$c1ee0f40$a301280a@phx.gbl...>> I've got an ASP .Net project which I built on a
>> development machine, but when I copy the files toideas?>> computer I get the following error:
>>
>> Parser Error Message: Could not load
>> type 'ChainStore.Global'.
>>
>> Source Error:
>>
>> Line 1: <%@ Application Codebehind="Global.asax.vb"
>> Inherits="ChainStore.Global" %>
>>
>> Source File:
>> D:\inetpub\Reporting\ChainStore\global.asax Line: 1
>>
>>
>> ChainStore is, of course, the name of the app. Any>>>
>> Todd
>
>.
>T.B. Guest



Reply With Quote

