473,289 Members | 1,896 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,289 software developers and data experts.

Deployment Build problems

Out of no where I'm starting to get these problems and my Deployment projects
won't build anymore. Does anyone have any idea what's causing this? I've
tried copying these files from another VS.NET 2003 machine, but it doesn't
look like it's working. The only latest change I've made to my machine was
the Windows Update as of Feb. 8th, 2005. I notcied it included the .NET 1.1
SP1 and I don't know if this might have any relation?

ERROR Messages:

Unable to build dialog module named 'C:\Program Files\Microsoft Visual
Studio .NET 2003\Common7\Tools\Deployment\.\VsdDialogs\1033\Vs dConfirmDlg.wid'
Unable to build dialog module named 'C:\Program Files\Microsoft Visual
Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\Vs dFinishedDlg.wid'
Unable to build dialog module named 'C:\Program Files\Microsoft Visual
Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\Vs dProgressDlg.wid'
Unable to build dialog module named 'C:\Program Files\Microsoft Visual
Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\Vs dWebFolderDlg.wid'
Unable to build dialog module named 'C:\Program Files\Microsoft Visual
Studio .NET 2003\Common7\Tools\Deployment\.\VsdDialogs\1033\Vs dWelcomeDlg.wid'
Thanks,
Felix
Jul 21 '05 #1
2 5145
Well, there was nothing at all in the KB and so I Googled the error message
(remember when you can search the KB with any error message and it was so
easy to find things?). Not much came up so I searched the Google Groups.

Turns out that one cause of the problem below is when the images on the
built in Deployment forms aren't pointing to the correct reference. The
image I had as the banner logo had an incorrect path and was causing it to
not compile.

With VS.NET out for a while and the post I read dated Apr 2004 you'd think
something like this would be in the KB by now, but I guess not.

-Felix

"Felix" wrote:
Out of no where I'm starting to get these problems and my Deployment projects
won't build anymore. Does anyone have any idea what's causing this? I've
tried copying these files from another VS.NET 2003 machine, but it doesn't
look like it's working. The only latest change I've made to my machine was
the Windows Update as of Feb. 8th, 2005. I notcied it included the .NET 1.1
SP1 and I don't know if this might have any relation?

ERROR Messages:

Unable to build dialog module named 'C:\Program Files\Microsoft Visual
Studio .NET 2003\Common7\Tools\Deployment\.\VsdDialogs\1033\Vs dConfirmDlg.wid'
Unable to build dialog module named 'C:\Program Files\Microsoft Visual
Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\Vs dFinishedDlg.wid'
Unable to build dialog module named 'C:\Program Files\Microsoft Visual
Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\Vs dProgressDlg.wid'
Unable to build dialog module named 'C:\Program Files\Microsoft Visual
Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\Vs dWebFolderDlg.wid'
Unable to build dialog module named 'C:\Program Files\Microsoft Visual
Studio .NET 2003\Common7\Tools\Deployment\.\VsdDialogs\1033\Vs dWelcomeDlg.wid'
Thanks,
Felix

Jul 21 '05 #2
I had the same problem on on the 11th. The splash screen on my app came up,
but the main screen would not become visible (No error messages). The app
stayed in memory though and used 100% CPU.

This app was rock solid and unchanged. The behavior was experience on
current and older versions, compiled and debug versions, and on different PCs.

We think it may have be somehow related to do with latest Windows Update.

"Felix" wrote:
Out of no where I'm starting to get these problems and my Deployment projects
won't build anymore. Does anyone have any idea what's causing this? I've
tried copying these files from another VS.NET 2003 machine, but it doesn't
look like it's working. The only latest change I've made to my machine was
the Windows Update as of Feb. 8th, 2005. I notcied it included the .NET 1.1
SP1 and I don't know if this might have any relation?

ERROR Messages:

Unable to build dialog module named 'C:\Program Files\Microsoft Visual
Studio .NET 2003\Common7\Tools\Deployment\.\VsdDialogs\1033\Vs dConfirmDlg.wid'
Unable to build dialog module named 'C:\Program Files\Microsoft Visual
Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\Vs dFinishedDlg.wid'
Unable to build dialog module named 'C:\Program Files\Microsoft Visual
Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\Vs dProgressDlg.wid'
Unable to build dialog module named 'C:\Program Files\Microsoft Visual
Studio .NET
2003\Common7\Tools\Deployment\.\VsdDialogs\1033\Vs dWebFolderDlg.wid'
Unable to build dialog module named 'C:\Program Files\Microsoft Visual
Studio .NET 2003\Common7\Tools\Deployment\.\VsdDialogs\1033\Vs dWelcomeDlg.wid'
Thanks,
Felix

Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Bob Reynolds | last post by:
Hello, I have a requirement to create EAR and WAR packages without using the integrated package building tools built into the IDE. The packages will be created via a deployment script,...
5
by: Arun Bhalla | last post by:
I'm working with VS.NET 2003 and .NET 1.1 (not SP1) on Windows XP SP1. My application is using the Windows Installer Bootstrap. (I may have also installed a module which detects requirements (.NET...
4
by: wobbles | last post by:
Hi Everyone, I'm really struggling to get no-touch deployment to work well (if at all, in some cases). Can anyone recommend a good book on this topic? There seem to be a lot of blogs about...
1
by: webfitz | last post by:
I just wanted to hear some ideas and what some have done on this. I'm having a problem deciding how to build or setup our application. This will be an application for our entire company of 700...
6
by: DBxGlock | last post by:
I'm trying to create the equivalent of a post build event for a website. I have the "Web Deployment Projects" add-in installed and am attempting to follow the instructions in the "Using Web...
4
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
2
by: Felix | last post by:
Out of no where I'm starting to get these problems and my Deployment projects won't build anymore. Does anyone have any idea what's causing this? I've tried copying these files from another...
2
by: bep | last post by:
I have a couple of web sites, some web services and some windows services that I need to deploy to our production servers. We used to use NANT with the VS 2003 applications. Now that we are using...
10
by: =?Utf-8?B?UHVuaXQgS2F1cg==?= | last post by:
Hi, I am developing a windows application in VS.NET 2005. The application is database driven and I need to deploy it on a client's pc. How should I go about developing such an application. I...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 7 Feb 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:30 (7.30PM). In this month's session, the creator of the excellent VBE...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.