2004-12-12, 10:50 AM
im having trouble with a file reference. i wrote a static class, which uses a reference to a dll and i wrote a form to test it. it worked fine, compile ran smoothly, then i tried using the same class in a plugin. added all the same references and everything. so it compiles but everytime a goto run the static class i get a "one of its dependencies, was not found" error. ive added a few references to the plugin, and all seem fine, this reference looks a little different. for starts it uses "Interop.originaldllname.dll" instead of the original dll, and creates a dll of that name which is only like 6k. also the path of that reference is in my project dir\ob\interop.orginalname.dll (this was also the case in the working form). i have no idea why its doing the reference this way, but im sure this is what is screwing it up. im building the plugin directly to the gbpvr\plugins dir too, so its not going into myproject\bin\debug.
any ideas what im doing wrong, and how i can fix it.
like i could always write another program to do what this does (cdripper to mp3s with id3 tags) but why write another program to do this, when the plugin code do this.
this is really frustrating me.
any ideas what im doing wrong, and how i can fix it.
like i could always write another program to do what this does (cdripper to mp3s with id3 tags) but why write another program to do this, when the plugin code do this.
this is really frustrating me.