vb.net - Unable to open module file System Error &H80070002& -
i've been handed vb.net forms program built in suspect vs2010. i'm trying compile , following error:
unable open module file '<path>\file.vb': system error &h80070002&
i've checked , don't have file.vb.
the strange thing error when opening file called 'file.xsd', not 'file.vb' (hence confusion). i've searched code , can't find reference file.vb either.
so, why when try open file.xsd, visual studio can't find module file file.vb?
it looks "file.xsd" uses designer file thought file.vb (i'm guessing that's relic earlier version of visual studio).
so, removed file.xsd project, attempted build (it failed, of coure), , added file.xsd back. right-clicked on file.xsd , ran custom tool set 'msdatasetgenerator'. created designer file in background , able build project. there file.designer.vb file in project, , appears working smoothly.
thanks craig!
Comments
Post a Comment