Hi,
I am developing a windows service application which refers to the class library A and this class library A refers to my windows service application. I need both references in order to use particular classes. Well there's nothing wrong, except the warning messages I'll get when building the application in VS 2005.
ViestienAjastusSovellus.exe (Windows Service) => VAS_RemoteModuuli.dll (Class library)
VAS_RemoteModuuli.dll => ViestienAjastusSovellus.exe
Here are the warning messages I'll get from VS 2005:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : warning MSB3112: Two or more assemblies have the same identity 'ViestienAjastusSovellus, Version=1.0.0.0, Culture=neutral, ProcessorArchitecture=msil'.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : warning MSB3181: Two or more files have the same target path 'bin\Debug\ViestienAjastusSovellus.exe'.
ViestienAjastusSovellus -> C:\Documents and Settings\Juha\My Documents\Visual Studio 2005\Projects\ViestienAjastusSovellus\ViestienAjastusSovellus\bin\Debug\ViestienAjastusSovellus.exe
Can somebody tell me are these warning messages important and if not, is there a way to avoid getting them in VS 2005
Thanks
Juha
Visual C#14
|