Which edition of VS? Professional? Express? The ToolsVersion="4.0" versus 3.5 should not be a problem. The 'reference component not found' also not a problem. These relate to the ability to target either 2.0 or 4.0. I get these warnings also.
On Dec 24, 9:10 pm, Sriram P C <[email protected]> wrote: > Help->About says Microsoft Visual Studio 2008 Version 9.0.30729.1 SP > > OS is Windows 7 Home Premium 6.1 > > There is a warning 'Project file contains ToolsVersion="4.0", which is > not supported by this version of MSBuild. Treating the project as if > it had ToolsVersion="3.5"'.. I don't know if it has anything to do > with it. > > There are also some 'reference component not found' warnings in the > DLR project. Would that be a problem ? > > thanks, > sriram. > > On Fri, Dec 25, 2009 at 5:32 AM, dmiller <[email protected]> wrote: > > Wow, Google only gets nine hits on MSB3075. One, possibly relevant, > > solved by moving to admin privilege. One, yours. Others, not > > relevant. Thus ends my error-resolution attempt! > > > From the message, I'm assuming .net 3.5. What flavor of VS? > > > -David > > > On Dec 23, 9:21 pm, sriram p c <[email protected]> wrote: > >> I was trying to build clojure clr. > > >> As given in the instructions, I have unloaded the Tests project. > >> During compilation of the Coljure.Compile project, I see the following > >> error on the "Output" window > > >> 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. > >> ========== Build: 6 succeeded or up-to-date, 1 failed, 0 skipped > >> ========== > > >> I tried to run with admin privileges. I still get the same error. Can > >> anyone tell me how to resolve the issue ? > > >> thanks, > >> sriram. > > > -- > > You received this message because you are subscribed to the Google > > Groups "Clojure" group. > > To post to this group, send email to [email protected] > > Note that posts from new members are moderated - please be patient with > > your first post. > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
