This message was discovered on ASPFriends.com 'aspngrichtextbox' list.
| Bryan Andrews |
Has anyone seen this error? My Rich Text box all of a sudden stopped working and originally gave some error about the assembly name being wrong then after a build gives this error.
Exception Details: System.FormatException: Input string was not in a correct format.
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: [FormatException: Input string was not in a correct format.] System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +0 RichTextBoxControl.RichTextBox.x42(String license) +92 RichTextBoxControl.RichTextBox.x40() +107 RichTextBoxControl.RichTextBox.CreateChildControls() +142 System.Web.UI.Control.EnsureChildControls() +100 System.Web.UI.Control.PreRenderRecursiveInternal() +38 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Page.ProcessRequestMain() +1470
|
|
| |
| |
| Ollie Cornes |
Hi Bryan,
What was the build error you saw? Can you re-create it? If you could send that and an example page to me at Click here to reveal e-mail address I'll look into this.
Ollie
--
http://www.richtextbox.com/
The lightweight content editor for ASP.NET
-----Original Message----- From: Click here to reveal e-mail address [mailto:Click here to reveal e-mail address] On Behalf Of Bryan Andrews Sent: 25 June 2002 12:40 To: aspngrichtextbox Subject: [aspngrichtextbox] Wierd Error...
Has anyone seen this error? My Rich Text box all of a sudden stopped working and originally gave some error about the assembly name being wrong then after a build gives this error.
Exception Details: System.FormatException: Input string was not in a correct format.
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: [FormatException: Input string was not in a correct format.] System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +0 RichTextBoxControl.RichTextBox.x42(String license) +92 RichTextBoxControl.RichTextBox.x40() +107 RichTextBoxControl.RichTextBox.CreateChildControls() +142 System.Web.UI.Control.EnsureChildControls() +100 System.Web.UI.Control.PreRenderRecursiveInternal() +38 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Page.ProcessRequestMain() +1470
| [aspngrichtextbox] member Click here to reveal e-mail address = YOUR ID | http://www.aspfriends.com/aspfriends/aspngrichtextbox.asp = JOIN/QUIT
|
|
| |
|
| | |
| |
| Bryan Andrews |
Hi Ollie,
I am still getting this error... (and am just now getting around to addressing it).
It has happened now on 2 different boxes... (I waited for a fresh build, put the dll in, then got this error). Still works on another box I have though...
Server Error in '/TI.Umix.CampMgr' Application.
_____
The located assembly's manifest definition with name 'RichTextBox' does not match the assembly reference.
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.FileLoadException: The located assembly's manifest definition with name 'RichTextBox' does not match the assembly reference.
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:
[FileLoadException: The located assembly's manifest definition with name 'RichTextBox' does not match the assembly reference.] System.RuntimeType.GetMatchingProperties(String name, BindingFlags invokeAttr, Int32 argCnt, RuntimeType returnType, Boolean verifyAccess) +0 System.RuntimeType.GetPropertyImpl(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) +72 System.Type.GetProperty(String name, BindingFlags bindingAttr) +24 System.Web.UI.Util.GetNonPrivatePropertyType(Type classType, String propName) +9 System.Web.Compilation.TemplateControlCompiler.BuildFieldDeclaration(ControlBuilder builder) +45 System.Web.Compilation.TemplateControlCompiler.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, PropertySetterEntry pse) +683 System.Web.Compilation.TemplateControlCompiler.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, PropertySetterEntry pse) +262 System.Web.Compilation.TemplateControlCompiler.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, PropertySetterEntry pse) +262 System.Web.Compilation.TemplateControlCompiler.BuildMiscClassMembers() +51 System.Web.Compilation.PageCompiler.BuildMiscClassMembers() +10 System.Web.Compilation.BaseCompiler.BuildSourceDataTree() +1275 System.Web.Compilation.BaseCompiler.GetCompiledType() +151 System.Web.UI.PageParser.CompileIntoType() +62 System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation() +124
[HttpException (0x80004005): The located assembly's manifest definition with name 'RichTextBox' does not match the assembly reference.] System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean fCreateIfNotFound) +828 System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath() +125 System.Web.UI.TemplateParser.GetParserCacheItem() +88 System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String virtualPath, String inputFile, HttpContext context) +116 System.Web.UI.TemplateControlParser.GetCompiledInstance(String virtualPath, String inputFile, HttpContext context) +36 System.Web.UI.PageParser.GetCompiledPageInstance(String virtualPath, String inputFile, HttpContext context) +43 System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String path) +14 System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, String path, String pathTranslated, Boolean useAppConfig) +174 System.Web.MapHandlerExecutionStep.Execute() +78 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +173
_____
Version Information: Microsoft .NET Framework Version:1.0.3705.209; ASP.NET Version:1.0.3705.0
Bryan Andrews Trend Influence
-----Original Message----- From: Bryan Andrews Sent: Tuesday, June 25, 2002 12:17 PM To: aspngrichtextbox Subject: [aspngrichtextbox] RE: Wierd Error...
No I cannot recreate that part. Is maybe my license key corrupted? I forget... was it the xml file?
-----Original Message----- From: Ollie Cornes [mailto:Click here to reveal e-mail address] Sent: Tuesday, June 25, 2002 8:29 AM To: aspngrichtextbox Subject: [aspngrichtextbox] RE: Wierd Error...
Hi Bryan,
What was the build error you saw? Can you re-create it? If you could send that and an example page to me at Click here to reveal e-mail address I'll look into this.
Ollie -- http://www.richtextbox.com/ The lightweight content editor for ASP.NET
-----Original Message----- From: Click here to reveal e-mail address [mailto:Click here to reveal e-mail address] On Behalf Of Bryan Andrews Sent: 25 June 2002 12:40 To: aspngrichtextbox Subject: [aspngrichtextbox] Wierd Error...
Has anyone seen this error? My Rich Text box all of a sudden stopped working and originally gave some error about the assembly name being wrong then after a build gives this error.
Exception Details: System.FormatException: Input string was not in a correct format.
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: [FormatException: Input string was not in a correct format.] System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +0 RichTextBoxControl.RichTextBox.x42(String license) +92 RichTextBoxControl.RichTextBox.x40() +107 RichTextBoxControl.RichTextBox.CreateChildControls() +142 System.Web.UI.Control.EnsureChildControls() +100 System.Web.UI.Control.PreRenderRecursiveInternal() +38 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Page.ProcessRequestMain() +1470
| [aspngrichtextbox] member Click here to reveal e-mail address = YOUR ID | http://www.aspfriends.com/aspfriends/aspngrichtextbox.asp = JOIN/QUIT | [aspngrichtextbox] member Click here to reveal e-mail address = YOUR ID | http://www.aspfriends.com/aspfriends/aspngrichtextbox.asp = JOIN/QUIT | [aspngrichtextbox] member Click here to reveal e-mail address = YOUR ID | http://www.aspfriends.com/aspfriends/aspngrichtextbox.asp = JOIN/QUIT
|
|
| |
|
| |
| Ollie Cornes |
Hi Bryan,
The error is caused when the version of RichTextBox that you used to compile the project differs from the one you have in the web site - the DLLs must be identical. I suggest you take the copy from your build process and roll that specific DLL out to your servers and that should sort this out.
Ollie -- http://www.richtextbox.com/ The no. 1 content editor for ASP.NET
-----Original Message----- From: Click here to reveal e-mail address [mailto:Click here to reveal e-mail address] On Behalf Of Bryan Andrews Sent: 06 August 2002 16:11 To: aspngrichtextbox Subject: [aspngrichtextbox] RE: Wierd Error...
Hi Ollie,
I am still getting this error. (and am just now getting around to addressing it).
It has happened now on 2 different boxes. (I waited for a fresh build, put the dll in, then got this error). Still works on another box I have though.
Server Error in '/TI.Umix.CampMgr' Application.
The located assembly's manifest definition with name 'RichTextBox' does not match the assembly reference. 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.FileLoadException: The located assembly's manifest definition with name 'RichTextBox' does not match the assembly reference.
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:
[FileLoadException: The located assembly's manifest definition with name 'RichTextBox' does not match the assembly reference.] System.RuntimeType.GetMatchingProperties(String name, BindingFlags invokeAttr, Int32 argCnt, RuntimeType returnType, Boolean verifyAccess) +0 System.RuntimeType.GetPropertyImpl(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) +72 System.Type.GetProperty(String name, BindingFlags bindingAttr) +24 System.Web.UI.Util.GetNonPrivatePropertyType(Type classType, String propName) +9
System.Web.Compilation.TemplateControlCompiler.BuildFieldDeclaration(Con trolBuilder builder) +45
System.Web.Compilation.TemplateControlCompiler.BuildSourceDataTreeFromBu ilder(ControlBuilder builder, Boolean fInTemplate, PropertySetterEntry pse) +683
System.Web.Compilation.TemplateControlCompiler.BuildSourceDataTreeFromBu ilder(ControlBuilder builder, Boolean fInTemplate, PropertySetterEntry pse) +262
System.Web.Compilation.TemplateControlCompiler.BuildSourceDataTreeFromBu ilder(ControlBuilder builder, Boolean fInTemplate, PropertySetterEntry pse) +262
System.Web.Compilation.TemplateControlCompiler.BuildMiscClassMembers() +51 System.Web.Compilation.PageCompiler.BuildMiscClassMembers() +10 System.Web.Compilation.BaseCompiler.BuildSourceDataTree() +1275 System.Web.Compilation.BaseCompiler.GetCompiledType() +151 System.Web.UI.PageParser.CompileIntoType() +62 System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation() +124
[HttpException (0x80004005): The located assembly's manifest definition with name 'RichTextBox' does not match the assembly reference.] System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean fCreateIfNotFound) +828 System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath() +125 System.Web.UI.TemplateParser.GetParserCacheItem() +88
System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String virtualPath, String inputFile, HttpContext context) +116 System.Web.UI.TemplateControlParser.GetCompiledInstance(String virtualPath, String inputFile, HttpContext context) +36 System.Web.UI.PageParser.GetCompiledPageInstance(String virtualPath, String inputFile, HttpContext context) +43 System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String path) +14 System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, String path, String pathTranslated, Boolean useAppConfig) +174 System.Web.MapHandlerExecutionStep.Execute() +78 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +173
Version Information: Microsoft .NET Framework Version:1.0.3705.209; ASP.NET Version:1.0.3705.0
Bryan Andrews Trend Influence
-----Original Message----- From: Bryan Andrews Sent: Tuesday, June 25, 2002 12:17 PM To: aspngrichtextbox Subject: [aspngrichtextbox] RE: Wierd Error...
No I cannot recreate that part. Is maybe my license key corrupted? I forget. was it the xml file?
-----Original Message----- From: Ollie Cornes [mailto:Click here to reveal e-mail address] Sent: Tuesday, June 25, 2002 8:29 AM To: aspngrichtextbox Subject: [aspngrichtextbox] RE: Wierd Error...
Hi Bryan,
What was the build error you saw? Can you re-create it? If you could send that and an example page to me at Click here to reveal e-mail address I'll look into this.
Ollie -- http://www.richtextbox.com/ The lightweight content editor for ASP.NET
-----Original Message----- From: Click here to reveal e-mail address [mailto:Click here to reveal e-mail address] On Behalf Of Bryan Andrews Sent: 25 June 2002 12:40 To: aspngrichtextbox Subject: [aspngrichtextbox] Wierd Error...
Has anyone seen this error? My Rich Text box all of a sudden stopped working and originally gave some error about the assembly name being wrong then after a build gives this error.
Exception Details: System.FormatException: Input string was not in a correct format.
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: [FormatException: Input string was not in a correct format.] System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +0 RichTextBoxControl.RichTextBox.x42(String license) +92 RichTextBoxControl.RichTextBox.x40() +107 RichTextBoxControl.RichTextBox.CreateChildControls() +142 System.Web.UI.Control.EnsureChildControls() +100 System.Web.UI.Control.PreRenderRecursiveInternal() +38 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Page.ProcessRequestMain() +1470
| [aspngrichtextbox] member Click here to reveal e-mail address = YOUR ID | http://www.aspfriends.com/aspfriends/aspngrichtextbox.asp = JOIN/QUIT | [aspngrichtextbox] member Click here to reveal e-mail address = YOUR ID | http://www.aspfriends.com/aspfriends/aspngrichtextbox.asp = JOIN/QUIT | [aspngrichtextbox] member Click here to reveal e-mail address = YOUR ID | http://www.aspfriends.com/aspfriends/aspngrichtextbox.asp = JOIN/QUIT | [aspngrichtextbox] member Click here to reveal e-mail address = YOUR ID | http://www.aspfriends.com/aspfriends/aspngrichtextbox.asp = JOIN/QUIT
|
|
| |
|
|
|
|
|