windows-7

Sybase ASE 15.x ODBC driver on Windows 7 64bit

I have trouble getting the Sybase ASE ODBC drivers to work on Windows 7 64bit. I have a 64bit version for Sybase ASE 15.0.1. However the installation fails. After selecting a "Custom" installation, and selecting all the options required for the client, the Java-based installer just disappears into thin air when clicking NEXT. I have tr...

Will Windows 7 support the Oracle 10G client?

Has anyone heard whether Oracle will support the 10G client Windows 7? I am forced (very unwilling since I started out on SQL Server) to deal with Oracle dev every day and since 7 is "just a polished Vista" (I feel it is far superior and I've been using Vista since RTM) the theory is that it will work fine. Also, if this is the wrong pl...

"193: %1 is not a valid Win32 application" bug with a new Rails Application

I have a new rails application which I have created under Windows 7 by going into a directory and typing "rails newapp". The creation went fine, and when I access the root page, all is well. However, when I try to access a page that would access the database, I get this: 193: %1 is not a valid Win32 application. In the developer.log. ...

Will VS 2010 display recent used project and solution in the context menu of the start menu?

Start menu in Windows 7 has a feature: a programs, pinned to the top, can show a context menu with recently used files: Will Visual Studio 2010 be able to display also recently used Projects and Solutions? ...

Windows Web Services on Vista/XP

Hi. I was reading up a little on the new Windows Web Services feature that is part of Windows 7, and I wondered if anyone knew if it would be available for use on Vista or XP (or Windows 2003 server)? ...

are any of the windows 7 versions not developer friendly?

Hi, Are any of the windows 7 versions not developer friendly? i.e. maybe they can't handle IIS or sqlserver shrugs ...

Windows 7 Development Platform

As some of you may have noticed, a few hours ago Microsoft released Windows 7 RTM to those of us with a Technet or MSDN subscription. I unfortunately didn't have the opportunity time-wise to test the new OS. I'm asking of anyone who used it with Visual Studio 2008 during RC what was your experience? Did you feel the RC offered a stable ...

How to start a slideshow desktop change in Windows 7

Hello, I'm trying to trigger a desktop slideshow change but I can't find a public API to do it... The closer I got was to see the name of the methods that are using (they are using a COM object, but I don't know the CLSID to instantiate it). I already know how to change the desktop wallpaper (i'm doing that already), what I want is a w...

Anyone have any luck installing Oracle10g Client 64-bit 10.2.0.3 on Windows 7 x64 RTM?

I am happy with Windows 7 RTM x64 overall as everything in my development environment works well with it except for Oracle Client 10.2.0.3 64 Bit version. I downloaded the latest release and as soon as I begin installing it, it stops with an error saying that it will install on Windows version 6.0 (Vista) but does not support Windows ver...

any known delphi issues to test for Windows 7 compatibility

are there any specific issues that should be tested for Win7 compatibility when APP works well with Vista. notes: my app uses Systray and has .Manifest file. ...

"Wrong" app gets pinned to taskbar (Windows 7)

I have an application that gets started via a shortcut. This application than starts a Java GUI application with CreateProcess(). When the Java application gets pinned to the taskbar the javaw.exe gets pinned to the taskbar instead of the "expected" shortcut. Only the native executable which launches Java can be modified - the shortcut ...

WPF - Windows 7 - 64bit - No content rendered

Dev machine: Windows 7 64bit desktop. Visual Studio 2008 Professional. Not sure what the cause is but the behavior is this: I can develop in VS on this desktop just fine. Have done some class libraries and windows forms with no issues from what I have seen. However in WPF project I cannot get any content to render in window when I run t...

how to hide the window, but show on taskbar?

We need close window when user minimize the window, but keep it on taskbar, like a normal window behavior. We do this for fixed a problem like: WPF application wink on Win7 https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=474986 Image: http://cid-a93b20e2f136913a.skydrive.live.com/self.aspx/.Public/Capt...

Programatically forcing icons to be visible in the "notification area" /"systray") in windows 7

Windows 7 allows users to hide/show icons in the "notification area" (aka systray). By default I think they're hidden? Is it possible to programatically (either through the app or through an installer) to force icons to appear? Edit: I'm not looking for a way to override the user's request. What I'm asking, is there a way to INITIALLY...

Windows Authentication in IIS 7.5 Fails with Trust Relationship Exception

I have an ASP.Net 2.0 application that uses integrated Windows Authentication to authenticate/authorize users. The application works fine on Windows XP/IIS 5.1, Windows Server 2008/IIS 7, and Windows Vista/IIS 7. When I try to run this application on Windows 7/IIS 7.5, I get the following exception: The trust relationship between this ...

Drag and drop files into VS 2008 in Win 7

I installed VS 2008 Team System on a brand new Windows 7 installation, and I can't drag and drop files to it to open them (ie: .config files) I could do this on Windows XP I can open them from the File -> Open menu Do you know of any setting I might be missing? I already had a lot of fun with UAC and having to run VS as an administra...

How to install IIS and .net 3.5 on windows7

Hi, Setting up my deveopment environment, how do I install IIS and asp.net 3.5 on windows7? ...

Cannot debug in VS2008 with Windows 7

Since installing Windows 7, I cannot debug a website. I am an administrator on the machine, but when I try to debug, it says: Unable to start debugging on the web server. YOu do not have permissions to debug the web server process. You need to either be running as the same user account as the web ser, or have administrator privlege." I ...

How can I get Visual Studio 2005 running on Windows 7?

Vista's user account protection caused problems with Visual Studio 2005, and Microsoft addressed this with the Visual Studio 2005 Service Pack 1 Update for Windows Vista. I'm having similiar problems running VS2005 on Windows 7, but I can't find any info from Microsoft directly addressing this. Should I just install the Vista service p...

converting notification area icon to Program icon in Win7 (Delphi)

is there an easy way to convert my single instance app's notification(Systray) icon to a new Program icon (taskbar button) for Win7 with Delphi. (Source please) Is it reasonable to keep the existing systray behaviour for old XP/Vista or should these also start using new model somehow? Its recommended by MS: http://msdn.microsoft.com/en-...