Wrox Programmer Forums
|
BOOK: Professional ASP.NET 1.0, Special Edition/1.1
This is the forum to discuss the Wrox book Professional ASP.NET 1.1 by Alex Homer, Dave Sussman, Rob Howard, Brian Francis, Karli Watson, Richard Anderson; ISBN: 9780764558900
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional ASP.NET 1.0, Special Edition/1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 6th, 2004, 12:15 PM
Registered User
 
Join Date: Apr 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Setup.exe of downloadedcode doesn't work

I've downloaded the file 7035_cs.zip which belongs to the book
Professional ASP.NET 1.0
After unzipping I tried to run setup.exe
I think the MakeAll.bat (which, I believe, is runned by the setup.exe) gives problems. It says that "nmake" isn't recognised
as a internal or external order, program or batchfile.

This exception text comes from Microsoft .NET Framework when running Setup.exe:


************** Exception Text **************
System.IO.IOException: Kan geen bestand maken dat al bestaat.(translation from Dutch: Can't make file that already exists)

   at System.IO.__Error.WinIOError(Int32 errorCode, String str)
   at System.IO.File.Move(String sourceFileName, String destFileName)
   at Wrox.Setup.frmMain.SwapDefault()
   at Wrox.Setup.frmMain.btnConfigure_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(M essage& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
Setup
    Assembly Version: 1.0.782.40761
    Win32 Version: 1.0.782.40761
    CodeBase: file:///H:/WroxCode/Setup.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
System.DirectoryServices
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system.directoryservices/1.0.5000.0__b03f5f7f11d50a3a/system.directoryservices.dll
----------------------------------------
System.Xml
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.


 
Old April 14th, 2004, 12:34 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Has anyone else experienced this problem?

XUMUSKIEFAN
Wrox Moderator
 
Old April 19th, 2004, 04:42 AM
Registered User
 
Join Date: Apr 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

no I haven't, but I have had problems with the samples from the website.

If you look for my post http://p2p.wrox.com/topic.asp?TOPIC_ID=12117 you will see that I am also having problems and I have asked for any kind of feedback from anyone that has successfully installed the examples.

I hope that XUMUSKIEFAN Wrox Moderator has some kind of feedback or comment for me on my post.

 
Old April 20th, 2004, 10:37 AM
Registered User
 
Join Date: Apr 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I am experiencing the same problem.

I've extracted the zip (asp.net_code.zip) to my wwwroot and attempted to run setup.exe (from within vb_code)

Again, my problem stems from makeall.bat with the nmake utility being unavailable.

I get a similar error as the original post.

Any ideas?
 
Old May 10th, 2004, 01:23 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts
Default

What Platform are you guys using? Maybe there is a common thread to the problem.

XUMUSKIEFAN
Wrox Moderator
 
Old May 10th, 2004, 01:29 PM
Registered User
 
Join Date: Apr 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I'm using Windows XP Proffesional








Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change content of setup.exe bijgupt Other Programming Languages 1 July 22nd, 2008 06:24 AM
Quiet Installation of prereq's in setup.exe Arsi Visual Studio 2005 1 December 21st, 2007 01:55 PM
including .chm in deployment setup.exe nutrino VB.NET 1 March 27th, 2006 11:55 AM
Including .chm file in deployment Setup.exe nutrino VB How-To 1 March 23rd, 2006 09:50 AM
how to make .exe and setup file in java? gaurav_chhabra_911 Java GUI 2 November 23rd, 2004 06:22 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.