Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Missing asp.dll - How can I get it? 1

Status
Not open for further replies.

mwolf00

Programmer
Nov 5, 2001
4,177
US
Sorry if this seems basic. I've googled, searched here and tried microsoft support. I'm making an app where I need a reference to asp.dll but I don't have it. Where should I go?

Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rick Cook
zen.gif
 
Mine is under system32 in a folder named inetsrv.
 
Thanks again Sheco.

I guess that since I don't have ASP running on this local PC, I don't have anything in that file. I did find it on another PC that is not on this network. Can I just copy and paste the file or do I need to do more just to use it for the VB Project?

Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rick Cook
zen.gif
 
I dunno. All the machines that I have access to with VB installed also have IIS. First I'd try just making a ref to it, if that didn't work I'd try regsvr32 and cross my fingers... if all that failed I'd install IIS... but, if the ASP objects are being passed into your app, you might try just declaring them As Object just to make sure it works... you'll lose intellisense and early binding... hmmm.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top