Think I might have found the problem, I never read the warnings on the build failure, and saw the following warning being displayed. The referenced assembly "XXX.dll" could not be resolved because it has a dependency on "System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which is not in the currently targeted framework ".NETFramework,Version=v4.0,Profile=Client". Please remove references to assemblies not in the targeted framework or consider retargeting your project. CallCentreMgrNS Thanks. ----MODIFIED----- Changed the targeted framework of my service from .NET Framework 4.0 Client Profile to .NET Framework 4.0 and no the project builds successfully
No matter how long he who laughs last laughs, he who laughs first has a head start!
modified on Tuesday, January 4, 2011 2:38 AM