InterviewSolution
Saved Bookmarks
| 1. |
Can We Add The Reference Of A Class Library Project In Silverlight Application Project? |
|
Answer» No, You can't add the reference of a Class library inside the Silverlight APPLICATION project. You can only add the reference of another Silverlight application project inside a Silverlight application project. However, you can add the reference of a WEB Service or WCF SERVICES. No, You can't add the reference of a Class library inside the Silverlight application project. You can only add the reference of another Silverlight application project inside a Silverlight application project. However, you can add the reference of a Web Service or WCF services. |
|