473,416 Members | 1,713 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,416 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 5167
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...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.