unable to add System.windows.Forms dll into silverlight 4.0 project
Hi Everyone,
I cudnt find dll in this locationl(system.windows.forms) C:\Program Files\Reference Assemblies\Microsoft\Framework\Silverlight\v4.0.
So I tried to paste dll from location C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0
and while adding dll into siverlight project by add reference Im getting the following error message,
"you can't add a reference to system.windows.forms.fll as it was not built against the silverlight runtime.silverlight projects will only work with silverlight assemblies"
Re: unable to add System.windows.Forms dll into silverlight 4.0 project
Silverlight is a different UI framework from Windows forms. You should use XAML to create your UI. Do you need a specific functionality in Windows Forms that is not available in Silverlight?
Re: unable to add System.windows.Forms dll into silverlight 4.0 project
Hi ,
There are 2 tree views used in my project,one being the source and the other, target. When I click on the source node it must go to the target tree view and have to find the parent and needs to be inserted.
Bookmarks