Author Topic: adui16res.dll not found  (Read 22726 times)

0 Members and 1 Guest are viewing this topic.

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
adui16res.dll not found
« Reply #15 on: April 29, 2005, 06:53:52 AM »
That all looks good, but in a practical application does it really matter. I would suspect that provided the application does not interfere with another class or namespace it "shouldn't" make a difference. It would be an obvious problem if you duplicated the class name of an already existent class, such as in the example, Microsoft.Office ~ I don't see that being a problem while being used on a small scale, but it has broader implications on a large scale deployment.

The info is a good rule to follow, at least then you won't have to try and guess if the naming convention is what is creating your problem.
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

TR

  • Guest
adui16res.dll not found
« Reply #16 on: April 29, 2005, 02:28:52 PM »
I really have no idea why booc.exe (the boo compiler) is looking for adui16res.dll. The only assemblies I am referencing in my project are acdbmgd.dll and acmgd.dll so one of them must be referencing that file. If I have local copy set to True on both dll's it will also copy the adui16res.dll into my bin/debug directory. I am assuming that this is something to do with BOO as I have not seen that dll in any C# projects I have compiled. Also I've checked the references of both dll's and I do not see anything pointing to adui16res.dll.




MickD

  • King Gator
  • Posts: 3619
  • (x-in)->[process]->(y-out) ... simples!
adui16res.dll not found
« Reply #17 on: April 29, 2005, 07:13:36 PM »
Hi Tim,
This may be a dumb question but we have to start somewhere, are both of the managed wrapper dll's visible in your project solution explorer?
"Short cuts make long delays,' argued Pippin.”
J.R.R. Tolkien

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
adui16res.dll not found
« Reply #18 on: April 29, 2005, 08:06:37 PM »
Good point. This is a snap of a solution view with VC#2005

Note that the DLL's are included as References.
You seem to have them as a Viewable/editadle file ??



user tip : when posting images do NOT have spaces in the file name.
This is the format, using img, not ximg, of course.
[ximg]http://www.theswamp.org/screens/kerry/SolutionExplorer.png[/ximg]
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

TR

  • Guest
adui16res.dll not found
« Reply #19 on: May 02, 2005, 11:57:56 AM »
Quote from: MickD
Hi Tim,
This may be a dumb question but we have to start somewhere, are both of the managed wrapper dll's visible in your project solution explorer?


Yes both dlls are there.


MickD

  • King Gator
  • Posts: 3619
  • (x-in)->[process]->(y-out) ... simples!
adui16res.dll not found
« Reply #20 on: May 02, 2005, 05:10:59 PM »
Ok, next...(probably should have been first ;) )
Is this a class library project or an windows application (.exe)?
If it is an .exe, you can't use the managed wrappers, you will have to use the COM interface.
And what is 'BOO' (I hope that isn't a silly question  :oops: )
"Short cuts make long delays,' argued Pippin.”
J.R.R. Tolkien

daron

  • Guest
adui16res.dll not found
« Reply #21 on: May 03, 2005, 08:18:00 AM »
Mick, have a read of this thread.

MickD

  • King Gator
  • Posts: 3619
  • (x-in)->[process]->(y-out) ... simples!
adui16res.dll not found
« Reply #22 on: May 03, 2005, 03:08:49 PM »
aahhh....Thanks Daron, that clears that piece of the puzzle up :)
"Short cuts make long delays,' argued Pippin.”
J.R.R. Tolkien