I am a .net newbie. I was trying to build this particular CLR project - http://github.com/richhickey/clojure-clr. I received the following error.
C:\sriram\work\clojure\clojure-clr\Clojure\Clojure.Compile\bin\Debug\Clojure.Compile.exe clojure.core clojure.set clojure.zip clojure.main clojure.walk clojure.stacktrace clojure.template clojure.test clojure.test.tap clojure.test.junit Access is denied.
C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): error MSB3075: The command "C:\sriram\work\clojure\clojure-clr\Clojure\Clojure.Compile\bin\Debug\Clojure.Compile.exe clojure.core clojure.set clojure.zip clojure.main clojure.walk clojure.stacktrace clojure.template clojure.test clojure.test.tap clojure.test.junit" exited with code 5. Please verify that you have sufficient rights to run this command.
Done building project "Clojure.Compile.csproj" -- FAILED.
It says 'Please verify that you have sufficient rights to run this command'. How to check what rights are begin expected ?
OS is Windows 7 Home Premium Visual Studio edition is 2008 Professional SP1 .Net Version is 3.5