
Unable to distribute VB.net App onto Windows 2000 machines
Hi,
I tried your idea of trying to catch the exception at the start of the
application, but the error contines to occur.
It seems as if the exception is happening in the CLR before it begins
the application, but this only happens on the win 2000 machines.
Andrew.
Quote:
> Why don't you try catching exception in your code. This way you will know
> which part of the code is throwing exception and why (from the error
> message).
> > No COM+.
> > Only bog standard .NET controls, plus a custom control which extended
> > the System.Windows.Forms.Control class. But the other .NET application
> > I try to install the same way does not have anything special in it,
> > and it has the same problem.
> > Andrew
> > "Cowboy \(aka Gregory A. Beamer\) [MVP]"
> > > Using COM+? I have heard that this is a problem with .NET on Windows
> 2000. I
> > > have not personally messed with it yet, but I have noticed that COM+ is
> a
> > > problem on Windows 2000 on some of my tests.
> > > --
> > > Gregory A. Beamer
> > > MVP; MCP: +I, SE, SD, DBA
> > > Author: ADO.NET and XML: ASP.NET on the Edge
> ****************************************************************************
> > > ****
> > > Think outside the box!
> ****************************************************************************
> > > ****
> > > > I am trying to distribute a VB.net windows application onto a Windows
> > > > 2000 machine with the .net framework. Once it has been install and run
> > > > I get an error:
> > > > Common Language Debugging Service
> > > > Application has generated an exception that could not be handeled
> > > > Process id=0x434(1076), Thread id=0x200(512)
> > > > I have tryed this on a few of Windows 2000 machines with the same
> > > > result. It works fine on Windows XP machines with the .net framework.
> > > > I have also tried loading it onto a machine with just the normal
> > > > framework, with the framework and the SP1 patch, with the framework
> > > > and SP1 and all the updates recommended by the windows update site. As
> > > > well as different types of distribution(the DEBUG and RELEASE types).
> > > > All with the same result, the same error message every time.
> > > > Does anyone have any ideas as to how to get it to run?.
> > > > Andrew.