If I avoid references to assemblies that do not exist in the silverlight 2.0 runtime, will the .NET DLLs that I create with VS2008 work with silverlight without recompiling or other changes?
No, you still have to recompile the Silverlight version of the assembly versions. You can add these files to the Silverlight Class Library project βas a linkβ using the same file between both projects so you at least don't have to worry about exiting synchronization.
, API Silverlight API. #if, ..
#if SILVERLIGHT /* some code */ #else // WPF /* some other code */ #endif
Source: https://habr.com/ru/post/1697784/More articles:Wasabi as a web programming language - programming-languages ββ| fooobar.comhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1697780/check-out-from-a-remote-svn-repository-to-a-remote-location&usg=ALkJrhirODXgtqDoKCtH5A1urncjNrUSuQLinux Pitch Authentication - linuxHow to perform an action after updating UpdatePanel? - javascriptIn Flash, how can I run an e4x statement when this statement is stored in String? - flexWhat are the limitations of Loose XAML? - .netLINQ to XML for a small application can replace a small database? - .netHow do you implement a multicultural web application - designRemove "Save Target As ..." from IE - internet-explorerOracle ROWNUM Pseudo-Competition - oracleAll Articles