RE: Error in using CommonDialog -
03-14-2005
, 03:31 AM
I'm using a commonDialogbox in my windows application system. When I try to
run the system, I get the following error:
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in
system.windows.forms.dll
The module specified do not exist.
The line highlighted is
CType(Me.AxCommonDialog1,
System.ComponentModel.ISupportInitialize).EndInit( )
Is there any one with an idea of this problem? |