S
sanu
Hi,
I have a dll declared in my VB.Net Webservice as below
Declare Function fntest Lib "test.dll" _
Alias "TEST_FUNC" (ByVal a As Integer, ByVal b As Integer, ByVal c As
Single) As Double
result = fntest (1,3,5)
Return result
After running this webservice, iam not able to delete the test.dll, it
says access denied. I have to re-boot my machine to delete this
test.dll.
How can we get this dll loaded to be released in the VB.net code?
Will the dll be loaded to memory each time we call the webservice?
I would appreciate any help
Thanks
Saish
I have a dll declared in my VB.Net Webservice as below
Declare Function fntest Lib "test.dll" _
Alias "TEST_FUNC" (ByVal a As Integer, ByVal b As Integer, ByVal c As
Single) As Double
result = fntest (1,3,5)
Return result
After running this webservice, iam not able to delete the test.dll, it
says access denied. I have to re-boot my machine to delete this
test.dll.
How can we get this dll loaded to be released in the VB.net code?
Will the dll be loaded to memory each time we call the webservice?
I would appreciate any help
Thanks
Saish