a) Does your program compile and run ok in debug build? If not then the error is a bug in your code and you should debug it with your debugger (Press F5 to run your program with the debugger)
b) Have you been writing build event scripts? If so it looks like your paths may not be correct. Try looking at the Build log (BuildLog.htm in your debug / release directory), and also check for any .InstallLog or .InstallState files and check them to see if they have any meaningful information in them.
Main Topics
Browse All Topics





by: lakshman_cePosted on 2006-08-16 at 06:23:57ID: 17326001
Error code 9009 means your .bat file was not found. I think the post build command is launched using the output directory as working directory, so if your .bat file is located in the project directory, you have to use the relative path from the output directory back to the project directory. 8268/ recei ve.build.e rror.messa ge.Assembl y.Registra tion.Visua l.aspx
Also take a look at this link
http://www.kbalertz.com/90