Re: Distribution Issues
From: Sam Santiago (ssantiago_at_n0spam-SoftiTechture.com)
Date: 07/23/04
- Next message: Saraswati Kaja: "how to display help when help button is clicked"
- Previous message: Matt: "Distribution Issues"
- In reply to: Matt: "Distribution Issues"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 23 Jul 2004 14:24:15 -0700
I would suggest adding a Setup and Deployment project to your solution and
generate an installation vs. trying to copy things around manually. (If you
are using Visual Studio for development) Yes, .NET supports xcopy
deployment, but first you need to ensure you have everything you need and
creating a setup program will help you discover that.
Thanks,
Sam
-- _______________________________ Sam Santiago ssantiago@n0spam-SoftiTechture.com "Matt" <Matt@discussions.microsoft.com> wrote in message news:C480224B-0956-4FDA-A140-1A5F50FE90CD@microsoft.com... > I created some DLL and EXE files in VB.NET to be used on a Windows XP computer. They worked successfully on my laptop where they were written, so I prepared another machine to use them. I installed dotnetfx.exe on the other machine and registered the DLL's. When I tried to run the DLL's, however, I got this message: > > "Attempt to execute COM object [object name here] failed. Could not create object." > > When I tried to run the EXE files, this this was the message: > > "Application has generated an exception that could not be handled. Process id=0xd08 (3336), thread id=0x408 (1032)" > > Are there certain steps to place .NET DLL's and EXE's on another Windows XP machine? > > Thanks in advance, > Matt
- Next message: Saraswati Kaja: "how to display help when help button is clicked"
- Previous message: Matt: "Distribution Issues"
- In reply to: Matt: "Distribution Issues"
- Messages sorted by: [ date ] [ thread ]