What is .net 3.5 sp1? [closed] - asp.net-mvc

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 5 years ago.
Improve this question
(1) What is service pack ?
(2) I want to work with mvc. So I have installed visual studio 2008 then I tried to install mvc 1.0 but there is error that you have to install 3.5 sp1.Then is it necessary to install 3.5 sp1 or 3.5 .net framework is installed automatically when I installed vs 2008 ?
(3) I tried to download 3.5 sp1 but it is of 2.8 MB, now if I install it then, will I able to install mvc 1.0 ?

Yes, you need to install the service pack. Yes, 3.5 was installed with .NET 2008 but MVC 1 was released after VS2008 and needs the updates. Yes, if you install the service pack you should be able to install MVC 1.
It sounds like you already have the bootstrap installer for the service pack, but if not you can get it from http://msdn.microsoft.com/en-us/netframework/cc378097.aspx
However you should really start with ASP.MVC 2 instead - there's some nice new features.

The .NET Framework 3.5 SP1 is a full
cumulative update that contains many
new features.
Have a look here
Install it, then you can install MVC 1

Related

What is the best way to integrate angular 6 in asp .net mvc? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 years ago.
Improve this question
I want to upgrade my project from angular 1 to angular 6. I have developed my application in ASP.NET MVC. I know that angular 6 is completely different from angular 1. I have searched for developing ASP.NET MVC application using angular 2 but I did not find any suitable answer. Is it possible to write and execute angular 6 (Typescript) code in visual studio?
Fair warning, upgrading an AngularJS project to Angular 6 is going to be a chore. As you mentioned, a lot of changes took place in the transition from AngularJS to Angular 2. Angular does have a guide for how to do the upgrade on their website:
https://angular.io/guide/upgrade
I would recommend following that guide to upgrade from Angularjs to Angular 2 first. Once you have that done, then I would continue upgrading in major version increments (that is what the Angular developers recommend for a large version upgrade). This site can help you with the rest of the upgrade process:
https://update.angular.io/
This probably goes with out saying, but when doing upgrades like this, version control software is your friend. Make sure you can always get back to a working version of your code.
Also, Microsoft maintains a starter template for an single page application with an angular front end and an ASP.Net MVC backend. You can spin up a copy of the template from the dotnet cli with the command:
dotnet new angular -o my-new-app
The template doesn't currently use the most recent version of angular, but It could be a good reference while going through the initial upgrade process. If you are starting a new project, you could use this template and then follow the guides above to upgrade to angular 6. Here is Microsoft's documentation on the template:
https://learn.microsoft.com/en-us/aspnet/core/client-side/spa/angular?view=aspnetcore-2.1&tabs=visual-studio
Finally, if you aren't familiar with the most recent versions of angular, I would recommend perusing the rest of the angular documentation to see what is different and how things work in the most recent version. Their documentation is really good, and it could help give you a sense of where you are headed during the upgrade process.
Hope that helps. Good luck.

Is it possible to use MVC 6 in Visual studio 2012? [closed]

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 6 years ago.
Improve this question
I have a project developed in MVC 6 into Visual Studio 2015. I want to configure it in my system.
My system has Visual Studio 2012. I want to know, Is it possible to run MVC 6 project into Visual Studio 2012?
I searched a lot but I did not get satisfactory answer.Can anyone guid me regarding this?
When I tried to buil this project in my system, I got the error i.e. "The Web project 'ABC' requires missing web components to run with Visual Studio."
ASP.NET 5 (renamed to ASP .NET Core 1.0) includes MVC 6 (renamed to ASP .NET Core 1.0 MVC, with no trailing version number) and it goes well with Visual Studio 2015. If at all possible, you should consider installing Visual Studio 2015.
On one of my laptops, I have VS2012, VS2013, VS2015 and VSCode all sitting happily next to each other. So if you still need VS2012 for some reason, you can always install VS2015 on the same machine.
If you're concerned about cost, you can download VS2015 Community Edition, which is free for individuals, startups and small teams.
I would suggest downloading the latest version from:
http://get.asp.net
EDIT:
After the RC2 release in May 2016, the get URL now redirects to:
https://www.microsoft.com/net
There's a download button on this page to get ASP .NET Core, which leads to:
https://www.microsoft.com/net/core
If you need a more lightweight editor or you want to develop across Windows/Mac/Linux, the new ASP .NET Core also works with the cross-platform VS Code;
http://code.visualstudio.com
Hope that helps!

IntraWeb application is not accessible on Windows Cloud Server? [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 have a intraweb application installed on Windows Server 2012. But I can not access it via web browser. Even following this deployment the link below, it could not access the application.
http://docs.atozed.com/docs.dll/deployment/Deploying%20your%20application%20as%20a%20Stand%20Alone%20Server.html
Use
Delphi XE5 and intraweb 14.0.
Type Standalone Application on Windows Server 2012.
The web browser "My-IP: 8888 / $ / start".
This is a known bug of the bundled version released with XE5. You must upgrade your IntraWeb 14 version to a more recent release. Current version is 14.0.49 and can be found here: http://atozed.com/IntraWeb/Download/Download_IW_XIV.EN.aspx
In order to use this version in production you need to register and get a FREE key for IntraWeb 14. This process is explained here: http://atozed.com/IntraWeb/Download/FreeKeyRequest.EN.aspx
Once you receive your key, just enter it when asked during setup, or use the LicenseRegistration program (within IntraWeb installation folder) to register it after it has been installed.

Direct download link to ASP.NET MVC 5 for VS 2012 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm looking for a direct link to ASP.NET MVC 5 install package for Visual Studio 2012, in downloads of asp.net i found only packages with Azure, but i need package without it.
Per this Stackoverflow answer, and one of the responses to this Razor Intellisense bug, Microsoft does not plan on shipping tooling for VS2012 and MVC5 until November 2013.
UPDATE
Per IT Hit WebDav's comments, I wanted to update that Microsoft has released ASP.NET and Web Tools 2013.1 for VS2012.
For Download Web Tools 2013.1 for Visual Studio 2012
Go to link: Announcing Release of Asp.Net and Web Tools 2013.1 for Visual Studio 2012
Then click download link for Download Web Tools 2013.1 for Visual Studio 2012
This PACKAGE include MVC 5, EF 6, NuGet 2.7.
Although If you want to install ASP.NET MVC 5 and ASP.NET Web API 2 into VS 2012 Ultimage so, you can download MSI installer from
http://www.microsoft.com/en-us/download/details.aspx?id=41532.
I have downloaded and installed just know. I got MVC 5 and Web API 2
:)
Download and Install "Microsoft Visual Studio 2013 Express for Web" for free. It includes MVC 5. Download Link :
Microsoft Visual Studio Express 2013 for Web

Team Foundation Server 2010 and Team Foundation Build Server 2010 SP1 compatability [closed]

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
Is it OK to install TFS 2010 SP1 only in the build server and not in the actual Team Foundation Server?
Yes. We have kept the compatibility between the build service and the TFS server for 2010 RTM and SP1, so it should work fine. Honestly, I don't remember if we guaranteed that we would keep compatibility in this scenario, so it is still recommended to bring both to the same version.
In general, for major releases such as TFS 2010 and TFS 2008, we ask the build service and the TFS server to be installed with the same version, which means if you upgrade one you should upgrade the other as well.

Resources