Unable to open module that doesn't exist.

  • Thread starter Thread starter M K
  • Start date Start date
M

M K

I get this message:
Unable to open module file 'C:\...\Copy of
crUnderCrossHome.vb': The system cannot find the file
specified.

That file does not exist. How can I get rid of this
message? Thanks.
 
remove all references to that module in your application

you should also catch exceptions
 
Back
Top