Hi.
I use in my windows c# project External
Dlls(Assembly.L oadFrom(dllName );...).
All work fine.
I add to one of my forms using of OpenFileDialog. First time I call
this form
It works. Next times I get Error: "File or assembly name Extended.dll,
or one of its dependencies, was not found." in all modules this dll is
using.
This happen only by OpenFileDialog selects files (by cancel not
affect).
Help me please by this trouble.
Thanks Sonia
I use in my windows c# project External
Dlls(Assembly.L oadFrom(dllName );...).
All work fine.
I add to one of my forms using of OpenFileDialog. First time I call
this form
It works. Next times I get Error: "File or assembly name Extended.dll,
or one of its dependencies, was not found." in all modules this dll is
using.
This happen only by OpenFileDialog selects files (by cancel not
affect).
Help me please by this trouble.
Thanks Sonia
Comment