<com:ExeServer /> 所需的可执行文件的路径是什么
What is the path for the executable needed for the <com:ExeServer />
基本上我有一个 WPF 应用程序,我想在其中使用 Windows 通知。我做了微软指南所说的一切,但我不确定我应该为可执行文件使用什么路径 属性在 com:ExeServer。
我尝试了我的应用程序名称、我的程序包名称。
<com:Extension Category="windows.comServer">
<com:ComServer>
<com:ExeServer Executable="<any path>" Arguments="-ToastActivated" DisplayName="Toast activator">
<com:Class Id="<my GUID>" DisplayName="Toast activator"/>
</com:ExeServer>
</com:ComServer>
</com:Extension>
我总是得到:
"Cannot register the X-X-X- _1.0.0.0_neutral__jdwztr3qrgq8m package. The path "我输入的路径“没有找到。”错误
所以..我解决了。如果其他人遇到同样的问题,请确保您已仔细检查所有 GUID 是否相同,并且您输入的 folder/directory 名称是否正确。
我的错。
基本上我有一个 WPF 应用程序,我想在其中使用 Windows 通知。我做了微软指南所说的一切,但我不确定我应该为可执行文件使用什么路径 属性在 com:ExeServer。
我尝试了我的应用程序名称、我的程序包名称。
<com:Extension Category="windows.comServer">
<com:ComServer>
<com:ExeServer Executable="<any path>" Arguments="-ToastActivated" DisplayName="Toast activator">
<com:Class Id="<my GUID>" DisplayName="Toast activator"/>
</com:ExeServer>
</com:ComServer>
</com:Extension>
我总是得到: "Cannot register the X-X-X- _1.0.0.0_neutral__jdwztr3qrgq8m package. The path "我输入的路径“没有找到。”错误
所以..我解决了。如果其他人遇到同样的问题,请确保您已仔细检查所有 GUID 是否相同,并且您输入的 folder/directory 名称是否正确。
我的错。