After a few hours of happy programming I decided to start debugging and see if everything worked.
What I got was 11 errors all on the same subject:
Error 1 Unable to open file 'C:\DragonPit\Projects\Dragonpit\Dragonpit\obj\Release\Dragonpit.Promote.resources': System Error &H80070002& Dragonpit
Error 2 Unable to open file 'C:\DragonPit\Projects\Dragonpit\Dragonpit\obj\Release\Dragonpit.Resources.resources': System Error &H80070002& Dragonpit
Error 3 Unable to open file 'C:\DragonPit\Projects\Dragonpit\Dragonpit\obj\Release\Dragonpit.Resurec.resources': System Error &H80070002& Dragonpit
Error 4 Unable to open file 'C:\DragonPit\Projects\Dragonpit\Dragonpit\obj\Release\Dragonpit.Rules.resources': System Error &H80070002& Dragonpit
Error 5 Unable to open file 'C:\DragonPit\Projects\Dragonpit\Dragonpit\obj\Release\Dragonpit.RuleSpec.resources': System Error &H80070002& Dragonpit
Error 6 Unable to open file 'C:\DragonPit\Projects\Dragonpit\Dragonpit\obj\Release\Dragonpit.SelEvil.resources': System Error &H80070002& Dragonpit
Error 7 Unable to open file 'C:\DragonPit\Projects\Dragonpit\Dragonpit\obj\Release\Dragonpit.SelGood.resources': System Error &H80070002& Dragonpit
Error 8 Unable to open file 'C:\DragonPit\Projects\Dragonpit\Dragonpit\obj\Release\Dragonpit.Setup.resources': System Error &H80070002& Dragonpit
Error 9 Unable to open file 'C:\DragonPit\Projects\Dragonpit\Dragonpit\obj\Release\Dragonpit.SpellCard.resources': System Error &H80070002& Dragonpit
Error 10 Unable to open file 'C:\DragonPit\Projects\Dragonpit\Dragonpit\obj\Release\Dragonpit.Status.resources': System Error &H80070002& Dragonpit
Error 11 Unable to open file 'C:\DragonPit\Projects\Dragonpit\Dragonpit\obj\Release\Dragonpit.Training.resources': System Error &H80070002& Dragonpit
These all relate to form names in the application:
9 other form named .resource files still exist in the directory (named in the errors) but those 11 are missing.
Questions:
1) Where did they go ? nb no random deleting has been done or anything else stupid like that.
2) How do I get them back ?
Edit:
Have found copies of the files in bin/debug directory, its still telling me it can't find the Dragonpit.exe file - this file doesn't exist anywhere on the computer.


Reply With Quote
