Jump to content

Error With Uploaded Website


Merioles

Recommended Posts

Hello Computer Gurus!

 

I am new to HelioHost. I tried uploading a test website made using Microsoft Visual Web Developer 2008 to my account but I keep on receiving error messages. Here is what I did.

 

With CustomErrors set to OFF, I had this error:

 

Server Error in '/' Application

 

--------------------------------------------------------------------------------

 

Parser Error

Description: Error parsing a resource required to service this request. Review your source file and modify it to fix this error.

 

Parser Error Message: Assembly System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35 not found

 

 

--------------------------------------------------------------------------------

Version information: Mono Version: 2.0.50727.42; ASP.NET Version: 2.0.50727.42

 

Now, I checked my web.config file to see if the Error stated can be found there. I saw this:

 

<assemblies>

<add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>

<add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

<add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>

<add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>

</assemblies>

 

I deleted the <add assembly="System.Web.Extensions..."> line and tried my website again. This time, this error came up:

 

Server Error in '/' Application

 

--------------------------------------------------------------------------------

 

Parser Error

Description: Error parsing a resource required to service this request. Review your source file and modify it to fix this error.

 

Parser Error Message: Assembly System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089 not found

 

 

--------------------------------------------------------------------------------

Version information: Mono Version: 2.0.50727.42; ASP.NET Version: 2.0.50727.42

 

This time, I deleted the <add assembly="System.Data.DataSetExtensions..."> line and got this:

 

Server Error in '/' Application

 

--------------------------------------------------------------------------------

 

Process has not been started.

Description: HTTP 500. Error processing request.

 

Stack Trace:

 

System.InvalidOperationException: Process has not been started.

at System.Diagnostics.Process.get_ExitCode () [0x00000]

at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:get_ExitCode ()

at Microsoft.VisualBasic.VBCodeCompiler.CompileFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000]

at Microsoft.VisualBasic.VBCodeCompiler.CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000]

at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000]

at System.Web.Compilation.AssemblyBuilder.BuildAssembly (System.String virtualPath, System.CodeDom.Compiler.CompilerParameters options) [0x00000]

at System.Web.Compilation.AssemblyBuilder.BuildAssembly (System.String virtualPath) [0x00000]

at System.Web.Compilation.BuildManager.BuildAssembly (System.String virtualPath) [0x00000]

at System.Web.Compilation.BuildManager.GetCompiledType (System.String virtualPath) [0x00000]

at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath (System.String virtualPath, System.Type requiredBaseType) [0x00000]

at System.Web.UI.PageParser.GetCompiledPageInstance (System.String virtualPath, System.String inputFile, System.Web.HttpContext context) [0x00000]

at System.Web.UI.PageHandlerFactory.GetHandler (System.Web.HttpContext context, System.String requestType, System.String url, System.String path) [0x00000]

at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context, System.String url) [0x00000]

at System.Web.HttpApplication+<>c__CompilerGenerated2.MoveNext () [0x00000]

 

--------------------------------------------------------------------------------

Version information: Mono Version: 2.0.50727.42; ASP.NET Version: 2.0.50727.42

 

I am now officially stuck. I rarely ask for help and believe in using Google. I have tried everything in my power but I got stuck here. Anybody out there who could help me out? Anybody out there who can give me a step by step guide in uploading websites made with Visual Web Developer 2008?

 

Thanks a lot guys.

 

Erwin Merioles

Link to comment
Share on other sites

Hello! Thank you for the reply.

 

I tried setting MS Visual Web Developer 2008 to build in .NET Framework 2.0, uploaded it, set customErrors to off, and got this:

 

Server Error in '/' Application

 

--------------------------------------------------------------------------------

 

Process has not been started.

Description: HTTP 500. Error processing request.

 

Stack Trace:

 

System.InvalidOperationException: Process has not been started.

at System.Diagnostics.Process.get_ExitCode () [0x00000]

at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:get_ExitCode ()

at Microsoft.VisualBasic.VBCodeCompiler.CompileFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000]

at Microsoft.VisualBasic.VBCodeCompiler.CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000]

at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000]

at System.Web.Compilation.AssemblyBuilder.BuildAssembly (System.String virtualPath, System.CodeDom.Compiler.CompilerParameters options) [0x00000]

at System.Web.Compilation.AssemblyBuilder.BuildAssembly (System.String virtualPath) [0x00000]

at System.Web.Compilation.BuildManager.BuildAssembly (System.String virtualPath) [0x00000]

at System.Web.Compilation.BuildManager.GetCompiledType (System.String virtualPath) [0x00000]

at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath (System.String virtualPath, System.Type requiredBaseType) [0x00000]

at System.Web.UI.PageParser.GetCompiledPageInstance (System.String virtualPath, System.String inputFile, System.Web.HttpContext context) [0x00000]

at System.Web.UI.PageHandlerFactory.GetHandler (System.Web.HttpContext context, System.String requestType, System.String url, System.String path) [0x00000]

at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context, System.String url) [0x00000]

at System.Web.HttpApplication+<>c__CompilerGenerated2.MoveNext () [0x00000]

 

--------------------------------------------------------------------------------

Version information: Mono Version: 2.0.50727.42; ASP.NET Version: 2.0.50727.42

 

Where exactly in the Customer Feedback section? I cannot seem to find it.

 

Thanks a lot!

Link to comment
Share on other sites

Did you try to Google this issue? Was the page working when you tested it at home? Did you have any databases you might have needed to transfer?

 

UPDATE

I changed something on the server side. Is everything working now?

Link to comment
Share on other sites

Hey djbob. Thank you so much for the reply.

 

1. I already Googled this issue, and I believe this is more of a problem between me and HelioHost.

2. The pages are 100% working on my computer.

3. Hmm. Sorry for being a noob, but I don't think I have made any Databases, well, aside from the ASPNETDB.mdf file.

 

This is what I did. I just created an ASP.NET Site using Microsoft Visual Web Developer 2008. The only thing I put in was a Login Control so I can test HelioHost. I Administered the Website, changed the Authentication Type to Forms, then added a user.

 

With HelioHost, I just Uploaded everything my site folder using File Manager in my cPanel X. That's it. It gives me those errors.

 

---

 

Is this wrong? If so, how do I upload a site from Visual Web Developer 2008 to HelioHost? How to setup and transfer the Databases, etc.?

 

Thank you so much.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...