IHostedService is not available in MVC5.net applicationMVC5 project template for Visual Studio 2012Customized View + Update Form using ASP.NET MVC5Can't create new MVC5 project or any other ASP .NET projects in Visual Studio 2013ASP.NET MVC5 Identity account lockout without Entity FrameworkMVC5 and EF6.1.3 Scaffolding problemsBest approach to upgrade MVC3 web app to MVC5?MVC4 and MVC5 in one solutionentity framework 3-tier architecture to mvc5How to create new MVC5 project on VS 2015 enterprise edition?MVC or Net Core framework to speed up productivity in web application in visual studio
What do I need to see before Spider-Man: Far From Home?
What's the difference between a type and a kind?
Is it possible that Curiosity measured its own methane or failed doing the spectrometry?
What causes a fastener to lock?
Why did Super-VGA offer the 5:4 1280*1024 resolution?
PhD: When to quit and move on?
Why would "dead languages" be the only languages that spells could be written in?
Why do most airliners have underwing engines, while business jets have rear-mounted engines?
How do I iterate equal values with the standard library?
Isn't "Dave's protocol" good if only the database, and not the code, is leaked?
What is this arch-and-tower near a road?
Has there ever been a cold war other than between the U.S. and the U.S.S.R.?
How did Captain Marvel do this without dying?
How can I effectively map a multi-level dungeon?
Dualizable object in the category of locally presentable categories
Sleepy tired vs physically tired
Can you take the Dodge action while prone?
Can a Time Lord survive with just one heart?
Was I wrongfully denied boarding for having a Schengen visa issued from the second country on my itinerary?
How frequently do Russian people still refer to others by their patronymic (отчество)?
The Purpose of "Natu"
Park the computer
Why weren't Gemini capsules given names?
What is the fundamental difference between catching whales and hunting other animals?
IHostedService is not available in MVC5.net application
MVC5 project template for Visual Studio 2012Customized View + Update Form using ASP.NET MVC5Can't create new MVC5 project or any other ASP .NET projects in Visual Studio 2013ASP.NET MVC5 Identity account lockout without Entity FrameworkMVC5 and EF6.1.3 Scaffolding problemsBest approach to upgrade MVC3 web app to MVC5?MVC4 and MVC5 in one solutionentity framework 3-tier architecture to mvc5How to create new MVC5 project on VS 2015 enterprise edition?MVC or Net Core framework to speed up productivity in web application in visual studio
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am looking for the develop the IHostedService like .netCore in the Regular MVC5 Entity framework application but I am not able to get the"IHostedService". is there any similar features where I can run the service for forever in the background.
I have developed in .net Core web app but I want to develop in the MVC5 .net web application.
asp.net-mvc-5 ihostingenvironment
add a comment |
I am looking for the develop the IHostedService like .netCore in the Regular MVC5 Entity framework application but I am not able to get the"IHostedService". is there any similar features where I can run the service for forever in the background.
I have developed in .net Core web app but I want to develop in the MVC5 .net web application.
asp.net-mvc-5 ihostingenvironment
add a comment |
I am looking for the develop the IHostedService like .netCore in the Regular MVC5 Entity framework application but I am not able to get the"IHostedService". is there any similar features where I can run the service for forever in the background.
I have developed in .net Core web app but I want to develop in the MVC5 .net web application.
asp.net-mvc-5 ihostingenvironment
I am looking for the develop the IHostedService like .netCore in the Regular MVC5 Entity framework application but I am not able to get the"IHostedService". is there any similar features where I can run the service for forever in the background.
I have developed in .net Core web app but I want to develop in the MVC5 .net web application.
asp.net-mvc-5 ihostingenvironment
asp.net-mvc-5 ihostingenvironment
asked Mar 25 at 19:32
Dhaval PatelDhaval Patel
13 bronze badges
13 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55345183%2fihostedservice-is-not-available-in-mvc5-net-application%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55345183%2fihostedservice-is-not-available-in-mvc5-net-application%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown