IIS Express help command not showing usage options - command-line-arguments

Has anyone experienced iisexpress.exe from command line not showing help/usage? I've tried typing iisexpress.exe /? and other known variations of help, but "usage" help is never shown. As for environment, I'm using Windows 7 Pro 64bit, with vs 2010-2013 installed and .net frameworks 4, 4.5, 4.5.1, and 4.6.1. Thanks for any help.

Related

Issue with KsStudio not installing Ksmon.sys

In Windows 10 (64 bit) 1803 with WDK 1803 when running ksstudio as administrator, there is always an error message saying can't install ksmon.sys. It is in same directory as ksstudio. I've tried windows 7 with wdk 7.1, 8.0, and 8.1 as well and get the same error. Tried searching the wdk forums and osr forums but came uo short. I have to be missing something or is it just broken and no one uses it? Anyone have this issue before and have any insight as to how to fix it?
Thanks in advance.
Here's the error I get on starting KsStudio and pressing ok
screenshot

Windows 7 Visual Studio "windows 8.1 required" on new project

I ran into some time consuming problems.
So basically I've been using VS 2015 for a while on Win7 64bit.
I installed the "Windows 8 Tools" because I tried to debug something for another version of windows. I played a lot to make that work, I think I changed the toolset locations maybe, but I don't know where that is and what the default would be.
The problem is when I uninstalled the Win8 toolsets from my Control Panel, then when I tried to enter one of my project, it said I needed to upgrade to windows 8.1 to load this project.
Even if I try to create a new JavaScript project it tells me I need to upgrade to Windows 8,1.
There is a weird message this is the link: (https://cdn.discordapp.com/attachments/183979885788659713/365283534644183065/unknown.png).
It says "Visual Studio 2013" I don't know why.
I've been googling for hours but I'm not even english and I don't find nothing I think my problem is too specific.
Maybe I miss something but can anyone help please?
Right now I'm desperate.
I uninstall with the cmd "D:\vs_entreprise.exe /uninstall /force" then reinstall, restarted, reset all settings to default in the "export and import settings" but same problem.
Thank you,
rt-2
I uninstalled all the framework I installed when I was trying to install the Win8 tools. Then VS told me that I was missing 4.6.something. I went into the CD and found "M:\packages\sdk_tools46\" and installed it, then I could open VS and create new projects. New projects are targeted for 10.

Installing VC++ 6.0 on Industrial PC with Windows 7 and 64 bit system

I have an industrial PC on which I need to install Visual Studio 6.0 . The industrial PC is Windows 7 Professional , 64 bit system.
The error I am getting is "Compatibility issues with this version of Windows". This error is coming on :
1. starting VC++ (twice the msg will be prompted) ,
2. compiling the program (however,the program is compiling after this error msg) but
my program is giving "debug assertion error"
That same program is working perfectly on my laptop which is also 64 bit and Windows 7 Professional and is using Visual Studio 6.0
I have tried disabling the UAC , creating an empty MSJAVA.DLL file , downloading ,registering dx7vb.dll , updating command controls and then installing VC++ in Administrator mode also.
I have also tried changing the compatibility mode to WindowsXP Service Pack2 and running the setup in administrator mode.
I have tried almost all solutions online, but nothing is working for me.
Kindly help.
Take a look in my tool VS6 Installer 4.8 page
http://nuke.vbcorner.net/Articles/VB60/VisualStudio6Installer/tabid/93/language/en-US/Default.aspx
Below the image, you can find then link titled:
For MSDEV.EXE see here
which refere to a tutorial of martin-moene blogspot where explain How To.
Please take note that in this tutorial refert to a very-old version of VS6 Installer 2.1, which isn't longer available and superseded by latest 4.8.
IMPORTANT: you already tried to install MS Visual Studio 6.0, therefore you need BEFORE clean your system (as explained on VS6 Installer page and others tutorials, english ed italian language)
HTH

.NET CLR Performance counters missing

on my x64 Windows 8.1 laptop almost all .NET CLR performance counters are missing.
Any ideas how to fix this?
lodctr did the trick but the file corperfmonsymbols.ini was in
C:\Windows\Inf.NETFramework
not in the
%WINDIR%\Microsoft.NET\Framework*
directories.
Command lodctr C:\Windows\Inf\.NETFramework\corperfmonsymbols.ini successfully restored .NET CLR counters.
You can try to follow these steps which are given by MSDN:
To resolve this problem, follow these steps:
Ensure that the RTM build is installed on the computer through the Microsoft .NET Software Development Kit (SDK) setup, .NET Redist, or
Visual Studio .NET.
At a command prompt, type unlodctr .NETFramework.
At a command prompt, type lodctr
%WINDIR%\Microsoft.NET\Framework\v1.0.3705\CORPerfMonSymbols.ini.
Also check this blog for reference

.net framework 4 on windows server 2008

Ive got an issue, wich I just can not figure out how to fix. Ive got a pc with windows server 2008 and .net frameork 4.5 installed on it. Ive tried to run there appliction, that is running on .net framework 4.5, but it shows me an error .net framework 4 requied. Ive uninstalled NF4.5 and installed NF4 and.... the error is still there. Ive tried to compile a different application targetting .nf4(just a default informs project in VS) and it shows me the same error hen running on this PC. Searching gave me no results on this issue... Maybe somebody could help me?
Thank You very much for your attention and sorry for my bad english.
I found the solution some time ago, but had no time to answer it here. As I found out it as windows server 2008 RC, not release version and .net framework 4 or 4.5 coul be installed on it, but it will never pass the check if it is installed. So? it is a bug, but only in RC version, that is not supported by microsoft quite a long time.

Resources