Miguel, You were correct about the version problem. Before I installed the connector I verified that it wasn't already registered with GAC. After I installed it, GAC indicated a version # of 1.0.7.30073. When I ran the app, the stack trace indicated that it couldn't find version 1.0.7.30072. I'm not sure why the version numbers aren't consistent, but after placing a copy of the same assembly in the directory where the app resided, the app was able to execute.
Thanks for your help. Alfredo On 11/16/06, Miguel de Icaza <[EMAIL PROTECTED]> wrote:
Hello, > Does anyone know if the latest VB.Runtime is able to locate assemblies > registered with gacutil? I'm using MySQL's MySql.Data.dll assembly in > a small database application. I've registered the assembly and it > appears that gacutil does add it to the global assembly cache, > however, when I go to run the app the runtime can't find it. Of > course placing the assembly in the same directory where the app > resides fixes the problem, but I was just curious if this was a know > issue. It might be trying to find the wrong version.
_______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
