c# - Deserializing binary files in a Visual Studio AddIn - 'Could not find assembly' -


i've created visual studio (2010) addin, , decided go binary serialized file store settings. turns out when deserializing file, 'could not find assembly myaddin.xxx' exception.

i assume result of addin assembly being loaded different domain 1 created serialized file. i've tried stream file appdomain.currentdomain.basedirectory (which visual studio folder in program files), addins folder in documents original assembly resides, still no avail.

could please provide insight happening , how around problem?


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -