Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Missing ig_res/default/ig_shared.css??
posted

Just getting started with WebDataGrid and I imagine something simple was missed as the default resources are not installed on the built-in local development webserver (cassini) and I will need to publish these resources to the production server at some point also.

How do I get the css files and images installed on the development server and also production??

Here is the error message from Application_Error();

Application_Error :  Current Request File Path: ~/ig_res/default/ig_shared.css Exception: System.Web.HttpException: File does not exist.
   at System.Web.StaticFileHandler.GetFileInfo(String virtualPathWithPathInfo, String physicalPath, HttpResponse response)
   at System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext context)
   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)