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...

Re: File or assembly name X, or one of its dependecies, was not found by Robert

Robert
Thu Sep 09 14:51:26 CDT 2004

Sam wrote:

> 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