-
Trying to step through the HttpPortalController controller from Csla.Web.Mvc5 (.Net 4.5.1), the loading of symbols fails with a Not Found. Other symbols load fine.
-
Hi, in my project (MVC5 and Postal.Mvc5 1.2.0) i try to send mail with sender e-mail like "Mike Jones <mike@jones.com>" (without quotes) and when e-mail start I receive this error: The message h…
-
I have latest greatest web mvc 5.2.3.0
While i try to deploy the code postal is trying to bind the old mvc 5.1.0.0
Could you please look into this asap.
I have a deployment due on friday and this do…
-
Hello,
After installing SM.MVC5 package got next exception System.InvalidOperationException Stack empty. in case when you try to display circular object dependency with partial view.
Ex.
@model WebA…
-
Using bundling with MVC5, VS2022. The bundler has issues minifying jquery.inputmask.js
It appears to be on the line with the replace function:
....match.fn.toString().replace(/[[\]/]/g, "")
!…
-
_From @NickCraver on July 19, 2017 21:6_
This is with .NET Core 2.0 Preview 2 tooling. I'd expect `--no-cache` restores instructed to bypass cache to fail when no upstream sources are available...but…
-
- [ ] Pull out MVC specific things like the route registration and controller expression overloads
- [ ] Remove MVC dlls from core project
- [ ] TestStack.Seleno.Mvc4 with a dependency on MVC4 package…
-
Hello,
When I added the following on DefaultRegistry:
```
For().HttpContextScoped().Use();
```
I get the following error when using container.AssertConfigurationIsValid():
```
An exception of type…
-
When adding the NuGet package to my site with a target framework of .NETCoreApp 1.1, I get the following error.
```
Package MvcSiteMapProvider.MVC5 4.6.22 is not compatible with netcoreapp1.1 (.NE…
-
When I saw this project, it's pretty much like a life-saver, but unfortunately it supports ASP.NET MVC 4 at highest, please could any one advise me how to integrate it with ASP.NET MVC 5?