Click here to Skip to main content
15,889,335 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Windows1 Elements Pin
me082-Feb-09 11:53
me082-Feb-09 11:53 
AnswerRe: Windows1 Elements Pin
Pete O'Hanlon2-Feb-09 11:42
mvePete O'Hanlon2-Feb-09 11:42 
GeneralRe: Windows1 Elements Pin
BlitzPackage2-Feb-09 11:45
BlitzPackage2-Feb-09 11:45 
GeneralRe: Windows1 Elements Pin
Pete O'Hanlon2-Feb-09 11:46
mvePete O'Hanlon2-Feb-09 11:46 
QuestionRe: Windows1 Elements Pin
me084-Feb-09 5:04
me084-Feb-09 5:04 
AnswerRe: Windows1 Elements Pin
Pete O'Hanlon4-Feb-09 5:20
mvePete O'Hanlon4-Feb-09 5:20 
QuestionDlls Issue Pin
Tauseef A29-Jan-09 23:12
Tauseef A29-Jan-09 23:12 
AnswerRe: Dlls Issue Pin
Michael Sync31-Jan-09 4:56
Michael Sync31-Jan-09 4:56 
Hello,

Silverlight is using smaller version of CLR which is totally different from .NET CLR. So, the assembly which is complied using Silverlight CLR and the .NET assembly are not binary compatible. That's why you can't reference .NET dll in Silverlight project.

You will need to re-compile your sourcecode with Silverlight CLR if you want to add the reference in Silverlight.

All you need to do is that create Silverlight Class Library and copy all of your code from your project to new Silverlight Class Library project and try to build it again. There are a lot of namespaces that are not supported in Silverlight so that you have to find the workaround for them. Once you can successfully compile the project, you will get the assembly that you can reference in Silverlight.

Hope it helps.

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)


QuestionXaml on the Web Pin
Jammer29-Jan-09 23:07
Jammer29-Jan-09 23:07 
AnswerRe: Xaml on the Web Pin
Pete O'Hanlon30-Jan-09 0:40
mvePete O'Hanlon30-Jan-09 0:40 
GeneralRe: Xaml on the Web Pin
Jammer30-Jan-09 0:54
Jammer30-Jan-09 0:54 
GeneralRe: Xaml on the Web Pin
Pete O'Hanlon30-Jan-09 1:31
mvePete O'Hanlon30-Jan-09 1:31 
GeneralRe: Xaml on the Web Pin
Jammer31-Jan-09 22:39
Jammer31-Jan-09 22:39 
GeneralRe: Xaml on the Web Pin
Pete O'Hanlon1-Feb-09 8:28
mvePete O'Hanlon1-Feb-09 8:28 
GeneralRe: Xaml on the Web Pin
Jammer1-Feb-09 10:38
Jammer1-Feb-09 10:38 
AnswerRe: Xaml on the Web Pin
Mark Salsbery2-Feb-09 6:09
Mark Salsbery2-Feb-09 6:09 
GeneralRe: Xaml on the Web Pin
Jammer2-Feb-09 6:36
Jammer2-Feb-09 6:36 
GeneralRe: Xaml on the Web Pin
Mark Salsbery2-Feb-09 6:45
Mark Salsbery2-Feb-09 6:45 
GeneralRe: Xaml on the Web Pin
Jammer2-Feb-09 7:11
Jammer2-Feb-09 7:11 
GeneralRe: Xaml on the Web Pin
Mark Salsbery2-Feb-09 7:16
Mark Salsbery2-Feb-09 7:16 
GeneralRe: Xaml on the Web Pin
Jammer2-Feb-09 7:22
Jammer2-Feb-09 7:22 
GeneralRe: Xaml on the Web Pin
Pete O'Hanlon2-Feb-09 8:32
mvePete O'Hanlon2-Feb-09 8:32 
QuestionWPF ListView/ItemsControl Drag Drop Adorner Pin
snblackout29-Jan-09 18:40
snblackout29-Jan-09 18:40 
AnswerRe: WPF ListView/ItemsControl Drag Drop Adorner Pin
Pete O'Hanlon30-Jan-09 2:27
mvePete O'Hanlon30-Jan-09 2:27 
GeneralRe: WPF ListView/ItemsControl Drag Drop Adorner Pin
snblackout30-Jan-09 4:42
snblackout30-Jan-09 4:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.