Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I really need at least mvc 4.3 for my project because of migrations, but cannot find any tutorial or tool. What could be the steps to take and what to download, install, execute?
Based on your comment I assume you are referring to Entity Framework.
If you are currently using EF 4.x (where x < 3) in your project and you want to use the latest version of Entity Framework, you can simply update Entity Framework using the NuGet package manager. Most projects will upgrade smoothly (all of mine did).
You may wish to search the web and/or stack overflow for "upgrade entity framework 4 to 5" to identify edge cases that may apply to you.
Make sure you have checked everything into source control before doing the upgrade so that you can easily recover if something does go wrong.
NOTE: Your comment says that EF is not listed in the NuGet upgrade list. If you are not on EF 5, it should be listed. You can start an upgrade from the package manager command line by entering:
Install-Package EntityFramework -Version 5.0.0
If that produces any error messages, suggest you open a new question with the errors it lists.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I'm working on WPF application based with Local database. My Question is how can I convert it into such application which would run on all PC (Windows OS. I tried to transfer whole project folder into another PC and tried to run exe (debug/bin/application.exe) but it did't work.
I'm working on Visual Studio 2013 with .Net Framework 4.5..
Thank You
In my experience, deployment engineering is two phases:
1) Dependency Analysis: What does my application need? .NET? Java? SQL Server? IIS? Files\Folder copied? Configuration setting. Shortcut?
2) How to implement/develop automation to achieve those things.
You say you copy the files over and it wont' work? That means you need to spend more time on dependency analysis.
For #2, I would start here.
https://github.com/iswix-llc/iswix-tutorials
IsWiX is an open source project that I maintain that makes it a lot easier to get up to speed on Windows Installer XML.
A WPF application made with .NET implies that it needs a .NET framework to be installed on the target machine. You will not be able to write your own WPF / C# installer application that is able to work on PCs without it.
You could try one of the many third party installers found on the web (e.g. http://dblock.github.io/dotnetinstaller/) or use the VS installer functionality (see Build an installer). I am not sure about the latter, never used it.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
The command wmic product where "Name like 'Microsoft .Net%'" get Name, Version shows the following list of installed (?) .NET's:
Microsoft .NET Framework 4.5.1 Multi-Targeting Pack 4.5.50932
Microsoft .NET Framework 4.5 Multi-Targeting Pack 4.5.50710
Microsoft .NET Framework 4.5.1 RC Multi-Targeting Pack for Windows Store Apps 4.5.21005
Microsoft .NET Framework 4.5 SDK 4.5.50710
Microsoft .NET Framework 4.5.1 RC Multi-Targeting Pack for Windows Store Apps (ENU) 4.5.21005
Microsoft .NET Framework 4.6.1 (RUS) 4.6.01055
Microsoft .NET Framework 4 Multi-Targeting Pack 4.0.30319
Microsoft .NET Framework 4.5.1 SDK
So I'm wondering how to remove them all?
I tried dotnetfx_cleanup_tool but nothing changed...
Also I cheked KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP - there is no 4.* there... Nevertheless wmic gets the list from somewhere...
Thank you!
I had big success with Total Uninstaller
Got rid of all my Visual Studio bloat and other things too
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Supposedly, nuget 3.0 has been released. VS2015 ships with 3.0 baked in. However, NuGet.CommandLine seems to be stuck at 2.8.6 (https://www.nuget.org/packages/NuGet.CommandLine) which means products like TeamCity won't upgrade to 3.0.
Where can I find the nuget for nuget 3.0?
There's no command line for v3 yet, although they plan to release it soon, as the discussion in the NuGet 3.0 Released blog post implies.
However, you can download the 3.1.0 beta, if you want, from here: http://dist.nuget.org/win-x86-commandline/v3.1.0-beta/nuget.exe
Teamcity now is properly integrated with NuGet 3.x. You can follow the following steps to install a specific version: https://confluence.jetbrains.com/display/TCD9/NuGet#NuGet-InstallingNuGettoTeamCityagents
Nuget can update itself by the command line:
nuget.exe update -self
Reference:
https://docs.nuget.org/ndocs/guides/install-nuget#nuget-cli
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 4 years ago.
Improve this question
I'm trying to connect Eclipse (Helios v3.6) to a Crucible server (v2.3) to be able to start and perform code reviews from the IDE, but after installing the Atlassian Connector I try to add a new Task server but I only see Bamboo and Jira.
I also noticed that in the documentation and in the plugin installation it says that Crucible and FishEye connectors are obsolete.
Has someone has figured out how to connect Eclipse to a Crucible server and enable code reviews?
Thanks
After searching a bit, it looks like the last version of the Atlassian Connector to support Crucible is 2.3.
Extract from the official Atlassian website regarding Connector 3.0 release:
Crucible reviews and some FishEye features have been removed in this version of the Connector. In the Atlassian Connector for Eclipse and IntelliJ IDEA you will no longer be able to:
Create Reviews
View Reviews
Perform Reviews
Open files in FishEye
And it looks like there is no plan to support it again in future releases...
Not sure why the support http://confluence.atlassian.com/display/IDEPLUGIN/Working+with+Crucible+Reviews+in+Eclipse (does not work anymore) was removed but here are the eclipse update links before these are removed as well
The last version of the connector containing Crucible support is 2.3.0:
For Eclipse 3.5 and 3.6 — http://update.atlassian.com/atlassian-eclipse-plugin/2.3.0/e3.5
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
How can I install Selenium IDE on Firefox 5.0?
Selenium IDE 1.0.11 is incompatible with Firefox 5.0.
However, according to Selenium IDE release notes, Selenium IDE 1.0.12 will be compatible with Firefox 5.0.
While Selenium IDE 1.0.12 is not yet formally released, an early build is available for download. (A direct link to the download is provided in the comment thread.)
The link you find there will initiate the automatic Firefox add-on install (after a redirect).