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

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -