windows-7

VS 2008 can't open projects in Windows 7

Hey all, I've installed VS 2008 and SP1. I've tried to load a solution that has a WCF project and it complains that "This project type is not supported by this installation". I've tried the devenv.exe /setup but that didn't help. If it matters, this is all on Windows 7. On a Windows Vista installation I have no problems with the same...

Register VS2008 Professional on Windows 7

I received from Microsoft a free copy of VS2008 Professional, which is cool. But when I went to install on Windows 7 Beta, it installs fine, but is marked as being "unregistered". I have my license key, but cannot get to where I can enter the key. The deal was I had to DL the trial version and then do an upgrade. I was able to do thi...

unresolved external symbol _CLSID_ScenicIntentUIFramework with GUID

I'm trying to build a ribbon app in visual studio and I got that linker error. After looking through the headers, I noticed that CLSID_ScenicIntentFramework is defined as extern const CLSID. The think is, I can't seem to figure out which library I need to link to (or other header i need to import?). I'd really appreciated some help too....

Visual Studio 2005 - VC++ compiler C1001 on Windows 7

When I try to build a simple "Hello World" C++ app on Windows 7 Beta, using Visual Studio 2005 (VC++2005) I get a rather generic error C1001 error (Internal compiler error) The compiler seems to just crash, and Windows pops up its (un)helpful This program has stopped working dialog. The file it complains about is mcp1.cpp. Has an...

How do I go about debugging source code on Windows 7?

I have this project that recently started crashing on beta builds of Windows 7. Something about the XAML parser going belly up. If its easy I would not mind putting a work around in place to compensate for the new .Net behaviour in Windows 7. How would I go about debugging this on Windows 7? Step 1: Install Windows 7 in a VM. Ste...

How do I programmatically create a FTP site in IIS7 on Windows7?

I am looking to do this step: 'Creating a New FTP Site by Editing the IIS 7.0 Configuration Files' with a batch file and was wondering if anybody has done this already? http://learn.iis.net/page.aspx/301/creating-a-new-ftp-site/ ...

Enumerate all Vista/7 audio "sessions", as displayed in the Volume Mixer

In windows Vista & 7*, how would you enumerate the programs which are currently playing audio (or trying to, in the event master volume is muted)? Essentially, I need the data displayed in the Volume Mixer found in the notification area. Master volume is pretty easy: ISimpleAudioVolume::GetMasterVolume() http://msdn.microsoft.com/en-us...

windows 7 asp.net mvc RC

i have a problem with asp.net mvc on windows 7... asp.net mvc RC was previously installed and i installed MVC rtm... it says “the project type is not supported by this installation”... is there anyway to register this project type in to visual studio or unregister the rc version? ...

VS2010 vs VS2008 SP1 on Windows 7

How stable is Visual Studio 2010 compared with VS2008 SP1 on Windows 7? ...

Windows 7 Logo Program for Software Test Cases, where are they ?

There lots of info about for the hardware testing, but nothing for software. All I can find is a PDF with the 'requirements' and 'policies' ([http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=27028822-b172-4cec-91a3-26b610a4da79]). Certification for vista involved a whole load of test cases. I'd like to get my...

Can you prevent SndVol from displaying empty audio session?

I've been playing around with Vista's CoreAudio stuff, in particular IAudionSessionEvents, with the goal of monitoring the default audio session for changes to volume caused by loaded code. However, it looks like as soon as you install an IAudioSessionEvents listener SndVol lists the program with all associated volume controls. As a go...

IAudioSessionManager2 notifications not sent

I'm trying to monitor new audio sessions via Windows 7's IAudioSessionManager2 COM interface (coupled with IAudioSessionNotification). Currently, IAudioSessionNotification::OnSessionCreated() is never called and I've run out of ideas as to why. Code registering custom IAudioSessionNotification: #define SAFE_RELEASE(comObj) \ if(comObj...

Has someone created a WPF Toolbar-Control in Vista/Win7 look ?

I would like to add a toolbar, that looks like the one in the Windows 7 Explorer (see picture below), to a WPF-application. Because I'm new to WPF I wondered if there is a WPF-Control (free / open source) I can use instead of having to create a new one. I already searched for it but could not find anything useful. ...

About Direct2D and DirectWrite features

Is anybody know how to enable Direct2D and DirectWrite features in XP and Vista? Direct2D and DirectWrite were introduced in Windows 7. ...

Windows 7 TextureBrush..ctor() error

I have a .NET 2.0 app that runs just fine on XP and Vista, but on Windows 7 RC (x64) it crashes with the following error: Exception Information Exception Type: System.OutOfMemoryException Message: Out of memory. Data: System.Collections.ListDictionaryInternal TargetSite: Void .ctor(System.Drawing.Image, System.Drawing.Drawing2D.WrapMo...

http://localhost/ not working on Windows 7. What's the problem?

I have a big problem opening http://localhost/ on Windows 7 (beta). I installed this os and everything went great; when I installed Wamp I saw that localhost is not working at all. I just see this error: Failed to Connect Firefox can't establish a connection to the server at localhost. in Mozilla and Explorer. I removed Wamp ...

Why does VS 2008 sp1 install abort on Win7 RC?

What can you do if you get the following error when installing Visual Studio 2008 sp1 in Windows 7 RC? Operation Aborted ...

Stack Overflow Windows 7 Search Connector

How do I write a Windows 7 Search Connector for Stack Overflow? ...

new Windows 7 systray - how to show information to users now

new Windows 7 hides systray icons by default. what is the recommended way to show information to users now? I need to have a small clickable icon visible to user so user can access my "tool" anytime. Should I use the gadget to show my GUI instead? Can it communicate with my Delphi app somehow? ...

Trouble Extending Network with Apple Airport Extreme (PC won't connect with Ethernet)

So I have an Apple Airport Extreme base station that I use to create a wifi network at my house. But on a separate story from this station i have a PC (running Windows 7) that does not have a wireless card. Luckily, I have another Airport Extreme Base Station, so I figured I'd have my second station "extend" the existing network. I as...