Results 1 to 8 of 8

Thread: [RESOLVED] [2005] Run-time Error?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Resolved [RESOLVED] [2005] Run-time Error?

    I received this run-time error and not exactly sure what caused it. The assembly it's blowing up on is a DLL which I just created a sign for. I also changed the location of the DLL in the Project Reference of the calling program to "False" instead of "True" as the DLL resides in our DLL location. Anyway, here is what the error looks like.

    Thanks,
    Blake

  2. #2
    Frenzied Member dolot's Avatar
    Join Date
    Nov 2007
    Location
    Ancient City, U.S.
    Posts
    1,254

    Re: [2005] Run-time Error?

    Sounds like you changed two things at once - you signed the dll and changed the copy local setting from true to false. Undo those one at a time and see if it shows up that just one of those things caused the problem or if it's the combination somehow that's causing you trouble.
    I always add to the reputation of those whose posts are helpful, and even occasionally to those whose posts aren't helpful but who obviously put forth a valiant effort. That is, when the system will allow it.
    My war with a browser-redirect trojan

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Re: [2005] Run-time Error?

    But why would that cause an error?
    Blake

  4. #4
    Frenzied Member dolot's Avatar
    Join Date
    Nov 2007
    Location
    Ancient City, U.S.
    Posts
    1,254

    Re: [2005] Run-time Error?

    Not real sure, but i'm guessing that for some reason it's either not recognizing the dll or it's looking in the wrong place for it.

    I was just trying to narrow the cause down if possible so as to not bark up wrong trees.

    edit
    If the change in copy local was the issue, then it's looking in the wrong place. If the change to signing is the issue, then it's not recognizing it.

    That's my working hypothesis anyway.
    Last edited by dolot; Jul 18th, 2008 at 01:14 PM.
    I always add to the reputation of those whose posts are helpful, and even occasionally to those whose posts aren't helpful but who obviously put forth a valiant effort. That is, when the system will allow it.
    My war with a browser-redirect trojan

  5. #5

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Re: [2005] Run-time Error?

    No worries...thanks for your assistance!
    Blake

  6. #6
    Frenzied Member dolot's Avatar
    Join Date
    Nov 2007
    Location
    Ancient City, U.S.
    Posts
    1,254

    Re: [RESOLVED] [2005] Run-time Error?

    What did it turn out to be? Or did it mysteriously self-resolve?
    I always add to the reputation of those whose posts are helpful, and even occasionally to those whose posts aren't helpful but who obviously put forth a valiant effort. That is, when the system will allow it.
    My war with a browser-redirect trojan

  7. #7

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Re: [RESOLVED] [2005] Run-time Error?

    Honestly, I don't know. This happens to me alot...I fix things and don't know what the exact reason why it got fixed. Does this ever happen to you?
    Blake

  8. #8
    Frenzied Member dolot's Avatar
    Join Date
    Nov 2007
    Location
    Ancient City, U.S.
    Posts
    1,254

    Re: [RESOLVED] [2005] Run-time Error?

    LOL! Yep, and this sounds like the kind of issue that would be prone to that phenomenon - something outside of the realm of the code itself.

    It's terrible in one sense, because since you don't know what you did, then the next time it happens you end up stumbing around again until you happen to get the solution.

    On the other hand, fixed is better than not fixed.
    I always add to the reputation of those whose posts are helpful, and even occasionally to those whose posts aren't helpful but who obviously put forth a valiant effort. That is, when the system will allow it.
    My war with a browser-redirect trojan

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