Could not load file or assembly 'DevExpress.Printing.v11.1.Core, Version=11.1.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified. .......\Web.config 44
2. Comment all the DevExpress assemblies in the Config.XML in the ClientGenerated directory entries except DevExpress.XtraReports.v11.1.LightSwitch.Common and DevExpress.XtraReports.v11.1.LightSwitch.Client
devexpress 11.1
If you add the library to the Default.html you have to remove it from the widget packages. Cannot load the same js twice. And if you do it directly (by adding to Default.html) as you would do using devexpress directly then you have to load all the nevessary css, js (including the localization js).
The DevExpress library has to be loaded. The browser my take a while to load it. Wisej cannot change the way browsers work. You can add the devexpress libraries to the Default.html page in script tags (these are the only scripts the browser loads synchronously) or add the to call to the DevExpress wrapped widget InitScript, or use the latest library in Github, see source code, it sets the language using the document.body.lang attribute. 2ff7e9595c
Comments