"IntelliTrace debugging not available" error in Visual Studio 2010 - visual-studio-2010

In XP 32bit Visual Studio 2010 I get the error below when I start debugging with IntelliTrace enabled. Doesn't IntelliTrace work in Windows XP or is there some setting which causes this error?
UPDATE:
The error occurs when I choose the second option to add call information in the IntelliTrace settings. There's nothing in the event log about this error. The question now is how to find out why VS is having trouble adding call information.

IntelliTrace works on Windows XP it just does not support collecting event and call information with IIS 5. The supported versions of IIS are 6.0, 7.0 and 7.5. Those versions are installed on Windows 2003, Windows 2008 and Windows 2008 R2, respectively.

Related

VS 2010 SP1 32-bit Remote Debugging Monitor under Windows 10

I need to work on an out-of-browser Silverlight application, provided as a VS 2010 project.
I am on a Windows 10, 64-bit machine, with a Silverlight 5 installation. I have successfully installed Visual Studio 2010 SP1, 32-bit, on this computer and been running SL out-of-browser projects with it. Now, I want to execute the project in debug mode from VS 2010 (launch from green arrow), but I get a textbox error message saying that the 32-bit version of the Visual Studio Remote Debugging Monitor (MSVSMON.EXE) cannot be used to debug 64-bit processes or 64-bit dumps.
Since I have installed on my Windows 10 computer several VS versions, including the 2017 one, I tried to "fool" the VS 2010 debugger by copying in the right folder debug correspondents from the 2017 folder, both 32 and 64 bit; but that didn't work.
I have also asked a question on the MSDN VS Forum, in the "Debug" section, but got no answer.
Please note that the build executes OK, that I can install the binary output as an SL application and that it runs perfectly.
My question is: how can I make working the debug mode for my Silverlight application in VS 2010 SP under these circumstances?
I installed VS2010(also installed the SP1 for it) in my windows 10, to create the SL5 app, I install the SL 5 SDK, and then test it like the video:
https://channel9.msdn.com/Blogs/MSDNSweden/Debugging-Silverlight-4-Out-Of-Browser-applications-in-Visual-Studio-2010
I use the same steps for the Silverlight 5 app in my side, it works well.
Could you debug or run your app before using your VS2010 in your windows 10? Not run the SL 5 app, how about a simple SL 4 app? Please also deactivated the firewall and antivirus in your windows. View the result again.

Running Visual Studio 2005 Express on Windows 7

I have to use Visual Studio 2005 on Windows 7. So I started downloading the Express Edition and succesfully installed SP 1. When I start Visual Studio I get an error message saying that the 2005 SP1 Update for Windows Vista is needed.
But the Vista Service Pack I get here:
https://www.microsoft.com/de-de/download/details.aspx?id=7524
Does not seem to work for the Express version, error message says that the program is missing. So my question is:
(1) Is there a Vista Service Pack for the Visual Studio 2005 Express edition? And where to find it.
(2) If not, where can I download a registration free version of Visual Studio 2005, in order to use the regular sp1 and vista sp?
Please save me hours of searching, Thanks!
I've found the answer, it seems to be a silly issue:
I used the wrong patch. The patch for the german version (VS80sp1-KB932234-X86-DEU.exe) did not work, but the english one (VS80sp1-KB932232-X86-ENU.exe) did.
So I recommend trying the available patches if it doesn't work, just like the installation of SP 1, which you have to do before installing the windows vista patch.
Thanks!

Install Visual Studio 2005 on Windows 8

