sql - ASP.NET configuration throws "Could not load file or assembly 'MySql.Web, Version=6.3.2.0,..." when trying to add a new user -
OK, that's a little strange. Why is the ASP.NET configuration utility looking for MySql? I had previously tried to use MySql 3 or 4 iterations in any other project, but have not tried to use it in this project.
With Web service references instead of Visual Studio 2010, .NET 4, ASP.NET MVC 2.0 Project Local Model (Web Server Service Using SQL Server Express 2008 R2) I used to store credentials from the MVC project I am using SQL Express.
I checked web.config for any reference to mysql from my computer, removed all the examples of myscall from my computer, and 20 minutes in search of any other remaining debris Felt, and I still get this error WTF?
Dave
There is a complete stack trace with the exception, all I am trying to do is create another user in aspnetdb. I followed the user before using the MVC 2 application (using the register link) ...
file or assembly 'MySql.Web, version = 6.3.2.0, culture = neutral, public keynote = c5687fc88969c44d not loaded Could be done 'or one of its dependencies failed to detect the specified file. SystemkRuntimeTypeHandlekGetTypeByName (string name System.RuntimeTypeHandle.GetTypeByName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, Boolean loadTypeFromPartialName, ObjectHandleOnStack type) (String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark & The system on the amp; stackMark, Boolean loadTypeFraparPartialName) Runtime type GateType (system type name, Boolean throwover, Boolean ignore, boolean reflection, only stack crawl mark and stack marker) system. Type Gettype (string typename, boolean thrown error, boolean ignored cass) system. SystemManager.GetType (String typeName, Boolean throwOnError, Boolean ignoreCase) on System.Web.Configuration.ConfigUtil.GetType (string typename, string property name, configuration element config, XMLNode node, Boolean check apatabit, boolean ignore case) < P> As far as I can tell, I am not responsible for any of these. So I say again, WTF?
Try to see the full exception stack trace This will show you which method to load this library Trying to remove the referenced assembly from your project in a humiliating way.
Comments
Post a Comment