c# - XAML Parse Exception on project deploy error -


i have wpf application works fine on platforms , systems, including, of course, development system, however, runs issues on some, not all, platforms on deploy. sounds issue regard dependencies, of course, i'm not sure how track down what/which. werinternalmetadata.xml problem signature shows:

<problemsignatures>     <eventtype>clr20r3</eventtype>     <parameter0>qrolockdownshell.exe</parameter0>     <parameter1>1.0.0.0</parameter1>     <parameter2>559aaa45</parameter2>     <parameter3>mscorlib</parameter3>     <parameter4>4.0.30319.34209</parameter4>     <parameter5>534894cc</parameter5>     <parameter6>4527</parameter6>     <parameter7>105</parameter7>     <parameter8>system.windows.markup.xamlparse</parameter8> </problemsignatures> 

when use ildasm 105 parameter 7, leads me this:

method #19 (06000105)  ------------------------------------------------------- methodname: get_backgroundimage (06000105) flags     : [public] [hidebysig] [reuseslot] [specialname]  (00000886)     rva       : 0x00004478     implflags : [il] [managed]  (00000000)     callcnvntn: [default]     hasthis      returntype: class system.windows.media.imagesource     no arguments.     customattribute #1 (0c0000ed)     ------------------------------------------------------- customattribute type: 0a00002f customattributename:        system.runtime.compilerservices.compilergeneratedattribute :: instance void.ctor() length: 4 value : 01 00 00 00                                  >                < ctor args: () 

i'm not sure how make heads or tails of this...i very, thankful help!


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -