HI,I have a VS project which I have copied to my new machine from an old machine. Everything is OK apart from getting a warning when I build for the missing DLL:
Warning 1 Could not resolve this reference. Could not locate the assembly "System.Windows.Controls.Toolkit, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. Mizuho.MIReporting.Finance.Presentation.Modules.Common
However, I can see this dll doesn't exist on my new machine (in the old machine it exists in c:\Program Files\Microsoft SDKS\Silverlight\V3.0\ToolKit) which is another issue but what I'm trying to understand is since the project file has no absolute references to the DLL and the DLL is not in GAC, how was it able to resolve the reference anyway?