Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

"Unable to build dialog module" on changing development system

771 views
Skip to first unread message

Ram Shriram

unread,
Apr 29, 2004, 12:30:33 AM4/29/04
to
I have a Visual Studio.NET Soltution consisting of C++ and VB projects. I
moved the whole solution and all projects to another development system, and
tried rebuilding the installer using VS.NET. I am getting a bunch of errors
as follows. I have made sure to install the same merge modules (in Common
Files/Merge Modules) as in the other computer where it works. I even tried
copying over the entire Common Files/Merge Modules folder from the system
where it works to the new development system in vain.

Please let me know how to get rid of these errors, and be able to build my
installer on the new development system.

ERROR: Unable to build dialog module named 'C:\Program Files\Microsoft
Visual Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\VsdFinishedDlg.wid'

ERROR: Unable to build dialog module named 'C:\Program Files\Microsoft
Visual Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\VsdAdminLicenseDlg.wid'

ERROR: Unable to build dialog module named 'C:\Program Files\Microsoft
Visual Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\VsdAdminFolderDlg.wid'

ERROR: Unable to build dialog module named 'C:\Program Files\Microsoft
Visual Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\VsdAdminConfirmDlg.wid'

ERROR: Unable to build dialog module named 'C:\Program Files\Microsoft
Visual Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\VsdAdminWelcomeDlg.wid'

ERROR: Unable to build dialog module named 'C:\Program Files\Microsoft
Visual Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\VsdAdminSplashDlg.wid'

ERROR: Unable to build dialog module named 'C:\Program Files\Microsoft
Visual Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\VsdAdminFinishedDlg.wid'

ERROR: Unable to build dialog module named 'C:\Program Files\Microsoft
Visual Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\VsdFolderDlg.wid'

ERROR: Unable to build dialog module named 'C:\Program Files\Microsoft
Visual Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\VsdLicenseDlg.wid'

ERROR: Unable to build dialog module named 'C:\Program Files\Microsoft
Visual Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\VsdWelcomeDlg.wid'

ERROR: Unable to build dialog module named 'C:\Program Files\Microsoft
Visual Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\VsdSplashDlg.wid'

ERROR: Unable to build dialog module named 'C:\Program Files\Microsoft
Visual Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\VsdCustomCheck1Dlg.wid'

ERROR: Unable to build dialog module named 'C:\Program Files\Microsoft
Visual Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\VsdConfirmDlg.wid'

ERROR: Unable to build dialog module named 'C:\Program Files\Microsoft
Visual Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\VsdProgressDlg.wid'

ERROR: Unable to build dialog module named 'C:\Program Files\Microsoft
Visual Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\VsdAdminProgressDlg.wid'

(I have ensured all the files mentioned here are present. MS Dev Env
version is 7.1.3088 (Visual Studio.NET 2003)

Thanks,
Ram Shriram

Felix Wang

unread,
Apr 29, 2004, 5:35:07 AM4/29/04
to
Hi Ram,

Thanks for posting. We have just received a similar report from our product
support service. Currently the situation is under investigation.

I will keep you posted if there is any new findings. By the way, could you
let me know which merge modules you are using? If we remove the merge
modules from the project, does it work?

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Ram Shriram

unread,
Apr 29, 2004, 11:31:34 AM4/29/04
to
Hi Felix,

I am using the following merge modules:

comcat.msm
oleaut32.msm(Excluded)
vc_user_atl71_rtl_x86_---.msm
vc_user_crt71_rtl_x86_---.msm
vc_user_mfc71_rtl_x86_---.msm
vc_user_stl71_rtl_x86_---.msm
comctl32.msm
msvbvm60.msm

Do you know of a workaround that I can use in the meantime?

Thanks,
Rohit

"Felix Wang" <v-f...@online.microsoft.com> wrote in message
news:oCSPG1cL...@cpmsftngxa10.phx.gbl...

Felix Wang

unread,
Apr 29, 2004, 9:49:00 PM4/29/04
to
Hi Rohit,

Thanks for your update. I am sorry but the current workaround is to create
a new setup project with the same set of files.

I will do some further research on this issue.

Felix Wang

unread,
Apr 30, 2004, 4:30:44 AM4/30/04
to
Hi Rohit,

I have done some tests with the merge modules. I cannot reproduce the
situation. I am using the VS.Net 2003 merge modules, as long as those from
VS 6 SP 6:

http://www.microsoft.com/downloads/details.aspx?FamilyId=F9D19334-61EC-48CF-
BB4E-3AEC65EDD50B&displaylang=en

Is there anything else special with the project? Are the project outputs
included in the setup project share the same path between the 2 machines?

Warren Barkhuizen

unread,
Apr 30, 2004, 7:22:59 AM4/30/04
to
I got the same error messages and fixed it by removing the referenced
images that I'd used for the forms.

Hope this helps.

Ram Shriram

unread,
May 1, 2004, 11:34:35 AM5/1/04
to
Thank you, Warren!
This helped me fix it - the problem was caused due to incorrect path of the
banner bitmaps when I moved the project from one system to another.


"Warren Barkhuizen" <war...@prodata.co.za> wrote in message
news:824c1245.04043...@posting.google.com...

Ram Shriram

unread,
May 1, 2004, 11:35:40 AM5/1/04
to
Hi Felix,

The problem was due to my having incorrect path for the banner bitmap in the
other system. Warren's suggestion below helped me isolate the error.

Thanks,
RS

"Felix Wang" <v-f...@online.microsoft.com> wrote in message

news:1J6a$1oLEH...@cpmsftngxa10.phx.gbl...

Felix Wang

unread,
May 2, 2004, 10:50:59 PM5/2/04
to
Hi Warren,

Thanks for your suggestion. I believe it will be helpful to other people
with the same problem as well.

I really appreciate it ;-)

Felix Wang

unread,
May 2, 2004, 10:52:21 PM5/2/04
to
Hi Ram,

Please feel free to post here is you have any further concerns on this
issue. Warren's comment is really valuable.

0 new messages