Page 1 of 1

Upgrading to 3.25.20 from 3.25.19 breaks the project

Posted: Thu 15 Nov 2007 02:24
by aspirevishal
I get the following error

Code: Select all

Error	5	Reference required to assembly 'CoreLab.Data, Version=4.25.17.0, Culture=neutral, PublicKeyToken=09af7300eec23701' containing the base class 'CoreLab.Common.DbMonitor'. Add one to your project.	C:\Documents and Settings\vishalk\Desktop\myproject\Form1.Designer.vb	34	32	project

I did a clean uninstall of the previous version restarted the system and then installed 3.25.20 tried to build the project got many errors relating to corelab.data and in project reference table it comes as listed

Posted: Thu 15 Nov 2007 12:43
by Alexey
Try to re-add the reference to CoreLab.Data assembly.

Posted: Thu 15 Nov 2007 19:29
by aspirevishal
Did that , Moreover in the reference list it is pointing to the right file. Ignoring that i again added the reference did not help.

Any other suggestion

Posted: Fri 16 Nov 2007 06:39
by aspirevishal
due to some mysterious reasons after installing uninstalling multiple times it seems to working now.

Posted: Fri 16 Nov 2007 12:08
by Alexey
Well done!
Unfortunately, we are unable to foresee all possible problems that may occur during the installation process. This is quite delicate thing and should be done to the tee. (I mean all VS IDE and document explorer instances should be closed, GAC should be cleaned up, all old assemblies should be removed from the %ProgramFiles%, et cetera.)