I am currently working on a long-term project for which I need Visual Studio 2005, 2008, 2012 (2010 not necessary). Right now I have Windows 7, but I would really like to upgrade. Is it possible to install all of those versions of Visual Studio on Windows 8?
2012 can obviously installed (and takes away the need for 2010). I already found reports that 2008 is also possible if the 3.5 framework is enabled through Windows Features, but I'm unsure about Visual Studio 2005.
Is it possible and does anybody have any experience with this?
PS: Do not come with solutions as "Why still use 2005, 2008, ...", I really need it.
After installing it on VMWare (Virtualbox gives errors) I've enabled framework 3.5 (which indeed contains 2.0 and 2.5). After that I've installed Visual Studio C# Express Edition. During installation and startup of VS it gives a lot of "This program has been known for comptability problems" warnings and they offer to search help online or to run it as usual. I've always opted to let it run as usual. It installed fine and I could compile and run a Visual C# Windows application.
Visual Studio 2005 Standard installed mostly fine for me. I installed it on Windows 8 on an x64 CPU. It complained a bunch about "known compatibility issues," but if I told it to carry on everything seemed to go fine. The only catch was that "Microsoft SQL Server 2005 Express Edition x64" failed to install. Also, I had to run Visual Studio as administrator the first time so it could finish its setup, but after that I've just run it with my normal account.
Download Windows 8 Enterprise Evaluation and install to VMWare or Virtual Box. It's a 3 month trial and would allow you to test VS2005 plus the others. Once downloaded, it's a fast install. You can download from here: http://msdn.microsoft.com/en-us/evalcenter/jj554510.aspx
For an install of Visual Studio 2005 on Windows 7 as well as Windows 8 I install three things: (1) Visual Studio 2005, (2) Visual Studio 2005 Service Pack 1, and (3) Visual Studio 2005 Service Pack 1 Update for Windows Vista.
The Visual Studio 2005 service packs can be a bit difficult to locate on Microsoft's web site since everything is really about Visual Studio 2012 and later.
When installing Visual Studio 2005, there will be a number of Incompatible warnings displayed. I just click through them to get to the end.
Also I do a custom install and do not install some components: (1) Crystal Reports and (2) SQL Server 2005 Express Edition.
Microsoft Visual Studio 2005 Team Suite Service Pack 1 which seems to be for all editions of Visual Studio 2005 including Professional Edition which I use.
Microsoft Visual Studio 2005 Service Pack 1 Update for Windows Vista is required to update Service Pack 1 to work with Windows Vista and later.
Visual Studio 2005 / 2008 won't install by default on Windows versions later than 7.
In Windows 8.1, go to:
Control Panel > Programs and Features > Turn Windows features on or off
Check the box labeled ".NET 3.5 (Includes 1.0 and 2.0)" and press OK / Apply.
My system has issues with trying to download the files for such programs, and thus there is a way to bypass this error by running a script which installs the files from a Windows installation disc.
Here is the script (for error 0x800F0906, at least):
Dism /online /enable-feature /featurename:NetFx3 /All /Source:D:\sources\sxs /LimitAccess
You can replace /Source:D: with whatever drive letter you may be using for your optical / virtual drive, if needed.

Have an issue installing Visual Studio 2010 RC on Windows XP SP3

I had an issue installing Visual Studio 2010 RC on Windows XP SP3?
(Have installed same ISO package on Vista and worked fine...)
Setup would fail no matter what I tried:
Microsoft Visual Studio 2010 Ultimate RC Setup
A problem has been encountered while
loading the setup components.
Canceling setup.
I found a solution by "Mikael Söderström" on MSDN Forums:
Display the language bar at the
taskbar, right-click on it and choose
settings. Then you remove the hand
writing support from the list.
See
http://social.msdn.microsoft.com/Forums/en-US/setupprerelease/thread/dbcdcd52-d162-4460-9920-33c9ab54b36f
I was installing VS2010 on a windows 7 machine inside a "Windows XP Mode" instance and it was failing.
The reason being the install files were not on the Windows XP instance.
Copying the setup files to within the XP instance fixed the issue.

Visual Studio 2008 remote debugging disabled? (no "Remote" transport)

has anyone seen this happen before? I need to do remote debugging but don't seem to have the option to use it. When I load Visual Studio 2008 and go into the Tools > Attach to Process menu, the only Transport that is listed (first dropdown) is "Default". That means that I can't switch to the "Remote (Native Only)" transport I would use to do remote debugging.
Am I missing some permissions? Does my version not support remote debugging? I've spent an hour searching Google for any reason why it might not appear......
My version info:
- Microsoft Visual Studio 2008
- Version 9.0.21022.8 RTM
- Microsoft .NET Framework Version 3.5 SP1
- Installed Edition: Standard
Thanks!
Remote debugging is only available on the Pro and Team version of Visual Studio 2008.
More info here Remote debugging Setup

Resources