Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > wots wrong here?

Reply
Thread Tools

wots wrong here?

 
 
Luke Smith
Guest
Posts: n/a
 
      11-29-2003
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: File or assembly name
System, or one of its dependencies, was not found.

Source Error:

Line 30: private static bool __intialized = false;
Line 31:
Line 32: public Global_asax() {
Line 33: if ((ASP.Global_asax.__intialized == false)) {
Line 34: ASP.Global_asax.__intialized = true;

Source File: C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Tempora ry ASP.NET
Files\root\051ab3ae\19afbaaf\im7xdnzm.0.cs Line: 32


Ive uploaded my site to my hosting account and get the following error. Ive
redesigned my site, using .net again, and the previous site worked. im
stumped!

luke


 
Reply With Quote
 
 
 
 
Alvin Bruney
Guest
Posts: n/a
 
      11-29-2003
Check your extensions to make sure they are mapped correctly on the server.
This is calling regular ASP not asp.net

--
Regards,
Alvin Bruney
Got Tidbits? Get it here
www.networkip.net/tidbits
"Luke Smith" <> wrote in message
news:un%...
> Description: An unhandled exception occurred during the execution of the
> current web request. Please review the stack trace for more information
> about the error and where it originated in the code.
>
> Exception Details: System.IO.FileNotFoundException: File or assembly name
> System, or one of its dependencies, was not found.
>
> Source Error:
>
> Line 30: private static bool __intialized = false;
> Line 31:
> Line 32: public Global_asax() {
> Line 33: if ((ASP.Global_asax.__intialized == false)) {
> Line 34: ASP.Global_asax.__intialized = true;
>
> Source File: C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Tempora ry ASP.NET
> Files\root\051ab3ae\19afbaaf\im7xdnzm.0.cs Line: 32
>
>
> Ive uploaded my site to my hosting account and get the following error.

Ive
> redesigned my site, using .net again, and the previous site worked. im
> stumped!
>
> luke
>
>



 
Reply With Quote
 
 
 
 
Luke Smith
Guest
Posts: n/a
 
      11-29-2003
checking my hosting control panel shows


ASPNET_ISAPI .aspx

etc.....



it runs perfectly fine using IIS on my computer, also used on the server.
My website worked fine, still using .aspx before i uploaded the new files
and bin directory. The only difference between this site project and the
old is changing from vb.net to c#.net but i cant see that making a
difference.



luke



"Alvin Bruney" <> wrote in message
news:%...
> Check your extensions to make sure they are mapped correctly on the

server.
> This is calling regular ASP not asp.net
>
> --
> Regards,
> Alvin Bruney
> Got Tidbits? Get it here
> www.networkip.net/tidbits
> "Luke Smith" <> wrote in message
> news:un%...
> > Description: An unhandled exception occurred during the execution of the
> > current web request. Please review the stack trace for more information
> > about the error and where it originated in the code.
> >
> > Exception Details: System.IO.FileNotFoundException: File or assembly

name
> > System, or one of its dependencies, was not found.
> >
> > Source Error:
> >
> > Line 30: private static bool __intialized = false;
> > Line 31:
> > Line 32: public Global_asax() {
> > Line 33: if ((ASP.Global_asax.__intialized == false)) {
> > Line 34: ASP.Global_asax.__intialized = true;
> >
> > Source File: C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Tempora ry

ASP.NET
> > Files\root\051ab3ae\19afbaaf\im7xdnzm.0.cs Line: 32
> >
> >
> > Ive uploaded my site to my hosting account and get the following error.

> Ive
> > redesigned my site, using .net again, and the previous site worked. im
> > stumped!
> >
> > luke
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wots happened to Sipgate bob garbutt UK VOIP 31 12-09-2007 04:18 PM
Re: Wots happened to Sipgate J(ohn|ane) Doe UK VOIP 0 12-04-2007 02:16 AM
PLease help me.Wots the problem with following code....? alankrit@gmail.com C++ 5 05-30-2006 12:02 AM
PLease help me.Wots the problem with following code....? alankrit@gmail.com C Programming 7 05-29-2006 05:42 PM
wots better? josey Computer Support 10 05-04-2005 04:12 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57