1
Answer

Silverlight 4 and C# DLL's

sony appu

sony appu

12y
2k
1
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
Satyapriya Nayak

Satyapriya Nayak

NA 53k 8m 13y
Hi Siri,

Try this...



Edit your app config file



<add key="DBCon" value="Data Source=SU86;Initial Catalog=siri;Integrated Security=True"/>


Thanks