|
-
Jun 25th, 2006, 11:33 PM
#1
Thread Starter
Member
Calling VB 6.0 DLL Using VbScript
hi
Can Any Tell What Mistake I am doing on this Code When Calling DLL
<%
Dim objConvert
Dim str
Set objConvert = Server.CreateObject("Islamic_Calendar.PrayerTimes")
objConvert.Create_XML("One.xml")
str=objConvert.GetXMLString()
Response.Write(str)
%>
Getting Error Message: HTTP 500.100 - Internal Server Error - ASP error
What is the Solutions For the How to call dll using Vbscript
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|