I created a dll in VB 6.
I'm using personal web server to create a web site on my workstation before I unleash it on the server. I call the dll from the page and it works ok.
Then I try to recompile (change) the dll in vb and I get a Permission Denied error.
What can I do?
I have to keep rebooting my PC to change it.
HELP!!! I'm going crazy!
Code below:
<%@ LANGUAGE="VBSCRIPT" %>
<%
Dim rptServer
Dim fname
Set rptServer = CreateObject("ReportCtl.ARTest"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
rptServer.ServerPath = "/"
rptServer.OutputFormat = 0
If rptServer.RunReport() Then
fname = rptServer.FileName
Response.write "Ran ok <br>"
End If
Set rptServer = Nothing
%>
(end of source)
This runs on in vb, and in asp but once I use it I need to reboot to change it.>:-<
They never have to knock if your door is always open.
I'm using personal web server to create a web site on my workstation before I unleash it on the server. I call the dll from the page and it works ok.
Then I try to recompile (change) the dll in vb and I get a Permission Denied error.
What can I do?
I have to keep rebooting my PC to change it.
HELP!!! I'm going crazy!
Code below:
<%@ LANGUAGE="VBSCRIPT" %>
<%
Dim rptServer
Dim fname
Set rptServer = CreateObject("ReportCtl.ARTest"
rptServer.ServerPath = "/"
rptServer.OutputFormat = 0
If rptServer.RunReport() Then
fname = rptServer.FileName
Response.write "Ran ok <br>"
End If
Set rptServer = Nothing
%>
(end of source)
This runs on in vb, and in asp but once I use it I need to reboot to change it.>:-<
They never have to knock if your door is always open.