Silverlight 4 and C# DLL's
I am working on Silverlight 4. I have the dll's which were created with the C# windows application. Now i want the same to be converted to Silverlight. So can I add the same dll's in this silvelright application. Please give some suggestion so that i can continue my work.
Answers (1)
0
Hi Siri,
Try this...
Edit your app config file
<add key="DBCon" value="Data Source=SU86;Initial Catalog=siri;Integrated Security=True"/>
Thanks