I recently updated our website projects to .NET 4.0 with the latest service release of Infragistics (2011.2).
I updated the projects with the update utility to Infragistics 4.0 controls.
When I compile and run the website I immediately receive an error of: Microsoft Runtime erro: JScript Infragistics not defined.
This error causes that all of my WebTextEditor controls are readonly??
How is this possible?
The controls worked perfectly with the 2011.1 version in .NET 2.0 runtime.Are there important changes made or do I need another runtime version?
If u need additional information, I will provide it ofcourse!
Hello JerryDK,I see from the referred forum thread that Prabha has created you a support ticked and is working on this case. Please continue your communication through the support ticket with number CAS-88366-1ZS545
Sorry for my previous post.
I have created a new post about that problem this morning:This post also contains project files and such.
http://community.infragistics.com/forums/p/67572/341891.aspx#341891
If u can verify that u read this post this topic can be closed.
(Project files in other post: http://demo.erpmaatwerk.nl/WebApplication7.zip)
Hi
That is the whole problem.I can't change the security settings of our hosting server (hosted at an external party).All other controls (except WebDialog) works perfectly on this server in .NET 4.0 Integrated.
The Web.config file has Debug set to True.In the first post I have also shared a ZIP file which contains the VS2010 project files.
Look on the error page to the StackTrace.That message about the LayoutControls TabRenderer keeps coming up on that server.
Hello JerryDK
He I have navigated to the page but i dont have rights to open it. I get the following error:
Can you please adjust your security policy to allow opening of the page?
Thanks for the example.
I have it all running perfectly now. The cause were some scripts that were not fully loaded on startup due the use of MapRoute in Global.asax.
I have fixed this by altering the MapRoute configuration in the Global.asax.
BUT!
Now I've encountered another problem with the UltraWebTab
See: http://demo.erpmaatwerk.nl/This page only contains a scriptmanager and webtab.
Application pool (provider) set to .NET 4.0 Integrated.Settings are Medium Trust (I think).I have uploaded the latest Service Release ASP.NET CLR4.0 APTCA dll's.
What to do?