Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. Server Error in '/' Application
  2.  
  3. Compilation Error
  4.  
  5. Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error.
  6.  
  7. Compiler Error Message: : at (wrapper managed-to-native) System.Reflection.MonoMethodInfo:get_method_info (intptr,System.Reflection.MonoMethodInfo&)
  8.  
  9. ~/Global.asax
  10.  
  11. Show Detailed Compiler Output:
  12.  
  13. gmcs /target:library /lib:"/var/www/html/secure.oxygenlabs.co.za/mono/MonoAspMvc/bin" /debug- /optimize+ /warn:4 /out:"/tmp/root-temp-aspnet-1/8ab85949/App_global.asax_dddb390.dll" /r:"/opt/mono-2.8/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll" /r:"/opt/mono-2.8/lib/mono/gac/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll" /r:"/opt/mono-2.8/lib/mono/gac/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll" /r:"/opt/mono-2.8/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll" /r:"/opt/mono-2.8/lib/mono/gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll" /r:"/opt/mono-2.8/lib/mono/gac/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll" /r:"/opt/mono-2.8/lib/mono/gac/System.Runtime.Serialization/3.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll" /r:"/opt/mono-2.8/lib/mono/gac/System.IdentityModel/3.0.0.0__b77a5c561934e089/System.IdentityModel.dll" /r:"/opt/mono-2.8/lib/mono/gac/System.ServiceModel/3.0.0.0__b77a5c561934e089/System.ServiceModel.dll" /r:"/opt/mono-2.8/lib/mono/gac/System.ServiceModel.Web/3.5.0.0__31bf3856ad364e35/System.ServiceModel.Web.dll" /r:"/opt/mono-2.8/lib/mono/gac/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll" /r:"/opt/mono-2.8/lib/mono/gac/System.Web.Mvc/2.0.0.0__31bf3856ad364e35/System.Web.Mvc.dll" /r:"/opt/mono-2.8/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll" /r:"/opt/mono-2.8/lib/mono/gac/System.Web.Routing/3.5.0.0__31bf3856ad364e35/System.Web.Routing.dll" /r:"/opt/mono-2.8/lib/mono/gac/System.Web.Extensions/3.5.0.0__31bf3856ad364e35/System.Web.Extensions.dll" /r:"/opt/mono-2.8/lib/mono/gac/System.Web.Abstractions/3.5.0.0__31bf3856ad364e35/System.Web.Abstractions.dll" /r:"/opt/mono-2.8/lib/mono/gac/System.Xml.Linq/4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll" /r:"/var/www/html/secure.oxygenlabs.co.za/mono/MonoAspMvc/bin/MonoAspMvc.dll" /nowarn:0169 -- "/tmp/root-temp-aspnet-1/8ab85949/App_global.asax_dddb390_0.cs"
  14.  
  15.  
  16. Unhandled Exception: Mono.CSharp.InternalErrorException: /tmp/root-temp-aspnet-1/8ab85949/App_global.asax_dddb390_0.cs(36,18): ASP.global_asax ---> Mono.CSharp.InternalErrorException: /tmp/root-temp-aspnet-1/8ab85949/App_global.asax_dddb390_0.cs(38,29): ASP.global_asax.__initialized ---> System.TypeLoadException: Could not load type 'System.Web.Routing.RouteCollection' from assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  17. at (wrapper managed-to-native) System.Reflection.MonoMethodInfo:get_method_info (intptr,System.Reflection.MonoMethodInfo&)
  18. at System.Reflection.MonoMethodInfo.GetMethodInfo (IntPtr handle) [0x00000] in :0
  19. at System.Reflection.MonoMethodInfo.GetAttributes (IntPtr handle) [0x00000] in :0
  20. at System.Reflection.MonoMethod.get_Attributes () [0x00000] in :0
  21. at Mono.CSharp.ImportedTypeDefinition.LoadMembers (Mono.CSharp.TypeSpec declaringType) [0x00000] in :0
  22. at Mono.CSharp.TypeSpec.InitializeMemberCache (Boolean onlyTypes) [0x00000] in :0
  23. at Mono.CSharp.TypeSpec.get_MemberCache () [0x00000] in :0
  24. at Mono.CSharp.MemberCache.FindBaseMember (Mono.CSharp.MemberCore member, Mono.CSharp.MemberSpec& bestCandidate) [0x00000] in :0
  25. at Mono.CSharp.FieldBase.CheckBase () [0x00000] in :0
  26. at Mono.CSharp.FieldBase.DoMemberTypeDependentChecks () [0x00000] in :0
  27. at Mono.CSharp.Field.DoMemberTypeDependentChecks () [0x00000] in :0
  28. at Mono.CSharp.MemberBase.Define () [0x00000] in :0
  29. at Mono.CSharp.Field.Define () [0x00000] in :0
  30. at Mono.CSharp.TypeContainer.DefineContainerMembers (IList mcal) [0x00000] in :0
  31. --- End of inner exception stack trace ---
  32. at Mono.CSharp.TypeContainer.DefineContainerMembers (IList mcal) [0x00000] in :0
  33. at Mono.CSharp.Class.DefineContainerMembers (IList list) [0x00000] in :0
  34. at Mono.CSharp.TypeContainer.DoDefineMembers () [0x00000] in :0
  35. at Mono.CSharp.ClassOrStruct.DoDefineMembers () [0x00000] in :0
  36. at Mono.CSharp.Class.DoDefineMembers () [0x00000] in :0
  37. at Mono.CSharp.TypeContainer.Define () [0x00000] in :0
  38. at Mono.CSharp.RootContext.PopulateTypes () [0x00000] in :0
  39. --- End of inner exception stack trace ---
  40. at Mono.CSharp.RootContext.PopulateTypes () [0x00000] in :0
  41. at Mono.CSharp.Driver.Compile () [0x00000] in :0
  42. at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in :0
  43. Version information: Mono Runtime Version: 2.8 (tarball Fri Feb 11 05:41:28 EST 2011); ASP.NET Version: 2.0.50727.1433
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement