Missing: Microsoft ActiveServer Pages Object Library












-2















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,










share|improve this question

























  • Please give more details about the steps you took when you said: "The problem is that when I attempt to create a com plus component..." How are you "attempting" to create a "COM+ component", specifically?

    – Jazimov
    Jan 2 at 19:04











  • Hi: I create vb6 activeX dll project. then on top menu I click project tab / references in order to see the list of references to create a reference to Com+ Service Type Library and to the Microsoft Active Server Pages Library. While the reference to Com+ Service Type Library exists in the list of references and I can choose it, I cannot see and I cannot choose a reference to Microsft Active Server Pages Object Library because the library does not exist in the list of references. Why the “Microsft Active Server Pages Object Library” does not exists? And how could I resolve this problem?

    – Dave123
    Jan 2 at 21:27











  • Possible duplicate of upgrade from 32 bit vb project to 64 bit

    – Lankymart
    Jan 3 at 6:32











  • Possible duplicate of Will a Visual Basic 6 program run on a 64-bit machine?

    – Lankymart
    Jan 3 at 6:34
















-2















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,










share|improve this question

























  • Please give more details about the steps you took when you said: "The problem is that when I attempt to create a com plus component..." How are you "attempting" to create a "COM+ component", specifically?

    – Jazimov
    Jan 2 at 19:04











  • Hi: I create vb6 activeX dll project. then on top menu I click project tab / references in order to see the list of references to create a reference to Com+ Service Type Library and to the Microsoft Active Server Pages Library. While the reference to Com+ Service Type Library exists in the list of references and I can choose it, I cannot see and I cannot choose a reference to Microsft Active Server Pages Object Library because the library does not exist in the list of references. Why the “Microsft Active Server Pages Object Library” does not exists? And how could I resolve this problem?

    – Dave123
    Jan 2 at 21:27











  • Possible duplicate of upgrade from 32 bit vb project to 64 bit

    – Lankymart
    Jan 3 at 6:32











  • Possible duplicate of Will a Visual Basic 6 program run on a 64-bit machine?

    – Lankymart
    Jan 3 at 6:34














-2












-2








-2








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,










share|improve this question
















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,







visual-studio reference installation asp-classic vb6






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 2 at 12:28









DaveInCaz

3,32832041




3,32832041










asked Jan 1 at 16:21









Dave123Dave123

198




198













  • Please give more details about the steps you took when you said: "The problem is that when I attempt to create a com plus component..." How are you "attempting" to create a "COM+ component", specifically?

    – Jazimov
    Jan 2 at 19:04











  • Hi: I create vb6 activeX dll project. then on top menu I click project tab / references in order to see the list of references to create a reference to Com+ Service Type Library and to the Microsoft Active Server Pages Library. While the reference to Com+ Service Type Library exists in the list of references and I can choose it, I cannot see and I cannot choose a reference to Microsft Active Server Pages Object Library because the library does not exist in the list of references. Why the “Microsft Active Server Pages Object Library” does not exists? And how could I resolve this problem?

    – Dave123
    Jan 2 at 21:27











  • Possible duplicate of upgrade from 32 bit vb project to 64 bit

    – Lankymart
    Jan 3 at 6:32











  • Possible duplicate of Will a Visual Basic 6 program run on a 64-bit machine?

    – Lankymart
    Jan 3 at 6:34



















  • Please give more details about the steps you took when you said: "The problem is that when I attempt to create a com plus component..." How are you "attempting" to create a "COM+ component", specifically?

    – Jazimov
    Jan 2 at 19:04











  • Hi: I create vb6 activeX dll project. then on top menu I click project tab / references in order to see the list of references to create a reference to Com+ Service Type Library and to the Microsoft Active Server Pages Library. While the reference to Com+ Service Type Library exists in the list of references and I can choose it, I cannot see and I cannot choose a reference to Microsft Active Server Pages Object Library because the library does not exist in the list of references. Why the “Microsft Active Server Pages Object Library” does not exists? And how could I resolve this problem?

    – Dave123
    Jan 2 at 21:27











  • Possible duplicate of upgrade from 32 bit vb project to 64 bit

    – Lankymart
    Jan 3 at 6:32











  • Possible duplicate of Will a Visual Basic 6 program run on a 64-bit machine?

    – Lankymart
    Jan 3 at 6:34

















