Wrox Home  
Search P2P Archive for: Go

  Return to Index  

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>&lt;script language="c#" runat="server"&gt;<BR>&nbsp;void
Page_Load()<BR>&nbsp;{<BR>&nbsp;&nbsp; time.Text = DateTime.Now.Hour.ToString() + ":"
+<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
amp;nbsp;&nbsp; DateTime.Now.Minute.ToString() + ":"
+<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
amp;nbsp;&nbsp; DateTime.Now.Second.ToString();<BR>&nbsp;}<BR>&lt;/script&gt;</P>

<P>&lt;html&gt;<BR>&nbsp;&lt;head&gt;&lt;title&gt;The Punctual Web
Server&lt;/title&gt;&lt;/head&gt;<BR>&nbsp; &lt;body&gt;<BR>&nbsp;&nbsp;
&lt;h1&gt;Welcome&lt;/h1&gt;<BR>&nbsp;&nbsp; In WebServerLand the time is
currently:<BR>&nbsp;&nbsp; &lt;asp:label id="time" runat="server" /&gt;<BR>&nbsp;
&lt;/body&gt;<BR>&lt;/html&gt;</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:                &lt;add

Line 325:                    assembly="System.EnterpriseServices, Version=1.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a" /&gt;

<FONT color=red>Line 326:                &lt;add

</FONT>Line 327:                    assembly="*" /&gt;

Line 328:           
&lt;/assemblies&gt;</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>
&nbsp;&nbsp; Line: </FONT></B>326 <BR><BR></P>

<HR width="100%" color=silver SIZE=1>



<P></FONT><BR>&nbsp;</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>&gt;From: Sam Clohesy <SAM@E...>

<DIV></DIV>

<DIV></DIV>&gt;Reply-To: "ASP+" <ASPX@P...>

<DIV></DIV>

<DIV></DIV>&gt;To: "ASP+" <ASPX@P...>

<DIV></DIV>

<DIV></DIV>&gt;Subject: [aspx] RE: Error with a simple aspx 

<DIV></DIV>

<DIV></DIV>&gt;Date: Wed, 13 Feb 2002 09:08:17 -0000 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt;What is in the web.config file? (Anything unusual etc, I have had machine 

<DIV></DIV>

<DIV></DIV>&gt;config errors when there have been errors when making connection to a dbase 

<DIV></DIV>

<DIV></DIV>&gt;using the web.config file..) 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt;-----Original Message----- 

<DIV></DIV>

<DIV></DIV>&gt;From: Rolf Tollerud [mailto:rolf.tollerud@t...] 

<DIV></DIV>

<DIV></DIV>&gt;Sent: 13 February 2002 07:45 

<DIV></DIV>

<DIV></DIV>&gt;To: ASP+ 

<DIV></DIV>

<DIV></DIV>&gt;Subject: [aspx] RE: Error with a simple aspx 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt;The file works ok on my box, but it breaks when I try it at brinkster. I 

<DIV></DIV>

<DIV></DIV>&gt;don't get any error message though, it just don't display the time. Sorry I 

<DIV></DIV>

<DIV></DIV>&gt;cannot help. 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt;-----Original Message----- 

<DIV></DIV>

<DIV></DIV>&gt;From: Lilly Shrager [mailto:lillyshrager@h...] 

<DIV></DIV>

<DIV></DIV>&gt;Sent: den 13 februari 2002 03:44 

<DIV></DIV>

<DIV></DIV>&gt;To: ASP+ 

<DIV></DIV>

<DIV></DIV>&gt;Subject: [aspx] Error with a simple aspx 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt;I'm using Brinkster a host and trying to run a very simple aspx file as you 

<DIV></DIV>

<DIV></DIV>&gt;can see bellow, but I'm blocked by an error that I couldn't figure how to 

<DIV></DIV>

<DIV></DIV>&gt;solve. It seem to come from machine.config. 

<DIV></DIV>

<DIV></DIV>&gt;Thanks for the help. 

<DIV></DIV>

<DIV></DIV>&gt;punctual.aspx: 

<DIV></DIV>

<DIV></DIV>&gt; 

<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>&gt; 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<H1>Welcome</H1>

<DIV></DIV>

<DIV></DIV>&gt; In WebServerLand the time is currently: 

<DIV></DIV>

<DIV></DIV>&gt; <?xml:namespace prefix = asp /><asp:label id=time runat="server"></asp:label>

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt;I'm getting the following error: 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt;Server Error in '/' Application. 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt; _____ 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt;Configuration Error 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt;Description: An error occurred during the processing of a configuration file 

<DIV></DIV>

<DIV></DIV>&gt;required to service this request. Please review the specific error details 

<DIV></DIV>

<DIV></DIV>&gt;below and modify your configuration file appropriately. 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt;Parser Error Message: The located assembly's manifest definition with name 

<DIV></DIV>

<DIV></DIV>&gt;'flamm_Kaart' does not match the assembly reference. 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt;Source Error: 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt;Line 324: <ADD DIV <>&gt;Line 325: assembly="System.EnterpriseServices, 

<DIV></DIV>

<DIV></DIV>&gt;Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /&gt; 

<DIV></DIV>

<DIV></DIV>&gt;Line 326: <ADD DIV <>&gt;Line 327: assembly="*" /&gt; 

<DIV></DIV>

<DIV></DIV>&gt;Line 328: </ASSEMBLIES>

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt;Source File: 

<DIV></DIV>

<DIV></DIV>&gt;c:\winnt\microsoft.net\framework\v1.0.3705\Config\machine.config Line: 

<DIV></DIV>

<DIV></DIV>&gt;326 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt; _____ 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt; _____ 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt;MSN Photos is the easiest way to share and print your photos: Click Here 

<DIV></DIV>

<DIV></DIV>&gt;<HTTP: hmtag3_etl_EN.asp bql go.msn.com> 

<DIV></DIV>

<DIV></DIV>&gt;--- 

<DIV></DIV>

<DIV></DIV>&gt;

<DIV></DIV>

<DIV></DIV>&gt;

<DIV></DIV>

<DIV></DIV>&gt;--- 

<DIV></DIV>

<DIV></DIV>&gt;

<DIV></DIV>

<DIV></DIV>&gt;

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt; 

<DIV></DIV>

<DIV></DIV>&gt;--- 

<DIV></DIV>

<DIV></DIV>&gt;

<DIV></DIV>

<DIV></DIV>&gt;

<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.

>

>

>




  Return to Index