Project references to other Silverlight projects in the Solution

Asked By 10 points N/A Posted on -
qa-featured

 

What does the error “You can only add project references to other Silverlight projects in the Solution” exactly mean in the add reference option for Silverlight?

You can only add project references to other Silverlight projects in the Solution
SHARE
Answered By 0 points N/A #175984

Project references to other Silverlight projects in the Solution

qa-featured

Dear user,

Follow these steps for your guidance:

 

1) Firstly, create your silverlight project. Then, create folders for your own project.
2) Now, add all the files, click on the “Add existing item” button, click “Add Link”.
3) Now, you can create your own silverlight project. In order to stop the code from breaking, use a recompiler.
4) Use, #if SILVERLIGHT … #endif for code for your silverlight application.
Hope this will help you.
Thank you.

Related Questions