Page 1 of 1

deployment of windows applications

Posted: Wed 07 Feb 2007 10:18
by noodleweb
on a test deployment we get an error message on installation saying

the application requires corelab to be installed in the gac

so just exactly how do we do that?? there are no instructions or examples
is there a better way??

using visual studio 2005

regards

Posted: Wed 07 Feb 2007 13:13
by Alexey
Please describe in detail what exactly you need or what is the problem.

Posted: Wed 07 Feb 2007 14:58
This is actually quite easy to fix. Right click the project and select Properties. On the Properties page select the Publish tab. Click the button that says Application Files...

Where it says CoreLab.MySql.dll, change Publish Status from Include (Auto) to simply Include. This will force it to include the .dll in the published application on the client PC, and you won't get the GAC error messages anymore.

- jh

genius

Posted: Wed 07 Feb 2007 17:05
by noodleweb
[email protected] wrote:This is actually quite easy to fix. Right click the project and select Properties. On the Properties page select the Publish tab. Click the button that says Application Files...

Where it says CoreLab.MySql.dll, change Publish Status from Include (Auto) to simply Include. This will force it to include the .dll in the published application on the client PC, and you won't get the GAC error messages anymore.

- jh
as you can tell im quite new to this but learning fast
many many thanks for your help