Hi all,

I am new to vb.net and vb.net project (developed using visual basic .net and .net 1.1) on which i am working now. For some reason i get 'An unhandled exception of type 'system.IO.FileNotFoundException' occurred in system.windows.forms.dll Additional information: The specified module could not be found' error for one option in this software at the line CType(Me.ImgScan, System.ComponentModel.ISupportInitialize).EndInit( ) in source code.

The form in which i get this error has an option to scan documents from scanner. I think this error is related to something between this scanner and form is causing this issue, but i don't know how to fix it.

Can any one please tell me how to fix this issue