CODECUBE VENTURES

Source Control tidbit

When checking a Visual Studio.NET Solution into a source control repository such as Vault. Make sure you do not include the /bin and /obj folders.

I came across this when I started to get the following error

A failure occurred while attempting to start the compilation

A quick search of MSDN found this note (which didn't work)

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbref/html/vberrAFailureOccurredWhileAttemptingToStartCompilation.asp

After a bit of fiddling with things, I figured out the souce control thing. Hope that helps someone else out there.

Latest post: Digging Up the First Version of CodeCube

See more in the archives