Silverlight and web application common library

岁酱吖の 提交于 2019-12-12 23:51:44

问题


Hello I have an application that had been done on Silverlight, exist a lot of classes inside of this application. I need to create new application that should you some classes from Silverlight app. I decide make refactoring and move this classes to external library and add like reference to Silverlight and My new web site. But Silverlight doesn't allow to use normal libraries i need use just special Silverlight class library. How I can resolve this issue ?


回答1:


You can create a Portable Class Library project



来源:https://stackoverflow.com/questions/10799956/silverlight-and-web-application-common-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!