Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > .NET Web Services
|
.NET Web Services Discussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the .NET Web Services 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 August 1st, 2003, 10:29 AM
Registered User
 
Join Date: Jul 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default InstallUtil failing on Runtime machine

Error that occurs when trying to install onto a machine that only has the Framework installed:

System.ComponentModel.Win32Exception: The account name is invalid or does not exist, or the password is invalid for the account name specified

But I am logged in as the local admin. Plus, I do not see an option in Installutil where you can specify login parameters.

Has anyone got passed this error?

 
Old August 18th, 2003, 07:43 PM
Authorized User
 
Join Date: Jul 2003
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Indian Ocean Send a message via Yahoo to Indian Ocean
Default

Can you please tell me that what other procedures u did? i mean what u did exactly and how this error appear?

May be i can Help...



Indian Ocean
"Rago Me Daudate Firne Ke Hum Nahi Kayal;
Jo Aankh Hi Se Na Tapka To Fir Lahoo Kya!"
 
Old February 6th, 2004, 04:56 PM
Registered User
 
Join Date: Feb 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I am getting this exact same error. Has anyone found a solution to this yet?



 
Old February 9th, 2004, 03:27 PM
Registered User
 
Join Date: Feb 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

use machinename/username form when prompted for account information

 
Old December 11th, 2007, 11:52 AM
Registered User
 
Join Date: Oct 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

change the account parameter of your declared variable of ServiceProcessInstaller to use localsystem.

i.e. in C#

private System.ServiceProcess.ServiceProcessInstaller serviceProcessInstaller1;
this.serviceProcessInstaller1.Account = System.ServiceProcess.ServiceAccount.LocalSystem;

if you change the parameters in the designer, the code is automatically added to the "InitializeComponent" method of the project installer class.







Similar Threads
Thread Thread Starter Forum Replies Last Post
Retore Db from a remote machine to a local machine srkvellanki BOOK: Beginning SQL 0 October 3rd, 2008 05:17 PM
DlookUp Macro failing AidanEnos Access 1 November 23rd, 2007 12:51 AM
Copy from one machine to another machine somnath.kartic SQL Server 2000 2 January 12th, 2006 03:13 PM
Q. My sessions are failing... what's wrong?? richard.york PHP FAQs 0 August 4th, 2004 07:24 PM





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