In order to maintain and occasionally modify some vb6 com plus components, I decided to move everything from an old and unreliable 32 bit system to a new 64 bts system. I have installed Visual Studio 6 (vb6 and vc++ features) on a 64 bts windows 10 home.
I followed the instructions on
https://www.codeproject.com/Articles/1191047/%2FArticles%2F1191047%2FInstall-Visual-Studio-on-Windows
and the installation was completed successfully.
I activated iis and classic ASP feature on windows 10.
The problem is that when I attempt to create a com plus component the “Microsoft Active Server Pages Object Library” reference does not exists under the project / references in visual basic.
I searched the web and I found some old links showing that some people had such issue but I could never find a solution to the mentioned problem.
Could someone tell me please why the “Microsoft Active Server Pages Object Library” does not exists in visual basic 6 project / references and how could I resolve this issue?
Thank you in advance,