I'm using Silverlight 5 RC and am facing a very perplexing problem. My project structure is like this..
- The Actual Silverlight Application (references 1 and 3)
- A "Common" Silverlight class project (references 3)
- A "resources" and "constants" Silverlight project
- An ASP .NET project hosted in IIS
Here's the problem...the resulting .XAP doesn't contain the .dll for project 3. The .dll is present in the bin directory of projects 1 & 2. The odd part is that at compile time, projects 1 & 2 can correctly load resources, classes etc from project 3 but not at run-time since the .dll for project 3 is missing from the XAP.
Any idea of what's going wrong?
Thanks in advance for any suggestions!
Copy Local = true? That copy attribute drives the inclusion in the Xap, regardless of 2 referencing 3. – HiTech Magic Nov 18 '11 at 9:24