472,782 Members | 3,711 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,782 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 5093
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
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{

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.