Hi,
I created two base forms: frmList and frmDetail, compiled
them into a dll, and then want to use in my new project.
The problem: When I created new inherited form, say
frmClients, I cannot load the form in design view - the
IDE complains with
"Argument 'Path' is Nothing or empty." error.
It does not stop however the project to compile, and even
works correctly while running the project.
Unfortunately, I cannot add controls on the form
(frmClients) in design view - the IDE simply won't load
it.
Does anyone know what may be the problem and how to fix
it?
Any help will be greatly appreciated.
I created two base forms: frmList and frmDetail, compiled
them into a dll, and then want to use in my new project.
The problem: When I created new inherited form, say
frmClients, I cannot load the form in design view - the
IDE complains with
"Argument 'Path' is Nothing or empty." error.
It does not stop however the project to compile, and even
works correctly while running the project.
Unfortunately, I cannot add controls on the form
(frmClients) in design view - the IDE simply won't load
it.
Does anyone know what may be the problem and how to fix
it?
Any help will be greatly appreciated.
Comment