mishrsud / mvc-mini-profiler

Automatically exported from code.google.com/p/mvc-mini-profiler
0 stars 0 forks source link

DatabaseExists is not supported by the provider. #67

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When using the Profiler with EF 4.1 and MySQL you get the following 2 errors.

DatabaseExists is not supported by the provider.

and

Table 'schema.edmmetadata' doesn't exist

If you continue past the errors then you can use the profiler but it is very 
annoying when developing.

Original issue reported on code.google.com by B...@marastat.com on 25 Jul 2011 at 2:43

GoogleCodeExporter commented 8 years ago
there is not much we can do there ... we simply forward the calls to the 
wrapped provider

Original comment by sam.saff...@gmail.com on 26 Jul 2011 at 12:32