.net - Accessing a non-Silverlight assembly in Silverlight using COM -
i’m trying access non sl assembly in sl application. have wrap non sl assembly in com wrapper using “register com introp”. internally assembly loaded assembly using reflection , calls method using method.invoke.
application getting crash when call com component. looks able load assembly through reflection unable make call methods using reflection (mehtod.invoke).
i can see following log in event viewer
faulting application name: iexplore.exe, version: 8.0.7601.17514, time stamp: 0x4ce79912 faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec49b8f exception code: 0x4000001f fault offset: 0x000ce695 faulting process id: 0x2f8 faulting application start time: 0x01ce47e8417f56c3 faulting application path: c:\program files (x86)\internet explorer\iexplore.exe faulting module path: c:\windows\syswow64\ntdll.dll report id: 86ef1dd9-b3db-11e2-8faa-b499baf11a4f
Comments
Post a Comment