I am getting a warning on a custom control that is first in the build order, and is used throughout my main project, which is called Practice Management
This started appearing recently, and I am not sure why. More importantly, what do I have to do to fix it? Thanks
J
OUTPUT FILE FOLLOWS
------ Build started: Project: IntellicomboControl, Configuration: Debug .NET -----
Preparing resources..
Updating references..
Performing main compilation..
Building satellite assemblies..
------ Build started: Project: ValidatingTextboxControl, Configuration: Debug .NET -----
Preparing resources..
Updating references..
Performing main compilation..
Building satellite assemblies..
------ Build started: Project: Practice Management, Configuration: Debug .NET -----
Preparing resources..
Updating references..
Warning: The dependency 'IntellicomboControl, Version=1.0.1471.41228, Culture=neutral' in project 'Practice Management' cannot be copied to the run directory because it would overwrite the reference 'IntellicomboControl, Version=1.0.1493.17277, Culture=neutral'
Performing main compilation..
Building satellite assemblies..
---------------------- Done ---------------------
Build: 3 succeeded, 0 failed, 0 skipped
JW - 02 Feb 2004 21:05 GMT
JT,
Check out the following Microsoft Knowledge Base article.
http://support.microsoft.com/default.aspx?scid=kb;en-us;814197
It addresses the specific error you are having and suggests 4 solutions
which may be useful.
--
Jeffrey Wynn
jw@nospam.net
> I am getting a warning on a custom control that is first in the build order, and is used throughout my main project, which is called Practice
Management.
> This started appearing recently, and I am not sure why. More importantly, what do I have to do to fix it? Thanks.
>
[quoted text clipped - 21 lines]
> Updating references...
> Warning: The dependency 'IntellicomboControl, Version=1.0.1471.41228, Culture=neutral' in project 'Practice Management' cannot be copied to the
run directory because it would overwrite the reference 'IntellicomboControl,
Version=1.0.1493.17277, Culture=neutral'.
> Performing main compilation...
> Building satellite assemblies...
>
> ---------------------- Done ----------------------
>
> Build: 3 succeeded, 0 failed, 0 skipped