File or assembly name X, or one of its dependecies, was not found with Dialogs

  • Thread starter Thread starter Sam
  • Start date Start date
S

Sam

I have a project that's part of a larger ap.

I do save dialogs and prints, print previews, etc.

Whenever I pull up a SaveDialog and then leave my dll (ie exit to go
to the main menu) and try to go back in to my dll I get

"File or assembly name MyDll.dll,
or one of its dependencies, was not found."

Any clue? I ONLY get this message when the SaveDialog is brought up.

Thanks...
 
Sam said:
I have a project that's part of a larger ap.

I do save dialogs and prints, print previews, etc.

Whenever I pull up a SaveDialog and then leave my dll (ie exit to go
to the main menu) and try to go back in to my dll I get

"File or assembly name MyDll.dll,
or one of its dependencies, was not found."

Any clue? I ONLY get this message when the SaveDialog is brought up.

assure that the RestoreDirectory property of the SaveFileDialog
is "true".

bye
rob
 
Back
Top