Please give more details about the steps you took when you said: "The problem is that when I attempt to create a com plus component..." How are you "attempting" to create a "COM+ component", specifically?

– Jazimov
Jan 2 at 19:04





Please give more details about the steps you took when you said: "The problem is that when I attempt to create a com plus component..." How are you "attempting" to create a "COM+ component", specifically?

– Jazimov
Jan 2 at 19:04













Hi: I create vb6 activeX dll project. then on top menu I click project tab / references in order to see the list of references to create a reference to Com+ Service Type Library and to the Microsoft Active Server Pages Library. While the reference to Com+ Service Type Library exists in the list of references and I can choose it, I cannot see and I cannot choose a reference to Microsft Active Server Pages Object Library because the library does not exist in the list of references. Why the “Microsft Active Server Pages Object Library” does not exists? And how could I resolve this problem?

– Dave123
Jan 2 at 21:27





Hi: I create vb6 activeX dll project. then on top menu I click project tab / references in order to see the list of references to create a reference to Com+ Service Type Library and to the Microsoft Active Server Pages Library. While the reference to Com+ Service Type Library exists in the list of references and I can choose it, I cannot see and I cannot choose a reference to Microsft Active Server Pages Object Library because the library does not exist in the list of references. Why the “Microsft Active Server Pages Object Library” does not exists? And how could I resolve this problem?

– Dave123
Jan 2 at 21:27













Possible duplicate of upgrade from 32 bit vb project to 64 bit

– Lankymart
Jan 3 at 6:32





Possible duplicate of upgrade from 32 bit vb project to 64 bit

– Lankymart
Jan 3 at 6:32













Possible duplicate of Will a Visual Basic 6 program run on a 64-bit machine?

– Lankymart
Jan 3 at 6:34





Possible duplicate of Will a Visual Basic 6 program run on a 64-bit machine?

– Lankymart
Jan 3 at 6:34












1 Answer
1






active

oldest

votes


















1














Please try to browse for the Microsoft Active Server Pages Object Library using the References Browse... button. The default location for the library is:



C:windowssystem32inetsrvasp.dll



enter image description here






share|improve this answer


























  • The reference that you are suggesting is exactly the reference that I said does not exist in my vb6 project on 64 bits system. That is the reference that I am missing and I don't know how to resolve it. The path C:windowssystem32inetsrv.asp.dll which you wrote does not exist. If you meant C:windowssystem32inetsrvasp.dll it exists on my computer but as I said the reference does not exists.

    – Dave123
    Jan 3 at 0:47











  • So thank you for letting me to know that the reference was what I was supposed to browse manually to be added to the list. I never had to add a reference manually on my previous system.

    – Dave123
    Jan 3 at 0:53











  • I am happy that I got access to the Microsoft Active Server Pages Library. Now when I click the file tab / make projectName.dll on top menu of my vb6 project I get the error msg: Cannot access the system registry. Could someone tell me why I cannot make my project's dll? Thank you

    – Dave123
    Jan 3 at 1:16











  • You should accept the answer and make a new question. Otherwise, many questions would lack scope and people who help never would be properly awarded because some issues, once solved, allow other issues to surface.

    – Jazimov
    Jan 3 at 1:19






  • 1





    @Lankymart: I would say that's a very accurate summary. In turn, I would agree with you that there are going to be downstream 32-bit/64-bit dependency issues that also will need to be resolved. I don't think anyone could fix the OP's entire prospect of downstream issues with a single answer.

    – Jazimov
    Jan 3 at 16:11











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53997020%2fmissing-microsoft-activeserver-pages-object-library%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1














Please try to browse for the Microsoft Active Server Pages Object Library using the References Browse... button. The default location for the library is:



C:windowssystem32inetsrvasp.dll



enter image description here






