It's a known issue:
https://github.com/vsClojure/vsClojure/issues/48.
My understanding is that the extension must modify certain registry
values to associate itself with .cljproj filetypes, but can't at the
moment because it is a VSIX-type extension. MSI-type extensions have
more rights, and could make the necessary registry modifications, but
so far no one has converted the extension from VSIX to MSI. If anyone
knows more about this than I do (highly likely), feel free to chime
in.
Daniel
On Thu, Apr 5, 2012 at 8:41 AM, Manoj Waikar <mmwai
...@gmail.com> wrote:
> Hi,
> I just installed vsClojure 2.0.0 on VS 2010 professional. I made a new
> project, added some code in project.clj and ran it once.
> Now when I close the solution and try to open it again, I get this error -
> "... cannot be opened because its project type .cljproj is not supported by
> this version of the application."
> Has anyone else faced this problem?
> Thanks,
> Manoj.