Hi,
I'm porting an ASP.NET application, which use Telerik controls, on Linux with Mono(_mod) and Apache2. So first, I tried to install the test application, the one on http://mono.telerik.com/, but it doesn't work. It give me the next error :
Version information: Mono Version: 2.0.50727.1433; ASP.NET Version: 2.0.50727.1433
It seems that the test application use DLLs which are not supported by Mono (System.Web.Entity is a .NET 3.5 SP1 not yet implemented by Mono). I used the Telerik test application version that we gave to me, but is there a special version for Mono? Or should I use an older version? Which doesn't use .NET 3.5 SP1 classes?
It would be great to get our application working on Linux/Unix, so I ask your help on this subject.
I use Ubuntu Linux with the last built of Mono (2.4.2.3) and Mod_Mono with Apache2.
Thank you
I'm porting an ASP.NET application, which use Telerik controls, on Linux with Mono(_mod) and Apache2. So first, I tried to install the test application, the one on http://mono.telerik.com/, but it doesn't work. It give me the next error :
Server Error in '/' Application
Could not load file or assembly 'System.Web.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089' or one of its dependencies. The system cannot find the file specified.
Description: HTTP 500. Error processing request.
Stack Trace:
System.IO.FileNotFoundException: Could not load file or assembly 'System.Web.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089' or one of its dependencies. The system cannot find the file specified. File name: 'System.Web.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089' at System.AppDomain.Load (System.String assemblyString, System.Security.Policy.Evidence assemblySecurity, Boolean refonly) [0x00000] at System.AppDomain.Load (System.String assemblyString) [0x00000] at (wrapper remoting-invoke-with-check) System.AppDomain:Load (string) at System.Reflection.Assembly.Load (System.String assemblyString) [0x00000] at System.Web.Compilation.BuildManager.LoadAssembly (System.Web.Configuration.AssemblyInfo info, System.Collections.Generic.List`1 al) [0x00000] at System.Web.Compilation.BuildManager.GetReferencedAssemblies () [0x00000] at System.Web.Compilation.AssemblyBuilder.BuildAssembly (System.Web.VirtualPath virtualPath, System.CodeDom.Compiler.CompilerParameters options) [0x00000] at System.Web.Compilation.AssemblyBuilder.BuildAssembly (System.CodeDom.Compiler.CompilerParameters options) [0x00000] at System.Web.Compilation.AppResourcesAssemblyBuilder.BuildAssembly (System.String cultureName, System.Collections.Generic.List`1 files, System.String defaultAssemblyKey, System.CodeDom.CodeCompileUnit unit) [0x00000] at System.Web.Compilation.AppResourcesAssemblyBuilder.Build (System.CodeDom.CodeCompileUnit unit) [0x00000] at System.Web.Compilation.AppResourcesCompiler.CompileGlobal () [0x00000] at System.Web.Compilation.AppResourcesCompiler.Compile () [0x00000] at System.Web.HttpApplicationFactory.InitType (System.Web.HttpContext context) [0x00000]
Version information: Mono Version: 2.0.50727.1433; ASP.NET Version: 2.0.50727.1433
It seems that the test application use DLLs which are not supported by Mono (System.Web.Entity is a .NET 3.5 SP1 not yet implemented by Mono). I used the Telerik test application version that we gave to me, but is there a special version for Mono? Or should I use an older version? Which doesn't use .NET 3.5 SP1 classes?
It would be great to get our application working on Linux/Unix, so I ask your help on this subject.
I use Ubuntu Linux with the last built of Mono (2.4.2.3) and Mod_Mono with Apache2.
Thank you