I'm developing VB DLLs to be called by ASP pages on the web. However I find that after I run the ASP pages that calls the DLLs, the next time I try to "make" the DLL, VB gave me Permission Denied error. I was told using MTS will help.
But so far, I find that it only helps a bit, such that I can make the DLL under a different name, eg mycom1.dll, mycom2.dll and drag and drop it into MTS and I'll only see mycom components, but VB still give me Permission Denied error.
Can anyone tell me whether there's a way around the Permission Denied error.
Thanks in advance!
But so far, I find that it only helps a bit, such that I can make the DLL under a different name, eg mycom1.dll, mycom2.dll and drag and drop it into MTS and I'll only see mycom components, but VB still give me Permission Denied error.
Can anyone tell me whether there's a way around the Permission Denied error.
Thanks in advance!