Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] Third Party Tools (https://www.kinook.com/Forum/forumdisplay.php?f=3)
-   -   Compile project holding reference to another (https://www.kinook.com/Forum/showthread.php?t=1666)

kina 04-04-2006 03:32 PM

Compile project holding reference to another
 
My project has two .vbproj (Data and Businnes)and one .sln file (MyProj)

I compiled Data and MyProj ok; Business is failing.
Business object has reference to Data.
It complains about all references to Data:
C:\netvss\Business\CBOClass.vb(165) : error BC30002: Type 'CDOSAgreement' is not defined.
CDOSAgreement is a class inside Data project.
I am using VS 2002; framework 1.1

kinook 04-04-2006 04:20 PM

If you're using project references, you'll need to put Business and Data in the same solution and build that .sln file from the Make VS.NET action instead of the individual project files. See http://msdn.microsoft.com/library/de...l/tdlg_ch3.asp for more details.


All times are GMT -5. The time now is 06:43 PM.


Copyright © 1999-2023 Kinook Software, Inc.