I get the following error after I installed MySql Server required for a different project:
Could not load file or assembly 'MySql.Web.v20, Version=6.9.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.
This is keeping me from saving and publishing in BO. I've googled for a solution and found this post: http://www.stegriff.co.uk/upblog/umbraco-cant-publish-due-to-mysql-web-v20.
Tried this, doesn't work. By modifying the machine.config file, will this affect the other project that requires a Mysql connection?
Have anybody came across this problem?
In short, I ran the installer, clicked "modify" on "Connector/NET", and unchecked "Web Providers", which reverted the machine.config changes the installer originally made (it also did a bunch of other stuff, based on the uninstall log):
Can't publish due to MySql.Web.v20
I get the following error after I installed MySql Server required for a different project:
This is keeping me from saving and publishing in BO. I've googled for a solution and found this post: http://www.stegriff.co.uk/upblog/umbraco-cant-publish-due-to-mysql-web-v20. Tried this, doesn't work. By modifying the machine.config file, will this affect the other project that requires a Mysql connection? Have anybody came across this problem?
I just encountered this problem too (after installing MySQL for a different project). Not sure what the fix is.
I too tried manually, modifying the machine.config, which didn't seem to work.
However, I was able to fix this by following the first answer here: http://stackoverflow.com/questions/26189699/asp-net-mvc4-configuration-error
In short, I ran the installer, clicked "modify" on "Connector/NET", and unchecked "Web Providers", which reverted the machine.config changes the installer originally made (it also did a bunch of other stuff, based on the uninstall log):
is working on a reply...