When you say you created a reference, do you mean a declaring and instantiating the object. For example,
dim mobjTask as Object
mobjTask = server.Createobject("WanCMSBus.CTask")
WanCMSBus is the name of my dll
Or do I have to something else to reference the dll?
By the way, your...
Hi harmmeijer,
I'm trying to use my dll's without registering them. When you set up yours, did you use webServiceutil.exe to compile the dll? From what I have been reading, I'm told I need this exe but it wasn't in my downloads from .Net Framework and .Net Framework SDK. Any advice would be...
IF you have IIS installed, you can easily do it.
Step 1. Put your asp pages in a folder in your Inetpub\wwwroot directory. (IIS manages asp pages in the inetpub)
Step 2: In your browser use this url http://localhost/NameOfFolder/NameOfPage.asp
For example, the name of my folder in my wwwroot...
Hi, Does anyone know if XML can interact with Access 2000. I know it can use 2002 and SQL Server but I can't find any information on 2000. If it can use 2000, are you aware of any of the drawbacks?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.