Questions tagged [mvc]
18 questions
3
votes
1 answer
Does MVC 3 Preview 1 run on XP?
I know, I have an older development box and I should really upgrade to a new machine with Windows 7. But that costs money that I don't have, so I'm still building on a PC running Windows XP (SP3).
Now that the new version of ASP.NET's MVC is in…
EAMann
- 184
3
votes
0 answers
ASP.NET Core MySQL DB scaffold not working (could not find provider assembly)
This site shows how to reverse-engineer an existing database to an ASP.NET Core EF model.
What I found out is that the currently correct command should be (instead of "scaffold-dbcontext"):
dotnet ef dbcontext scaffold…
Schaussi
- 31
2
votes
1 answer
Internet explorer has stopped working When I print preview my web page that has highchart
When I print preview a web page that I used highchart component, I encountered an error that is "Internet explorer has stopped working...". This problem is only happening when print preview. At the moment I am using IE 11. IE 9 version is working…
2
votes
1 answer
Terminal issues on OS X with XAMPP and Yii framework
I'm trying to configure the Yii framework but am having problems with the terminal commands, and am also having difficulty setting up the webapp demo. I am using Mac OS X Snow Leopard and have installed XAMPP and placed the 'yii' folder in the…
Jake
- 23
1
vote
1 answer
Add View dialog missing from Visual Studio 2013
In Visual Studio 2012 I use to be able to write a new controlled method, right click on it and create the view automatically.
In Visual Studio 2013 I can't seem to do this anymore.
How can I easily create a new view in 2013?
EDIT: I don't have…
roryok
- 712
1
vote
1 answer
Certificates not accessible while there are no active logins on webserver
My mvc application uses a certificate (stored in the Local Computer's 'Root Certification Authority' store), but cannot seem to access it while the web-server doesn't have any active users logged in [to the machine].
This causes a service failure…
1
vote
1 answer
How to remux 3D MKV (MVC) to AVCHD 3D?
3D MKV MVC is nice but not widely supported. AVCHD 3D is supported on latest line of TV/BD player. Is there a way to remux H264 MVC in MKV to AVCHD 3D MTS?
Henry
- 247
1
vote
1 answer
How to get access to the WEB-INF/views/some.jsp? spring mvc
I successfully deployed my webapp to the Tomcat localhost. My app has 2 pages: localhost:8080/spring-mvc and localhost:8080/home. The first page has a link to the second. When I start my app, it successfully opens the first page, but when I follow…
1
vote
0 answers
The MSDTC transaction manager was unable to pull the transaction from the source transaction manager
System.Runtime.InteropServices.COMException: The MSDTC transaction manager was unable to pull the transaction from the source transaction manager due to communication problems. Possible causes are: a firewall is present and it doesn't have an…
0
votes
1 answer
Handling large amounts of requests on IIS and MVC ASP.NET
I have a server that loggs different things from various web pages. This server recieves a large amount of requests at all times of the day. All of the requests is a "fire and forget" requests. Therefore the server returns out of the action as fast…
Stian Standahl
- 101
0
votes
2 answers
Publishing .NET MVC website to MONO on Synology NAS
I'm not able to figure out how I can host a simple MVC 4 or MVC 3 website to my Synology DS413J.
I installed MONO V2.11, this is still in beta on the Synology. After installing and running this I went to Control panel> applications> web services and…
Fre
- 55
0
votes
2 answers
MSI Installer error 2203; how to force permissions on installer directory?
[Cross-Posted on StackOverflow.com as well because the question relates to development. Feel free to let me know where it best belongs.]
Hi all,
I'll try to bullet-point to keep it short:
Background / Issue
Trying to install ASP.NET MVC 3 RC on my…
SeanKilleen
- 2,432
0
votes
0 answers
How to run a file with .MVC extension?
so I downloaded Zinrelo, and now I am trying to run it but it has exactly one file which has the extension of .MVC
how can I open it?
coding
- 1
0
votes
2 answers
Getting controller name twice in URL with ASP.NET MVC
Sorry for the noob question, but as you can see, the controller name is appearing twice in the URL and it only works if it is in the URL twice:
URL
Here is what my controller looks like:
Controller Action
And here is my view:
View
I know it's not my…
0
votes
1 answer
asp.net mvc templates seem to be missing from community edition 2017 visual studio
asp.net mvc templates seem to be missing from community edition 2017 visual studio.
going through the update install tool, I see that Web & Could(7) is completely checked, so I am supposed to have all the components.
see Screenshots.
That's all I…