|
 |
aspx thread: Error with a simple aspx
Message #1 by "Lilly Shrager" <lillyshrager@h...> on Tue, 12 Feb 2002 18:43:46 -0800
|
|
<html><div style='background-color:'><DIV>
<P><BR>I'm using Brinkster a host and trying to run a very simple aspx file as you can see bellow, but I'm blocked by an
error that I couldn't figure how to solve. It seem to come from machine.config.</P>
<P>Thanks for the help.</P>
<P>punctual.aspx:</P>
<P><script language="c#" runat="server"><BR> void
Page_Load()<BR> {<BR> time.Text = DateTime.Now.Hour.ToString() + ":"
+<BR> &
amp;nbsp; DateTime.Now.Minute.ToString() + ":"
+<BR> &
amp;nbsp; DateTime.Now.Second.ToString();<BR> }<BR></script></P>
<P><html><BR> <head><title>The Punctual Web
Server</title></head><BR> <body><BR>
<h1>Welcome</h1><BR> In WebServerLand the time is
currently:<BR> <asp:label id="time" runat="server" /><BR>
</body><BR></html></P>
<P>I'm getting the following error:<SPAN></P>
<H1>Server Error in '/' Application.
<HR width="100%" color=silver SIZE=1>
</H1>
<H2><I>Configuration Error</I> </H2>
<P></SPAN><FONT face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "><B>Description: </B>An
error occurred during the processing of a configuration file required to service this request. Please review the specific error
details below and modify your configuration file appropriately. <BR><BR><B>Parser Error Message: </B>The
located assembly's manifest definition with name 'flamm_Kaart' does not match the assembly
reference.<BR><BR><B>Source Error:</B> <BR><BR>
<TABLE width="100%" bgColor=#ffffcc>
<TBODY>
<TR>
<TD><CODE><PRE>Line 324: <add
Line 325: assembly="System.EnterpriseServices, Version=1.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a" />
<FONT color=red>Line 326: <add
</FONT>Line 327: assembly="*" />
Line 328:
</assemblies></PRE></CODE></TD></TR></TBODY></TABLE><BR><B><FONT
face=Verdana>Source File:
</FONT></B>c:\winnt\microsoft.net\framework\v1.0.3705\Config\machine.config<B><FONT face=Verdana>
Line: </FONT></B>326 <BR><BR></P>
<HR width="100%" color=silver SIZE=1>
<P></FONT><BR> </P></DIV>
<DIV></DIV>
<DIV></DIV></div><br clear=all><hr>MSN Photos is the easiest way to share and print your photos: <a
href='http://go.msn.com/bql/hmtag3_etl_EN.asp'>Click Here</a><br></html>
Message #2 by "Rolf Tollerud" <rolf.tollerud@t...> on Wed, 13 Feb 2002 08:45:02 +0100
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0004_01C1B46A.BAF97C10
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
The file works ok on my box, but it breaks when I try it at brinkster. I don
?t get any error message though, it just don?t display the time. Sorry I
cannot help.
-----Original Message-----
From: Lilly Shrager [mailto:lillyshrager@h...]
Sent: den 13 februari 2002 03:44
To: ASP+
Subject: [aspx] Error with a simple aspx
I'm using Brinkster a host and trying to run a very simple aspx file as you
can see bellow, but I'm blocked by an error that I couldn't figure how to
solve. It seem to come from machine.config.
Thanks for the help.
punctual.aspx:
<script language="c#" runat="server">
void Page_Load()
{
time.Text = DateTime.Now.Hour.ToString() + ":" +
DateTime.Now.Minute.ToString() + ":" +
DateTime.Now.Second.ToString();
}
</script>
<html>
<head><title>The Punctual Web Server</title></head>
<body>
<h1>Welcome</h1>
In WebServerLand the time is currently:
<asp:label id="time" runat="server" />
</body>
</html>
I'm getting the following error:
Server Error in '/' Application.
_____
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: The located assembly's manifest definition with name
'flamm_Kaart' does not match the assembly reference.
Source Error:
Line 324: <add
Line 325: assembly="System.EnterpriseServices,
Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
Line 326: <add
Line 327: assembly="*" />
Line 328: </assemblies>
Source File:
c:\winnt\microsoft.net\framework\v1.0.3705\Config\machine.config Line:
326
_____
_____
MSN Photos is the easiest way to share and print your photos: Click Here
<http://go.msn.com/bql/hmtag3_etl_EN.asp>
Message #3 by Sam Clohesy <sam@e...> on Wed, 13 Feb 2002 09:08:17 -0000
|
|
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C1B46D.F9CC3830
Content-Type: text/plain;
charset="iso-8859-1"
What is in the web.config file? (Anything unusual etc, I have had machine
config errors when there have been errors when making connection to a dbase
using the web.config file..)
-----Original Message-----
From: Rolf Tollerud [mailto:rolf.tollerud@t...]
Sent: 13 February 2002 07:45
To: ASP+
Subject: [aspx] RE: Error with a simple aspx
The file works ok on my box, but it breaks when I try it at brinkster. I
don't get any error message though, it just don't display the time. Sorry I
cannot help.
-----Original Message-----
From: Lilly Shrager [mailto:lillyshrager@h...]
Sent: den 13 februari 2002 03:44
To: ASP+
Subject: [aspx] Error with a simple aspx
I'm using Brinkster a host and trying to run a very simple aspx file as you
can see bellow, but I'm blocked by an error that I couldn't figure how to
solve. It seem to come from machine.config.
Thanks for the help.
punctual.aspx:
<script language="c#" runat="server">
void Page_Load()
{
time.Text = DateTime.Now.Hour.ToString() + ":" +
DateTime.Now.Minute.ToString() + ":" +
DateTime.Now.Second.ToString();
}
</script>
<html>
<head><title>The Punctual Web Server</title></head>
<body>
<h1>Welcome</h1>
In WebServerLand the time is currently:
<asp:label id="time" runat="server" />
</body>
</html>
I'm getting the following error:
Server Error in '/' Application.
_____
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: The located assembly's manifest definition with name
'flamm_Kaart' does not match the assembly reference.
Source Error:
Line 324: <add
Line 325: assembly="System.EnterpriseServices,
Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
Line 326: <add
Line 327: assembly="*" />
Line 328: </assemblies>
Source File:
c:\winnt\microsoft.net\framework\v1.0.3705\Config\machine.config Line:
326
_____
_____
MSN Photos is the easiest way to share and print your photos: Click Here
<http://go.msn.com/bql/hmtag3_etl_EN.asp>
Message #4 by "Lilly Shrager" <lillyshrager@h...> on Wed, 13 Feb 2002 09:32:42 -0800
|
|
<html><div style='background-color:'><DIV>
<P><BR><BR></P>
<DIV>
<DIV></DIV>
<P>Thank you Sam.</P></DIV>
<P>It works on my machine too but not on Brinkster. I couldn't find any wrong with the config files, but I'm not an expert. I
started to search in the resources and I'll let you know if I'll find something.<BR><BR></P></DIV>
<DIV></DIV>
<DIV></DIV><BR><BR><BR>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>>From: Sam Clohesy <SAM@E...>
<DIV></DIV>
<DIV></DIV>>Reply-To: "ASP+" <ASPX@P...>
<DIV></DIV>
<DIV></DIV>>To: "ASP+" <ASPX@P...>
<DIV></DIV>
<DIV></DIV>>Subject: [aspx] RE: Error with a simple aspx
<DIV></DIV>
<DIV></DIV>>Date: Wed, 13 Feb 2002 09:08:17 -0000
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>What is in the web.config file? (Anything unusual etc, I have had machine
<DIV></DIV>
<DIV></DIV>>config errors when there have been errors when making connection to a dbase
<DIV></DIV>
<DIV></DIV>>using the web.config file..)
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>-----Original Message-----
<DIV></DIV>
<DIV></DIV>>From: Rolf Tollerud [mailto:rolf.tollerud@t...]
<DIV></DIV>
<DIV></DIV>>Sent: 13 February 2002 07:45
<DIV></DIV>
<DIV></DIV>>To: ASP+
<DIV></DIV>
<DIV></DIV>>Subject: [aspx] RE: Error with a simple aspx
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>The file works ok on my box, but it breaks when I try it at brinkster. I
<DIV></DIV>
<DIV></DIV>>don't get any error message though, it just don't display the time. Sorry I
<DIV></DIV>
<DIV></DIV>>cannot help.
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>-----Original Message-----
<DIV></DIV>
<DIV></DIV>>From: Lilly Shrager [mailto:lillyshrager@h...]
<DIV></DIV>
<DIV></DIV>>Sent: den 13 februari 2002 03:44
<DIV></DIV>
<DIV></DIV>>To: ASP+
<DIV></DIV>
<DIV></DIV>>Subject: [aspx] Error with a simple aspx
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>I'm using Brinkster a host and trying to run a very simple aspx file as you
<DIV></DIV>
<DIV></DIV>>can see bellow, but I'm blocked by an error that I couldn't figure how to
<DIV></DIV>
<DIV></DIV>>solve. It seem to come from machine.config.
<DIV></DIV>
<DIV></DIV>>Thanks for the help.
<DIV></DIV>
<DIV></DIV>>punctual.aspx:
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<SCRIPT language=c# runat="server">
</DIV></DIV>> void Page_Load()
</DIV></DIV>> {
</DIV></DIV>> time.Text = DateTime.Now.Hour.ToString() + ":" +
</DIV></DIV>> DateTime.Now.Minute.ToString() + ":" +
</DIV></DIV>> DateTime.Now.Second.ToString();
</DIV></DIV>> }
</DIV></DIV>></SCRIPT>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<H1>Welcome</H1>
<DIV></DIV>
<DIV></DIV>> In WebServerLand the time is currently:
<DIV></DIV>
<DIV></DIV>> <?xml:namespace prefix = asp /><asp:label id=time runat="server"></asp:label>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>I'm getting the following error:
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>Server Error in '/' Application.
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>> _____
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>Configuration Error
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>Description: An error occurred during the processing of a configuration file
<DIV></DIV>
<DIV></DIV>>required to service this request. Please review the specific error details
<DIV></DIV>
<DIV></DIV>>below and modify your configuration file appropriately.
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>Parser Error Message: The located assembly's manifest definition with name
<DIV></DIV>
<DIV></DIV>>'flamm_Kaart' does not match the assembly reference.
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>Source Error:
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>Line 324: <ADD DIV <>>Line 325: assembly="System.EnterpriseServices,
<DIV></DIV>
<DIV></DIV>>Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<DIV></DIV>
<DIV></DIV>>Line 326: <ADD DIV <>>Line 327: assembly="*" />
<DIV></DIV>
<DIV></DIV>>Line 328: </ASSEMBLIES>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>Source File:
<DIV></DIV>
<DIV></DIV>>c:\winnt\microsoft.net\framework\v1.0.3705\Config\machine.config Line:
<DIV></DIV>
<DIV></DIV>>326
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>> _____
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>> _____
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>MSN Photos is the easiest way to share and print your photos: Click Here
<DIV></DIV>
<DIV></DIV>><HTTP: hmtag3_etl_EN.asp bql go.msn.com>
<DIV></DIV>
<DIV></DIV>>---
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>---
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>---
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV></div><br clear=all><hr>Chat with friends online, try MSN Messenger: <a
href='http://go.msn.com/bql/hmtag1_etl_EN.asp'>Click Here</a><br></html>
Message #5 by juan <juanccss@o...> on Thu, 14 Feb 2002 10:14:25 +0100
|
|
hello, i've some pages at brinkster servers and give some errors about
config file. Look at brinkster forum and you'll found people with some
errors. Sure it's a mistake at brinkster servers.
Regards
Juan
Lilly Shrager escribi=F3:
>Thank you Sam.
>
>It works on my machine too but not on Brinkster. I couldn't find any wrong
>with the config files, but I'm not an expert. I started to search in the
>resources and I'll let you know if I'll find something.
>
>
>
|
|
 |