c# - BinaryFormatter.Deserialize() method does not work in an AutoCAD plugin -


when call deserialize method on instance of system.runtime.serialization.formatters.binary.binaryformatter in iextensionapplication.initialize of autocad plugin, next code line after not execute. causing this? in advance help.

you need show code, in hood deserialize call throwing exception , therefore next line of code not being executed. use try/catch block around deserialize see if can catch exception , view/log exception details might point root of problem.


Comments