Signup · Login
Stardeveloper.com  
Home · Tutorials · Forums · ASP.NET Newsletter Application · Web Hosting Plans · Faisal Khan's Blog · Contact
Forums : ASP : ASP 3.0 : Trouble Accessing DLL files Thru ASP Signup · Login
Author Thread
Trouble Accessing DLL files Thru ASP
Posted in tutorial: Working with Drives, Folders and Files in ASP
·  TheLastBurden
User
Joined: 9 Nov 2005
Total Posts: 2

Trouble Accessing DLL files Thru ASP

Posted: 9 Nov 2005
Code --->
<%
Dim WshShell,bkey
Set WshShell=Server.CreateObject("kfs.firstcom")
bkey=WshShell.get_regstring("HKLM\Software\KFS\OnlinePayment\FilePath")
Response.Write bkey
%>
Corresponding Error--->
Server object, ASP 0177 (0x800401F3)
Invalid class string
<--- --->

Tell me if the problem is anything else besides a permission error..cause this is not a permission error

The script was formerly written in OLE and is being converted in ASP ...here firstcom is the DLL File , not kfs...or probably u could send me the syntax ?

Want to leave a comment? Login or Register for free!

Users Who Have Visited This Thread In Last 24 Hours
3 Visitors

Login to post a comment or start a new thread
UserName Or Email Address:       Password:       Auto-Login:    
· Create New User Account
· Send Forgotten Password by Email
 
© 1999 - 2010 Stardeveloper.com, All Rights Reserved.