|
Rank: Advanced Member Groups: Member
Joined: 1/16/2009 Posts: 43
|
Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E) Timestamp: Tue, 6 Jul 2010 14:46:25 UTC Message: Invalid argument. Line: 6 Char: 11085 Code: 0 URI: http://racclaims.com/eo_web.ashx?id=70f6160e-f5af-432c-b1a3-1d1b4c8e1b17I did convert my project from vs2008 to vs2010 and I don't know whether or not this could be the problem. Please advise.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
This usually has to do with other invalid contents in your page (such as unclosed table tags). You can try to comment page contents out block by block and see if you can find out the offending part. Also if you have the page online or if you can isolate the problem into a test project, we will be happy to take a look for a fee (your free tech support has already expired).
Upgrading from VS2008 to VS2010 should not matter if you use the latest builds of EO.Web Controls 2009. Earlier builds of EO.Web Controls 2009 and before do not support VS2010.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 1/16/2009 Posts: 43
|
Got it...I had it set to the wrong; was set to 4.0 instead of 3.5.. Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 10/21/2009 Posts: 39
|
I get the same problem when I put the grid inside an update panel (or your callback panel). If I remove the update panel the problem goes away. I have narrowed it down to using the CssText property in the styles. If I use CssClass instead, the problem goes away. I prefer to use the CssClass but how do I use it with the built-in images like 'background-image:url('00050201')'. The images do not show up when that format is used in a seperate css file.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will need to replace those with real image files when using CssClass. You can find a file Images.zip that contains all images we use in the installation folder. You can either create your own file completely or take one of our file and then use it as is, or modify based on those.
Thanks!
|
|