How to LINK a Silverlight library to the files of a normal Class Library -


I have come into a silverlight project which is necessary to use a normal class library to perform some functions. Since you can not directly refer to the class library, the project linked to the Silverlight Library files.

Find out how this can be done, in the screenshot below you can see what I am telling you.

You need the Silverlight Library to "add existing items" is. Instead of simply clicking "add", click on the arrow beside the add button and select "Add as link". This will make "shortcuts" from your original file in your Silverlight Library.

Obviously you need to make sure that your class will not use anything in Silverlight BCL


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -