hi all,
i have install mono on debian. In my web application i use resx file for globalization. When i execute the page i have the following error:
Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
Description: HTTP 500. Error processing request.
Stack Trace:
System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
File name: 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
at System.Web.Compilation.AppResourcesCompiler.CompileResource (System.Web.Compilation.AppResourceFileInfo arfi, Boolean local) [0x00000]
Version information: Mono Version: 2.0.50727.42; ASP.NET Version: 2.0.50727.42
Has anyone an idea?
Thanks