When Run C# example in SmartRead Mobile SDK, show the Error:
"System.MissingMethodException was unhandled
Message="MissingMethodException""
Reason:
This problem is because VS.net 2005 C# open VS.net 2003 C # example,in property of
smmobile.dll file, "CopyToOutputDirectory" setting, default is "Not copy". when compile, will not
copy smmobile.dll file to \program files\demo folder, when run demo.exe it will show the
problem, because no smmobile.dll support.
How to solve:
set smmobile.dll file property -> "CopyToOutputDirectory" -> "Always" |