Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Studio doesn't recognize .cljproj files if opened from shell #48

Closed
dlcotter opened this issue Jan 21, 2012 · 9 comments
Closed
Labels

Comments

@dlcotter
Copy link

See this StackOverflow question for more details.

@jmis
Copy link

jmis commented Jan 30, 2012

May be able to set the correct registry values during vsClojure's setup.

@r-moeritz
Copy link

I just installed vsClojure & I've got a similar problem to @androidicus, except that VS 2010 SP1 says the project type isn't supported when I try to create a new Clojure project. I'm sure this used to work in a previous release.

@candera
Copy link

candera commented Mar 2, 2012

Bump. Here's the error I get:


---------------------------
Microsoft Visual Studio
---------------------------
'C:\Users\candera\AppData\Local\Microsoft\VisualStudio\10.0\Extensions\vsClojure\vsClojure\2.0.0\Templates\Projects\Clojure\Clojure.cljproj' 
cannot be opened because its project type (.cljproj) is not supported by this version of the application. 

To open it, please use a version that supports this type of project.
---------------------------
OK   Help   
---------------------------

I get this both when installing through the extension gallery and when building the vsix locally and installing it that way.

@rojepp
Copy link
Contributor

rojepp commented Mar 6, 2012

@candera I get this error too. Just installed vsClojure on VS2010 SP1, never had it installed before.
I should mention it is a 64-bit OS

@rojepp
Copy link
Contributor

rojepp commented Mar 6, 2012

@ralmoritz @candera I'm guessing from the recent dates of your comments that you've installed VS11 Beta as I have?

@candera
Copy link

candera commented Mar 6, 2012

Nope.

@cmaslen
Copy link

cmaslen commented Jun 13, 2012

Seems the version at the VS gallery still has the bug.

http://visualstudiogallery.msdn.microsoft.com/8938e63c-7527-443b-956d-84597b9bfc6f

Is there any chance this can get an update?

@Nectarineimp
Copy link

Is there a better file to download? This thread is over 8 months old and the problem persists. I assume no one is working on this anymore?

@frankhale
Copy link
Contributor

This is still an issue and will be resolved as soon as possible. What I don't like from the SO answer is that this apparently cannot be resolved via the VSIX installer and has to be done in an MSI. This is not good news in my opinion. Is there any one else out there shipping language extensions via a VSIX and getting this to work? That's is rhetorical question. That said, there is a MSI installer -> https://github.com/vsClojure/vsClojure-installer but I have not had time to investigate it.

speige added a commit that referenced this issue Feb 22, 2014
… loaded directly from .sln because ProvideAutoLoad attribute was missing. DTE.OnStartupComplete is not reliably called. Moving startupComplete to initialize caused UI exceptions creating REPLFactory. Refactored REPLFactory to call FindToolWindow after user requests REPL.
@speige speige closed this as completed Feb 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

9 participants