.NET Framework - SONY Viao with Vista X64 and Net.Framework 2.0
Asked By Harold A. Climer
11-Dec-09 10:34 PM
I have a SONY Viao Laptop running VISTA X64 with all the latest
updates installed.
I am trying to run a PCTV 880e tuner and when I try to run the
software for the TV tuner it says I need to install Net.Framework 2.0
I try to install it and I get a message saying it is already part of
the operating system. Does anyone have any idea as to what is going on
and how to fix this. The PCTV 880e comes with both 32 bit and 64 bit
dirvers for XP and Vista.
Harold A Climer
Dept. Of Physics Geology, and Astronomy
U.T, Chattanooga
Rm. 406A Engineering, Math & Computer Science Building
615 McCallie Ave. Chattanooga TN 37403
Harold-Cimer@utc.edu
Vista
(1)
XP
(1)
Computer
(1)
Visual
(1)
Math
(1)
McCallie
(1)
Chattanooga
(1)
Astronomy
(1)
DickGrier replied to Harold A. Climer
Hi,
The 2.0 Framework is part of the OS. If the install is failing because it
thinks that the Framework is not present, and will not continue -- there is
a fault in the installer program. I speculate that no one here will be able
to help you with this and that the best advice will be to go online to see
if there is an updated Setup program.
While someone may be able to offer some other advice, this newsgroup is
designed for software developers who are targeting .NET Framework
applications. Most of us will not know much about applications that someone
else has deployed.
Dick
--
Richard Grier, Consultant, Hard & Software 12962 West Louisiana Avenue
Lakewood, CO 80228 303-986-2179 (voice) Homepage: www.hardandsoftware.net
Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2 (391 pages) published July 2004, Revised July
2006.
Alex Clark replied to Harold A. Climer
Although someone has already pointed that you would be better off contacting the
manufacturer of the device, can I ask if you have tried running the installer
as Administrator (right click, Run As)? It may be some kind of privileges
issue preventing the installer from detecting .NET 2.0. It does sound to me
as though the manufacturer has shipped a very ropey installer though,
something which is likely not Vista friendly.
HTH,
Alex

chten jemanden einen Link schicken wo derartiges erkl??rt wird. MfG, Ulf C# - German Discussions Visual Studio .NET (1) Windows XP (1) Application.CommonAppDataPath (1) Application.UserAppDataPath (1) Application Compatibility (1) Windows Vista (1) Windows 7 (1) Outlook (1) Hallo Ulf, Einstellungen werden nicht unbedingt im Programm- Verzeichnis Dzaebel [MCP / MVP C#] http: / / Dzaebel.NET hallo Ulf, Namespace Usage Guidelines for the Windows Vista File System: http: / / www.microsoft.com / downloads / details.aspx?FamilyID = 88AD7E7C-4068-48B8-9503-E160A6693BBA gespeichert. Application Settings Architecture: http: / / msdn.microsoft.com / en-us / library / 8eyb2ct1%28VS.100%29.aspx Ab Vista hat der Standardbenutzer keinen Schreibzugriff mehr auf %PROGRAMFILES%, weswegen das selbstgestrickte Schreiben / Serialisieren von Einstelungen in diesem Verzeichnis nicht mehr empfohlen wird. Windows Vista Application Development Requirements for User Account Control Compatibility: http: / / msdn.microsoft.com / en-us / library de / library / system.windows.forms.application.commonappdatapath.aspx Gruss Marcel Marcel, Das hat nichts mit Vista zu tun. Das ist schon schon unter XP so gewesen. Unter XP (etwa) ist es nur nicht so aufgefallen, weil die User dort
bei jedem neustart, was ist da faul ? Danke für Hinweise Karsten Schulz VC - German Discussions Visual Studio 2008 (1) Visual Studio (1) Office (1) CorrectSpellT (1) SPMicrosoft (1) Directories (1) Heritage® (1) Houghton (1) Hallo of Programming FAQ: http: / / www.mpdvc.de Samples: http: / / www.codeproject.com Hi Martin, Microsoft Visual Studio 2008 Version 9.0.30729.1 SP Microsoft .NET Framework Version 3.5 SP1 Installed Edition: Enterprise Microsoft Visual Basic 2008 91899-270-6248762-60410 Microsoft Visual Basic 2008 Microsoft Visual C# 2008 91899-270-6248762-60410 Microsoft Visual C# 2008 Microsoft Visual C++ 2008 91899-270-6248762-60410 Microsoft Visual C++ 2008 Microsoft Visual Studio 2008 Tools
Could not load file or assembly ONLY ON XP .NET Framework A .Net 4.0 C# application use an Net 4.0 managed C dll. The application works correctly on Windows 7 but when running the application on Windows XP I get the following error : Could not load file or assembly 'MyCLIDll.dll' or one of its dependencies. The specified module could not be found Note that visual studio 2010 is only installed on my windows 7 but the 4.0 framework runtimes is correctly installed on xp. If my application is built using 3.5 framework it works, so it is a 4.0 specific problem. . .and only on xp I really need help Thanks mike C# Discussions Windows XP (1) Visual Studio (1) Windows 7 (1) Module (1) FIND (1) Kill (1) Bit (1 XP (1) Just because something runs on Windows 7, it does not mean it is going
Working with SQL Server CE under vista (UAC) .NET Framework I have a .net 3.5 project written with visual studio 2008. I also have a setup project for this application. The project includes a type The setup project sends "content files" to the users application folder. This works under XP, but not under vista. When the program is run, an error occurs, saying that permission is denied on the database file. What is the solution to this for vista? Do I need to change the way the setup project is configured, or do I I need to do yet another different configuration for windows 7? I only have an XP machine on which to develop and test, so this is very frustrating. T.I.A. C# Discussions Environment.SpecialFolder.CommonApplicationData (1) SQL Server (1) Windows Vista (1) Environment.GetFolderPath (1) Windows 7 (1) Application.ProductName (1) SpecialFolder (1) GetFolderPath (1) This to the folder where the program executable is located. Even if it does work under XP (probably because you are an administrator of that computer) it is still not a good
Develop at Vista while Test at XP .NET Framework I am developing a C++ device driver with Visual Studio 2008. The device only works with Windows XP, not Vista. I already installed Visual Studio 2008 at Vista 64B desktop, so I really wish to develop the software at vista, and test the program at a XP desktop. Anybody knows how? Thank you! BTW, I