Error creating System.Type from string "System.Int32"

Posted by ProfK on Stack Overflow See other posts from Stack Overflow or by ProfK
Published on 2009-04-08T09:28:21Z Indexed on 2010/05/10 11:04 UTC
Read the original article Hit count: 636

Filed under:
|
|

On a web site I published (pre-compiled) last night, I get the following error. Before pre-compiling it, I was getting a compiler error that a User Control was not found. After compiling on another machine, and running, I get the following Parser error:

"Cannot create an object of type 'System.Type' from its srting representation 'System.Int32' for the 'DataType' property"

was the, now runtime, parser error I got. The offending tag is telerik:RadNumericTextBox .... DataType="System.Int32"...

I emphasise again that this error only occurs on XP SP2, not on Vista and Win7. I'm off to do some Googling and issue logging at Telerik.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about .NET