Can ReSharper 7.x be used with VS2013 preview? [closed] - visual-studio

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
Can ReSharper 7.x be configured to work with Visual Studio 2013 preview?
The preview version doesn't appear to allow it by default - though I only tested by repairing ReSharper, rather than uninstalling/reinstalling.
I'm aware that ReSharper 8 is on its way and may be a better long term option.
Being able to evaluate a new IDE under the same conditions that I use VS2012 is imperative, so this would help massively in that goal.
UPDATE
It looks like the answer to this is that it cannot be used - the accepted answer demonstrates a possible, untested method of wiring it up but there are now 3 or 4 cases where the solution has not worked, including an attempt by myself to hook it up which unfortunately didn't work. As such, I've added this update to avoid misleading anybody who comes across this.

Warning: This has only been tried by me just now on VS2013 with the latest v8 EAP, this may cause crashes or slowdowns etc and I can't say how v7 would behave.
If you go into your program files folder, then open the VS2012 folder, navigate to Microsoft Visual Studio 11.0\Common7\IDE\Extensions .
From that folder grab the Jetbrains folder, and copy and paste it to the same location but substitute 11.0 for 12.0.
Then open the file inside the Jetbrains folder named extension.vsixmanifest in any text editor of choice (remember about running as admin) then inside find where at the top on approx lines 11 - 16 , you will have a section named VisualStudio.
Copy and paste this whole block and paste it again below (inside the SupportedProducts section still).
Edit the Version="11.0" to Version="12.0" and then save the file, re-launch VS2013 & you should now end up with resharper working.
Nice and simple :) Also for future reference this technique works on any extension, also some extensions are stored in AppData instead. Just thought I'd reply with this to make sure you got a helpful reply :D

Related

