安装程序在安装此软件包时遇到意外错误.这可能表示此程序包有问题.错误代码为2803.
问题描述:
我已经开发了一个使用自定义对话框的Web安装项目.
我使用orca开发了一个自定义对话框,并成功地添加了创建的对话框.
但是,当我尝试安装它时,出现以下错误:-
安装程序在安装此软件包时遇到意外错误.
这可能表示此软件包有问题.错误代码为2803.
我无法弄清楚问题出在哪里.
任何帮助将不胜感激.
根据
Hi,
I have developed a web setup project that uses custom dialogs.
I have developed a custom dialog using orca and have successfully been able to add the dialog created.
But when i try to install its gives me the following error:-
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package.The error code is 2803.
I am not able to figure out where exactly the problem is.
Any help is greatly appreciated.
Thanks
答
> MSDN [ ^ ],此错误表示对话框视图找不到该对话框的记录.".
因此,我会质疑您成功添加对话框"的陈述的准确性.
Visual Studio包括向安装项目添加有限的自定义对话框的功能,我发现它们可以很好地工作.我希望它们对于大多数应用程序已经足够.
According to MSDN[^] this error means "Dialog View did not find a record for the dialog.".
I would therefore question the accuracy of your statement that you "successfully added the dialog".
Visual Studio includes the functionality to add limited custom dialogs to setup projects, and I have found them to work well. I would expect them to be sufficient for most applications.
感谢您的回复.
首先,当我添加新创建的自定义对话框(使用orca创建)并构建项目时,我没有收到任何编译器错误,也没有收到任何警告.
但是,当我尝试安装该软件包时,出现的错误会在窗口中弹出,并且我不知道如何对其进行调试.
请帮助.我需要尽快
Thanks for the Reply.
First of all when i add the newly created custom dialog(created using orca) and build the project i dont get any compiler errors and i dont get any warnings as well.
But when i try to install the package the error i spoke about pops up on window and i have no idea about debugging it.
Pls help.I need this ASAP
感谢您的答复.
实际上,我今天早上已经克服了这个错误,但是由于我没有做太多事情,它变得很奇怪.
这次我再次使用orca创建了一个新的自定义对话框,并在我的项目中使用了它,现在效果很好.
Hi,
Thank you for the Reply.
I have overcome this error this morning actually,but its quit strange as i didnt do anything much.
I once again created a new custom dialog this time again using orca and used it in my project and its goin good now.