.net - How to deploy sample source, with reference assemblies correctly? -
I am developing a .NET class library with some sample sources. Therefore, in my solution the library is a setup project to describe the library, sample VB, and to deploy all of this.
There is a project dependency on the sample class library, and the setup project is configured to deploy the source library of the class library (i.e. the .NET Class Library Project) and the source of the VB app.
The problem is that the vbproj file for VB app has project dependency (i.e. this refers to the CCCRA of Class Library.
What I was trying to achieve It is that when the source is deployed on the client machine, then this is an inherent project, and this (just installed) class library DLL.
I suspect that I posted some of the vbproj file Need to install manipulation, Lake Not as I am new to it, I am wondering if this (I would have thought) a common issue, what is something that I can handle easily?
TIA
You can remove "project dependency" and instead add an "assembly reference" to your VB project
Comments
Post a Comment