I'm trying to move a site from our test-server to a live-server. I've done it before, and usually without any problems.
But I get a few errors on the live server.... When trying to save a page in Umbraco, I get this error:
Could not load file or assembly 'MySql.Web.v20, Version=6.9.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.
And we're using MS SQL so I find the error strange (also, the editor retrieves the content of the page, so it's using the MS SQL database).
When trying to open the website, I get this error:
Compiler Error Message: CS0103: The name 'EUtils' does not exist in the current context
Page: views\page.cshtml
"EUtils" is defined by ourselves,b ut since it works on our own server, I can't figure out, why it fails on the live server.
I've checked that all files are uploaded to the site, and all folders currently have modify permnissions.
Moving site from test-server til live-server
I'm trying to move a site from our test-server to a live-server. I've done it before, and usually without any problems.
But I get a few errors on the live server.... When trying to save a page in Umbraco, I get this error:
Could not load file or assembly 'MySql.Web.v20, Version=6.9.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.
And we're using MS SQL so I find the error strange (also, the editor retrieves the content of the page, so it's using the MS SQL database).
When trying to open the website, I get this error:
Compiler Error Message: CS0103: The name 'EUtils' does not exist in the current context
Page: views\page.cshtml
"EUtils" is defined by ourselves,b ut since it works on our own server, I can't figure out, why it fails on the live server.
I've checked that all files are uploaded to the site, and all folders currently have modify permnissions.
Any good advice?
is working on a reply...