[mono-vb] Question about gacutil

Alfredo Torres alftoro at gmail.com
Thu Nov 30 00:28:53 EST 2006


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 <miguel at ximian.com> 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.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-vb/attachments/20061129/56972781/attachment.html 


More information about the Mono-vb mailing list