share|improve this answer


























  • The reference that you are suggesting is exactly the reference that I said does not exist in my vb6 project on 64 bits system. That is the reference that I am missing and I don't know how to resolve it. The path C:windowssystem32inetsrv.asp.dll which you wrote does not exist. If you meant C:windowssystem32inetsrvasp.dll it exists on my computer but as I said the reference does not exists.

    – Dave123
    Jan 3 at 0:47











  • So thank you for letting me to know that the reference was what I was supposed to browse manually to be added to the list. I never had to add a reference manually on my previous system.

    – Dave123
    Jan 3 at 0:53











  • I am happy that I got access to the Microsoft Active Server Pages Library. Now when I click the file tab / make projectName.dll on top menu of my vb6 project I get the error msg: Cannot access the system registry. Could someone tell me why I cannot make my project's dll? Thank you

    – Dave123
    Jan 3 at 1:16











  • You should accept the answer and make a new question. Otherwise, many questions would lack scope and people who help never would be properly awarded because some issues, once solved, allow other issues to surface.

    – Jazimov
    Jan 3 at 1:19






  • 1





    @Lankymart: I would say that's a very accurate summary. In turn, I would agree with you that there are going to be downstream 32-bit/64-bit dependency issues that also will need to be resolved. I don't think anyone could fix the OP's entire prospect of downstream issues with a single answer.

    – Jazimov
    Jan 3 at 16:11
















1














Please try to browse for the Microsoft Active Server Pages Object Library using the References Browse... button. The default location for the library is:



C:windowssystem32inetsrvasp.dll



enter image description here






share|improve this answer


























  • The reference that you are suggesting is exactly the reference that I said does not exist in my vb6 project on 64 bits system. That is the reference that I am missing and I don't know how to resolve it. The path C:windowssystem32inetsrv.asp.dll which you wrote does not exist. If you meant C:windowssystem32inetsrvasp.dll it exists on my computer but as I said the reference does not exists.

    – Dave123
    Jan 3 at 0:47











  • So thank you for letting me to know that the reference was what I was supposed to browse manually to be added to the list. I never had to add a reference manually on my previous system.

    – Dave123
    Jan 3 at 0:53











  • I am happy that I got access to the Microsoft Active Server Pages Library. Now when I click the file tab / make projectName.dll on top menu of my vb6 project I get the error msg: Cannot access the system registry. Could someone tell me why I cannot make my project's dll? Thank you

    – Dave123
    Jan 3 at 1:16











  • You should accept the answer and make a new question. Otherwise, many questions would lack scope and people who help never would be properly awarded because some issues, once solved, allow other issues to surface.

    – Jazimov
    Jan 3 at 1:19






  • 1





    @Lankymart: I would say that's a very accurate summary. In turn, I would agree with you that there are going to be downstream 32-bit/64-bit dependency issues that also will need to be resolved. I don't think anyone could fix the OP's entire prospect of downstream issues with a single answer.

    – Jazimov
    Jan 3 at 16:11














1












1








1







Please try to browse for the Microsoft Active Server Pages Object Library using the References Browse... button. The default location for the library is:



C:windowssystem32inetsrvasp.dll



enter image description here






share|improve this answer















Please try to browse for the Microsoft Active Server Pages Object Library using the References Browse... button. The default location for the library is:



C:windowssystem32inetsrvasp.dll



enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








edited Jan 3 at 0:48









Lankymart

11.7k439105




11.7k439105










answered Jan 2 at 21:51









JazimovJazimov

6,88352938




