CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 1999
    Posts
    2

    Dll gives an error

    Hi,
    I am making my own Dll in VB so when i modify the code and want to make a Dll again it gives me an error saying "Permission Denied <path>".
    Does this mean that everytime i have to recompile my dll and make it again i have to restart my computer or is there a better way of doing this?
    Thanks for any sugessions.
    Derek


  2. #2
    Join Date
    Aug 2000
    Location
    KY
    Posts
    766

    Re: Dll gives an error

    Check your references, one of your objects is probably not set to nothing so the reference count is being held open. You should be able to recompile without shutting down or restarting.


    TANSTAAFL - There ain't no such thing as a free lunch

  3. #3
    Join Date
    Oct 2001
    Location
    Bangalore.INDIA
    Posts
    25

    Re: Dll gives an error

    set object=nothing
    release memory after u use methods of an object


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured