c# - Adding PCL library into Silverlight Application causes Error 2110 -
c# - Adding PCL library into Silverlight Application causes Error 2110 -
i have library have converted pcl in visual studio 2012. have set target frameworks .net framework 4 , higher, silverlight 4 , higher, windows 8, , windows phone silverlight 7 , higher. library correctly compiles , able integrated visual studio project targeting .net framework 4.5.
i add together pcl silverlight 5 project. before adding pcl, correctly builds. after adding it, continues build no problem. however, when launch in net explorer, next error:
line: 56 error: unhandled error in silverlight application code: 2110 category: initializeerror message: ag_e_unknown_error
ignoring error or opening in browser brings white screen.
the error occurs before using library. adding reference dll seems cause problem.
i have not been able find documentation or help regarding error means.
c# silverlight visual-studio-2012 silverlight-5.0 portable-class-library
Comments
Post a Comment