Connecting Tech Pros Worldwide Forums | Help | Site Map

dotNet 3.5 application does not run on Vista Home

Prats
Guest
 
Posts: n/a
#1: Nov 18 '08
I have an application developed in C++/CLI using dot NET 3.5
I tested on windows XP, Windows Vista Basic and Vista Home premium
It does not run on vista Home Premium.
The application installed successfully, dot Net 3.5 also installed, but when
I run the application, it says application failed to start.
Are there any knows bugs woth 3.5 and Vista Premium.

TIA


Brian Muth
Guest
 
Posts: n/a
#2: Nov 18 '08

re: dotNet 3.5 application does not run on Vista Home


You are probably missing a dependency. Deploy the C++ 2008 Redistributable Package

http://www.microsoft.com/downloadS/d...displaylang=en

Brian


"Prats" <xaria.sg@hotmail.comwrote in message news:33079A1A-A3BE-4F4D-856B-C527477021B3@microsoft.com...
Quote:
>I have an application developed in C++/CLI using dot NET 3.5
I tested on windows XP, Windows Vista Basic and Vista Home premium
It does not run on vista Home Premium.
The application installed successfully, dot Net 3.5 also installed, but when
I run the application, it says application failed to start.
Are there any knows bugs woth 3.5 and Vista Premium.
>
TIA
>
Closed Thread