Results 1 to 14 of 14

Thread: [RESOLVED] My dll doesn't appear

Hybrid View

  1. #1
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: My dll doesn't appear

    Open up the .vbp file associated with the projects. You can use NotePad for that.

    It is altogether possible that somewhere along the line something gotten written back to the project file itself, and for some reason, it didn't get removed.

    If you find MISSING entrys in the .vbp file, remove them and save it.

    Then open up the project and see if this issue goes away.

  2. #2

    Thread Starter
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Re: My dll doesn't appear

    It doesn't show as missing in the vbp. I assume it would appear on this line:-
    Code:
    Reference=*\G{91F8E33A-B2FB-44F3-95A7-FE17EDB150DF}#3.0#0#..\..\Registry Editor\Registry.dll#E1RegistryEditor
    Thanks for all your help with this by the way

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: My dll doesn't appear

    Quote Originally Posted by FunkyDexter
    Thanks for all your help with this by the way
    No problem.
    Quote Originally Posted by FunkyDexter
    I then opened a new project, drop down the list of references and there it is! Go back to the project that originally referenced it and it still shows as missing. Go figure.
    I just re-read everything in this thread so far, and this stood out.

    So, if you open up a new project, you can reference the .dll with no problems. It is just with a couple of existing projects that this issue is showing up. Right?

    I'm wondering if you open up a new project, reference this .dll, save this project, compile project1.exe, then close the project, close VB, reopen VB and reopen that project, if the reference will remain intact. Try that.

  4. #4

    Thread Starter
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Re: My dll doesn't appear

    So, if you open up a new project, you can reference the .dll with no problems. It is just with a couple of existing projects that this issue is showing up. Right?
    Well, a couple of hours ago I'd have said no, even when trying to build a new project it wasn't available. Thing is, now it seems to be appearing for new projects (but still not existing ones). I swear blind it wasn't appearing earlier but I may just be losing the plot on a Friday afternoon.

    I'm wondering if you open up a new project, reference this .dll, save this project, compile project1.exe, then close the project, close VB, reopen VB and reopen that project, if the reference will remain intact. Try that.
    hmm, I'll give it a go.
    edit> The reference remained intact. Which makes it sound like the problems with the projects I'm bringing across rather than the dll itself. I think I'll try some observation again after the weekend (5 mins to go ).

    Thanks again and have a good weekend, Hack.
    Last edited by FunkyDexter; Sep 16th, 2005 at 10:58 AM.

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: My dll doesn't appear

    Quote Originally Posted by FunkyDexter
    Which makes it sound like the problems with the projects I'm bringing across rather than the dll itself. I think I'll try some observation again after the weekend (5 mins to go ).

    Thanks again and have a good weekend, Hack.
    Based on everything that we have said so far, that is exactly what I'm thinking.

    You have a good weekend to Funky and post back your results after you have run those tests.

  6. #6

    Thread Starter
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Re: My dll doesn't appear

    Aha, I think I might be there. I tried various experiments which I won't bore you with but eventually I've found that if I go back to the original project which referred to my dll and removed the reference, saved it, put the reference back in and saved it again before copying across to the other machine it's fine. There's one other project that exhibits so I should be able to fix that one now as well.

    The only conclusion I can reach is that there was something wrong with the reference that was originally set. I can't see what though, it looks perfectly normal, has the correct path and works fine on the original machine.

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: My dll doesn't appear

    Quote Originally Posted by FunkyDexter
    Aha, I think I might be there. I tried various experiments which I won't bore you with but eventually I've found that if I go back to the original project which referred to my dll and removed the reference, saved it, put the reference back in and saved it again before copying across to the other machine it's fine. There's one other project that exhibits so I should be able to fix that one now as well.

    The only conclusion I can reach is that there was something wrong with the reference that was originally set. I can't see what though, it looks perfectly normal, has the correct path and works fine on the original machine.
    I'm glad you got it working but based on all the things we have said and done, I'm not sure what happened either. However, I am going to bookmark this thread as a reference. I wouldn't be a bit surprised to have this type of thing happen to someone else too.

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