6,88352938













  • The reference that you are suggesting is exactly the reference that I said does not exist in my vb6 project on 64 bits system. That is the reference that I am missing and I don't know how to resolve it. The path C:windowssystem32inetsrv.asp.dll which you wrote does not exist. If you meant C:windowssystem32inetsrvasp.dll it exists on my computer but as I said the reference does not exists.

    – Dave123
    Jan 3 at 0:47











  • So thank you for letting me to know that the reference was what I was supposed to browse manually to be added to the list. I never had to add a reference manually on my previous system.

    – Dave123
    Jan 3 at 0:53











  • I am happy that I got access to the Microsoft Active Server Pages Library. Now when I click the file tab / make projectName.dll on top menu of my vb6 project I get the error msg: Cannot access the system registry. Could someone tell me why I cannot make my project's dll? Thank you

    – Dave123
    Jan 3 at 1:16











  • You should accept the answer and make a new question. Otherwise, many questions would lack scope and people who help never would be properly awarded because some issues, once solved, allow other issues to surface.

    – Jazimov
    Jan 3 at 1:19






  • 1





    @Lankymart: I would say that's a very accurate summary. In turn, I would agree with you that there are going to be downstream 32-bit/64-bit dependency issues that also will need to be resolved. I don't think anyone could fix the OP's entire prospect of downstream issues with a single answer.

    – Jazimov
    Jan 3 at 16:11



















  • The reference that you are suggesting is exactly the reference that I said does not exist in my vb6 project on 64 bits system. That is the reference that I am missing and I don't know how to resolve it. The path C:windowssystem32inetsrv.asp.dll which you wrote does not exist. If you meant C:windowssystem32inetsrvasp.dll it exists on my computer but as I said the reference does not exists.

    – Dave123
    Jan 3 at 0:47











  • So thank you for letting me to know that the reference was what I was supposed to browse manually to be added to the list. I never had to add a reference manually on my previous system.

    – Dave123
    Jan 3 at 0:53











  • I am happy that I got access to the Microsoft Active Server Pages Library. Now when I click the file tab / make projectName.dll on top menu of my vb6 project I get the error msg: Cannot access the system registry. Could someone tell me why I cannot make my project's dll? Thank you

    – Dave123
    Jan 3 at 1:16











  • You should accept the answer and make a new question. Otherwise, many questions would lack scope and people who help never would be properly awarded because some issues, once solved, allow other issues to surface.

    – Jazimov
    Jan 3 at 1:19






  • 1





    @Lankymart: I would say that's a very accurate summary. In turn, I would agree with you that there are going to be downstream 32-bit/64-bit dependency issues that also will need to be resolved. I don't think anyone could fix the OP's entire prospect of downstream issues with a single answer.

    – Jazimov
    Jan 3 at 16:11

















The reference that you are suggesting is exactly the reference that I said does not exist in my vb6 project on 64 bits system. That is the reference that I am missing and I don't know how to resolve it. The path C:windowssystem32inetsrv.asp.dll which you wrote does not exist. If you meant C:windowssystem32inetsrvasp.dll it exists on my computer but as I said the reference does not exists.

– Dave123
Jan 3 at 0:47





The reference that you are suggesting is exactly the reference that I said does not exist in my vb6 project on 64 bits system. That is the reference that I am missing and I don't know how to resolve it. The path C:windowssystem32inetsrv.asp.dll which you wrote does not exist. If you meant C:windowssystem32inetsrvasp.dll it exists on my computer but as I said the reference does not exists.

– Dave123
Jan 3 at 0:47













So thank you for letting me to know that the reference was what I was supposed to browse manually to be added to the list. I never had to add a reference manually on my previous system.

– Dave123
Jan 3 at 0:53





So thank you for letting me to know that the reference was what I was supposed to browse manually to be added to the list. I never had to add a reference manually on my previous system.

– Dave123
Jan 3 at 0:53













I am happy that I got access to the Microsoft Active Server Pages Library. Now when I click the file tab / make projectName.dll on top menu of my vb6 project I get the error msg: Cannot access the system registry. Could someone tell me why I cannot make my project's dll? Thank you

– Dave123
Jan 3 at 1:16





I am happy that I got access to the Microsoft Active Server Pages Library. Now when I click the file tab / make projectName.dll on top menu of my vb6 project I get the error msg: Cannot access the system registry. Could someone tell me why I cannot make my project's dll? Thank you

– Dave123
Jan 3 at 1:16













You should accept the answer and make a new question. Otherwise, many questions would lack scope and people who help never would be properly awarded because some issues, once solved, allow other issues to surface.

– Jazimov
Jan 3 at 1:19





You should accept the answer and make a new question. Otherwise, many questions would lack scope and people who help never would be properly awarded because some issues, once solved, allow other issues to surface.

– Jazimov
Jan 3 at 1:19




1




1





@Lankymart: I would say that's a very accurate summary. In turn, I would agree with you that there are going to be downstream 32-bit/64-bit dependency issues that also will need to be resolved. I don't think anyone could fix the OP's entire prospect of downstream issues with a single answer.

– Jazimov
Jan 3 at 16:11





@Lankymart: I would say that's a very accurate summary. In turn, I would agree with you that there are going to be downstream 32-bit/64-bit dependency issues that also will need to be resolved. I don't think anyone could fix the OP's entire prospect of downstream issues with a single answer.

– Jazimov
Jan 3 at 16:11




















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53997020%2fmissing-microsoft-activeserver-pages-object-library%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

MongoDB - Not Authorized To Execute Command

How to fix TextFormField cause rebuild widget in Flutter

in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith