[RESOLVED] Unable to create XML documentation file.. [HELP]
Hi Everyone,
I have used Visual Basic 2008 for a while now and i have never came across this problem, when i try to build my application i get the following two errors...
Quote:
Unable to copy file "obj\Release\Parent Pro.xml" to "bin\Release\Parent Pro.xml". The file or directory is corrupted and unreadable.
AND
Quote:
Unable to create XML documentation file 'E:\Parent Pro - TRIAL\Parent Pro\obj\Release\Parent Pro.xml': System Error &H80070570&
I can run in Debug no problem, but i need to publish to a web server and i get the same problem...
Any help would be much appreciated.
Kind Regards,
Daniel
Re: Unable to create XML documentation file.. [HELP]
Have you tried to open the suspected files and directories manual, through explorer? I might try moving(or deleting) those directories and letting them be recreated. If you do find errors when opening them, sounds like its time for a "chkdsk /f" Good Luck (maybe its something way different too, this is just a best guess)
Re: Unable to create XML documentation file.. [HELP]
You might even want to consider deleting your obj\release and bin\release folders or the whole obj and bin folders. As long as you haven't copied anything in there, all the files will be regenerated by the compiler the next time you compile.
Re: Unable to create XML documentation file.. [HELP]
Thank you both for your quick responses, it was much appreciated. I took both of your suggestions into consideration and you were both correct. I did try this but when trying to delete the bin and obj folders there were not completely deleting. I then copied all folders and files to my PC from my flash drive but without the obj and bin folders and then built the app successfully. Thanks alot guys!
Re: Simplest and Quickest way
Simply you can do is just copy entire folder which contains your project and paste it at any location, you can paste it at same location. and launch your project from the new copy.
You'll not get any error. ;)