Hi -
vb.net noob here. I've started converting quite a few simple VB6 apps that will run as console apps, but cannot get past something (hopefully simple).
First I converted a couple custom VB6 dll's that will be used for common functions. I compiled them and located them in the framework folder for the development machine I am working on. So far, so good.
For my console app, I am able to add a reference to the dll's in the framework folder, and successfully compile the console app. So far, so good.
However, when I run the app in debug mode, I get an error immediately stating
"Could not load file or assembly xxxxCustomDllnamehere,Version=1.0.2957.28645" blah blah blah.
I can get the console app to run in debug ONLY if I copy the dll's to the /bin directory for exe (or add the dll project code in).
I shouldn't have to do this? What am I doing wrong? I have many apps to create/debug and I don't want to have to schlep around all the dll's each time I want to run through debug.
Thanks for any insight.
vb.net noob here. I've started converting quite a few simple VB6 apps that will run as console apps, but cannot get past something (hopefully simple).
First I converted a couple custom VB6 dll's that will be used for common functions. I compiled them and located them in the framework folder for the development machine I am working on. So far, so good.
For my console app, I am able to add a reference to the dll's in the framework folder, and successfully compile the console app. So far, so good.
However, when I run the app in debug mode, I get an error immediately stating
"Could not load file or assembly xxxxCustomDllnamehere,Version=1.0.2957.28645" blah blah blah.
I can get the console app to run in debug ONLY if I copy the dll's to the /bin directory for exe (or add the dll project code in).
I shouldn't have to do this? What am I doing wrong? I have many apps to create/debug and I don't want to have to schlep around all the dll's each time I want to run through debug.
Thanks for any insight.