Installation Error: "This add-on cannot be installed because it appears to be corrupted" [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
I am currently trying to learn how to develop Firefox add-ons, but for my misfortune, I faced a problem before I even start doing so. I downloaded the demo add-on provided by the Firefox developer team which is called "Borderify" and can be seen here: GitHub. After that, I opened WinRar, and converted the folder to a .XPI file. However, when I try to install it manually on my Firefox browser I got this message "This add-on cannot be installed because it appears to be corrupted". I will be grateful if someone points what I've done wrong.
Note that just packing the files and renaming the .ZIP file to an .XPI to install it doesn't work. If you want to test and debug the extension, you need to install the extension temporarily. To do so, go to about:debugging and click Load Temporary Add-on, then choose the XPI file to install the add-on. You can also load the add-on from the sources without packing it to an XPI by simply choosing its manifest.json file.
To get the XPI file to install as expected, it needs to be signed. This will be done automatically when you publish it on addons.mozilla.org (AMO).

TFS Isn't recognizing added item VS2013 [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I am working with VS2013 and TFS Online.
When I add a new item some time the Source Control doesn't recognize it as added item but the csproj is updated with the new file's path. When a partner get the latest version and try to copile, it says that a file is missed.
When I am checking in I see that some added files can't be included for check in. Sometimes added files doesn't have the plus icon so I can add it with "Add to source control" but sometimes the plus icon is there and I still can't check in the file.
It's happening with png in resources and cs of a Winform
Sounds like you don't have the Solution/Project bound to TFS correctly - this is a step you must take to make VS work with TFVC (local and server).
You can usually tell when it is not setup by the icons on the project file in Solution Explorer:
Not Setup:
Setup:
Notice the padlocks
To setup the bindings go to File > Source Control > Advanced > Change Source Control...
Select the project and/or solution and click Bind:
Once the solution is bound, new projects added to it will also be bound.
Also, if you have set this up in the past and it's not working, checkout this answer - it shows you how to redo the bindings when the are messed up.

The specified file is an unrecognized or unsupported binary format [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I downloaded tutorial (0.3.8) from http://www.arcsynthesis.org/gltut/, then according to instruction I used premake4.exe to builld visual studio 2010 projects (premake4 vs2010) and it works fine, but when I try to run some example, I get the error message
The specified file is an unrecognized or unsupported binary format
can you tell me why?
I think you wrongly set the .lib project as your startUp project. Try to set your .exe project as your startUp project.
In Visual studio you can set a project into startUp project just by right click the .exe and select the option "set as startUp project"

Dependencies for VB6 application [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
How to Deploy VB6 Applications?
The company I'm working for has this application that was written in VB6 last year. I've had the pleasure of working through just a few minor things here and there in it. However, now I've had a bit of a stumble. In the latest Visual Studios, whenever you build your application, any referenced .dll dependencies can be found in the bin/Debug(or Release) folder.
My question is that in the VB6 Enterprise IDE, where does the dependencies get placed when you make the .exe? I'd assume that they are in the same location as the .exe; however, when I copy that entire folder over to another computer, and regsver32 (in administrator mode, of course), and I try to run the program, I get told I'm missing a dependency. Thanks for any and all help.
It's been a while since I worked in VB but I seem to remember that you wouldn't copy the executable but would create an installation package that would manage all the DLL's, OCX's and such and register the necessary things with the registry for you.

Error when trying to update Extensions in Visual Studio [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 9 years ago.
I'm trying to update Extensions in Visual Studio 2010, and I am suddenly getting errors. I open the extension manager and let it load the list of updates. I select one, and click Update, but I get a dialog with an error. One of two errors occurs depending on which extension I am trying to update.
For example, trying to update Nuget gets me:
Value cannot be null
Parameter name: v1
Code Maid, on the other hand:
Invalid entry to install/download
Parameter name: entry
Ankh SVN gives me the same error as Code Maid. (Haven't used or updated Ankh SVN in quite some time, but I tried it to see if it worked)
I am not aware of any recent changes which I have done which could have caused this. The only thing which remotely comes to mind was installing VS11 Beta, but I'm fairly sure I've updated VS2010 extensions since then successfully.
Hopefully, I can avoid the Dreaded Reinstall ™
I appear not to be the only one with this problem:
http://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c/view/Discussions
Incidentally, I was able to update the extensions in question by downloading and executing the installers manually. But I would still like to know what's going on here, of course!
Not really a full answer but I think I can help in regards to nuget issue:
In Control Panel -> Programs find and uninstall Nuget. (Make sure VS isn't running)
Go to http://nuget.org/ and click 'Install Nuget'
On the next page click Download.
Open the downloaded file (it should be associated with VS).
Follow the wizard.
This should install the latest version of nuget which means there will bo no update available. I'm not sure what will happen when next update is out.
I realise it's only a workaround.
Edit: Sorry, just noticed that you did exactly that.
Here is the hotfix for that issue.
http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=38654
Worked like a charm for me.
Try loading DevEnv in /SafeMode and installing from there. I can't tell you what's going on, but VS does get itself knotted sometimes, and just needs a helping hand.
I've had similar issues with NuGet especially in the earlier versions (pre 1.4 I noticed most).
1) If it's listed in Programs and Features, remove it there.
2) open "%PROGRAMFILES (X86)%\Microsoft Visual Studio 10.0\Common7\IDE\Extensions", if Nuget is listed, delete it.
3) go to your users directory (c:\users\xxxx\AppData\Local\Microsoft\VisualStudio\10.0 if Nuget is listed in there. Delete that. Close/Open VS. See if the error persists, if so. You can try the /ResetAddin flag from the command line to see if something else was interfering.
If the error doesn't, re-install Nuget 1.7 (or latest) and hopefully all is well.
You using Telerik Extensions at all? The Silverlight stuff hosed me royally.
I get this when I have a WiX project open in my solution and go to update manage packages for the entire solution. If I right-click all of the WiX projects in my solution and unload the projects, then I can get update the NuGet packages fine. Then I reload the WiX projects.
I imagine it might occur for other "weird" project types as well. Something to try!

Resources