App doens't work after obfusication
Daniel Huhn
Posts: 3
After we obfusicated our app, we get those exeption (German)
[code]Der offentliche Member WriteLog für den Typ Œ wurde nicht gefunden.
18.10.2011 16:48:43 - bei Microsoft.VisualBasic.CompilerServices.Symbols.Container.GetMembers(String& MemberName, Boolean ReportErrors)
bei Microsoft.VisualBasic.CompilerServices.NewLateBinding.CallMethod(Container BaseReference, String MethodName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, BindingFlags InvocationFlags, Boolean ReportErrors, ResolutionFailure& Failure)
bei Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn)
bei ‘.
[code]Der offentliche Member WriteLog für den Typ Œ wurde nicht gefunden.
18.10.2011 16:48:43 - bei Microsoft.VisualBasic.CompilerServices.Symbols.Container.GetMembers(String& MemberName, Boolean ReportErrors)
bei Microsoft.VisualBasic.CompilerServices.NewLateBinding.CallMethod(Container BaseReference, String MethodName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, BindingFlags InvocationFlags, Boolean ReportErrors, ResolutionFailure& Failure)
bei Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn)
bei ‘.
Comments
You'll need to add obfuscation and/or pruning exclusions in the SmartAssembly UI for the members you're late-binding to, or (if you've got Pro edition) add various DoNotObfuscate attributes to your codebase (see http://www.red-gate.com/supportcenter/C ... 032253.htm)
BCIS IT-Systeme GmbH