Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. Server Error in '/' Application.
  2.  
  3. Version string portion was too short or too long.
  4.  
  5. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
  6.  
  7. Exception Details: System.ArgumentException: Version string portion was too short or too long.
  8.  
  9. Source Error:
  10.  
  11. An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
  12.  
  13. Stack Trace:
  14.  
  15.  
  16. [ArgumentException: Version string portion was too short or too long.]
  17. System.VersionResult.SetFailure(ParseFailureKind failure, String argument) +10913423
  18. System.Version.TryParseVersion(String version, VersionResult& result) +424
  19. System.Version.Parse(String input) +68
  20. System.Version..ctor(String version) +23
  21. System.Web.WebPages.Deployment.WebPagesDeployment.GetVersionFromConfig(NameValueCollection appSettings) +73
  22. System.Web.WebPages.Deployment.WebPagesDeployment.GetVersion(String path, NameValueCollection appSettings) +28
  23. System.Web.WebPages.Deployment.PreApplicationStartCode.StartCore(Version testVersion) +34
  24. System.Web.WebPages.Deployment.PreApplicationStartCode.Start() +70
  25.  
  26. [InvalidOperationException: The pre-application start initialization method Start on type System.Web.WebPages.Deployment.PreApplicationStartCode threw an exception with the following error message: Version string portion was too short or too long..]
  27. System.Web.Compilation.BuildManager.InvokePreStartInitMethodsCore(ICollection`1 methods, Func`1 setHostingEnvironmentCultures) +547
  28. System.Web.Compilation.BuildManager.InvokePreStartInitMethods(ICollection`1 methods) +132
  29. System.Web.Compilation.BuildManager.CallPreStartInitMethods(String preStartInitListPath, Boolean& isRefAssemblyLoaded) +102
  30. System.Web.Compilation.BuildManager.ExecutePreAppStart() +153
  31. System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +521
  32.  
  33. [HttpException (0x80004005): The pre-application start initialization method Start on type System.Web.WebPages.Deployment.PreApplicationStartCode threw an exception with the following error message: Version string portion was too short or too long..]
  34. System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9930568
  35. System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +101
  36. System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +254
  37.  
  38. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.36213
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement