Hi,
I've upgraded my project (.Net 2.0 & Infragistics v7.3) to .Net 4.0 & Infragistics v 2010.3.
I am getting the following errors and am unable to figure out why. I see those files in the project but still:
it would be great if anyone can help me resolving this! Thanks!
An error has occurred:
User: xxxxx
Computer Name: xxxxxxxxxx
Page: ig_shared.css
Date/Time: 11/9/2010 10:05:22 AM
Error Message: System.Web.HttpException (0x80004005): File does not exist.
at System.Web.StaticFileHandler.GetFileInfo(String virtualPathWithPathInfo, String physicalPath, HttpResponse response)
at System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext context, String overrideVirtualPath)
at System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
***
Page: ig_tree.css
I think you don't have the new style sets. Try to drag and drop some of the new controls, for example WebDataGrid. That will create the ig_res folder which contains the new css files.
Hope it helps!
Thanks,
Ivo
Thank you Ivo! I noticed that the tree has a different stylesheet applied in the aspx page which I don't have it in the ig_res folder. You really gave me the idea to think that way and solve it.
Thank you,
Kala