【发布时间】:2014-01-22 09:27:20
【问题描述】:
我正在使用 dotfuscator 4.12 在我的应用程序中加密 exe 和 dll!
但在加密之后,我运行我的应用程序并因跟随调用堆栈而崩溃
Set connectionId threw an exception./n Stack Trace = at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at DVRServerInterface.MainWindow.InitializeComponent()
at DVRServerInterface.MainWindow..ctor()
我的应用程序使用 WPF,它有 13 个项目,包括 C++ 和 C# 项目,它们都使用 .Net Framework 4.0。并且我在使用 dotfuscator 时检查了所有加密选项。
有人可以帮我解决吗?
非常感谢,
T&T
【问题讨论】:
标签: c# c++ .net wpf dotfuscator