webactivator Questions
1
I am getting this error after I installed Microsoft.Owin.*.
Target .Net Framework:4.5.2. Web Activator: 2.2.0
I have the same setup in another project and that seems to work fine.
Please help me d...
Balanced asked 14/6, 2017 at 18:2
5
Solved
I have Visual Studio 2012 Express for Web.
My Steps
-Create a New ASP .NET MVC 4 application
-choose basic template
-go to Package Manager Console
-try to install WebActivator
PM> Install-Packa...
Songster asked 5/8, 2013 at 13:32
3
Solved
I just updated my NuGet Package Manager on my corporate machine. Ever since the update, I am unable to add any package. I tried to install WebActivator for instance and got the following error:
PM...
Schulte asked 19/11, 2011 at 19:25
1
Solved
I'm using WebActivator.PreApplicationStartMethod in my current project but it seems like the OwinStartupAttribute could do the same job? Is this the proper use of the OwinStartupAttribute?
Callboard asked 24/6, 2014 at 7:19
2
Solved
I have several WebActivator.PreApplicationStartMethod decorated classes.
One is for Ninject, another class for AwesomeMVC and a third one is for background task scheduler.
The problem is that the...
Pemberton asked 27/1, 2012 at 23:42
1
Solved
I am converting an ASP.NET MVC3 project to MVC4. I was trying to find the best approach to work with StructureMap and MVC4. I've found a couple of solution which might work, but haven't tried them ...
Sullen asked 31/8, 2012 at 15:22
1
Solved
I have several web applications that make use of packages using WebActivator. On my local machine with IIS 7.5 Express, everything works fine whether I test in Release or Debug configurations. Howe...
Carmine asked 10/10, 2011 at 18:11
2
Solved
I want to setup Ninject to do a simple test, as well as demonstrate the ease-of-setup using Nuget. I want to resolve a sample service.
public interface ITestService
{
string GetMessage();
}
publ...
Paresh asked 15/3, 2011 at 16:48
2
Solved
I've read several articles regarding the setup of Ninject for MVC3 projects.
Some say that your Global.asax.cs should inherit from NinjectHttpApplication, others register modules when constructing...
Leddy asked 21/2, 2011 at 10:23
2
Solved
I've found loads of inconclusive articles and questions on how to do property injection on an ActionFilter in ASP.NET MVC3 using Ninject.
Could someone give me a clear example please?
Here's my c...
Cowgirl asked 22/2, 2011 at 12:23
1
© 2022 - 2024 — McMap. All rights reserved.