fiogf49gjkf0d I've used reflector with Sage.Platform.Application.UI.Web.dll as a test to see if i can recompile the dll with [Serialization] on WebUIWorkItem and try to use the "StateServer" on IIS.
The problem is that the code is generating the following:
private readonly ConfigurationManager _configBootstrapper = new ConfigurationManager(() => new Type[] { typeof(WebApplicationConfiguration), typeof(WebModuleConfiguration) });
// Methods [CompilerGenerated] private static Type[] <.ctor>b__0() { return new Type[] { typeof(WebApplicationConfiguration), typeof(WebModuleConfiguration) }; }
I cannot compile the dll because of these. Do anybody know how to correct this? |