Re: "Method Write . . . does not have an implementation"
From: Phil Sandler (psandler70_at_hotmail.com)
Date: 09/03/04
- Next message: Luis Esteban Valencia: "Somebody knows how to make this menu www.f135.com?"
- Previous message: Lloyd Taylor: "List Domain Computers"
- In reply to: Phil Sandler: ""Method Write . . . does not have an implementation""
- Messages sorted by: [ date ] [ thread ]
Date: 3 Sep 2004 07:09:22 -0700
Never mind. I shut down, got on the train and booted up, and it
worked with no error. Hmm.
psandler70@hotmail.com (Phil Sandler) wrote in message news:<3c5d9515.0409021138.611e2ac6@posting.google.com>...
> Hello all,
>
> Thanks in advance for any help with this.
>
> I am trying to get sample code to run from Michael Russell's
> excellent article on removing whitespace:
> http://www.codeproject.com/aspnet/WhitespaceFilter.asp
>
> I have also tried his updated version, which can be found (in a zip
> file) here:
> http://www.laytoncity.org/public1/code/code.htm
>
> To me it seems like the error message is wrong. Write() is
> implemented! It's my understanding that if it weren't, the code would
> not compile.
>
> What am I doing wrong?
>
> This is the error message I get when I follow the instructions
> (directly cutting and pasting):
>
> Method Write in type EQAsite.WhitespaceFilter from assembly EQAsite,
> Version=1.0.1706.23088, Culture=neutral, PublicKeyToken=null does not
> have an implementation.
> 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.TypeLoadException: Method Write in type
> EQAsite.WhitespaceFilter from assembly EQAsite,
> Version=1.0.1706.23088, Culture=neutral, PublicKeyToken=null does not
> have an implementation.
>
> Source Error:
>
> An unhandled exception was generated during the execution of the
> current web request. Information regarding the origin and location of
> the exception can be identified using the exception stack trace below.
>
> Stack Trace:
>
> [TypeLoadException: Method Write in type EQAsite.WhitespaceFilter from
> assembly EQAsite, Version=1.0.1706.23088, Culture=neutral,
> PublicKeyToken=null does not have an implementation.]
> EQAsite.DefaultPage.Page_Init(Object sender, EventArgs e) +0
> System.Web.UI.Control.OnInit(EventArgs e)
> System.Web.UI.Control.InitRecursive(Control namingContainer)
> System.Web.UI.Page.ProcessRequestMain()
>
>
>
> Phil Sandler
- Next message: Luis Esteban Valencia: "Somebody knows how to make this menu www.f135.com?"
- Previous message: Lloyd Taylor: "List Domain Computers"
- In reply to: Phil Sandler: ""Method Write . . . does not have an implementation""
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|