Tagged Questions
2
votes
0answers
473 views
MVC3 Installation Failed
I'm getting the following error log while installed MVC3. I have VS2010 and also 4.0 Framework. It tells me that i musts install framework 4.0, but i have installed it and i must install async . but i ...
1
vote
0answers
208 views
MVC 3 errors with Temporary ASP.NET Files
I am taking over a ASP.NET MVC 3 project from a friend who has not got the time to work on it. I copied across all his files, setup the database etc and then opened it in VS2010. I proceeded to change ...
1
vote
0answers
79 views
Cannot open OR create MVC3 project or solution
this is driving me crazy, I`ve been unable to find a solution on SO or anywhere else.
VS2010 Professional SP1
MVC3 installed
NUGET updated
Windows 7 Professional
Any MVC3 project fails to load with ...
1
vote
0answers
118 views
Visual Studio Project Template causes Exception HRESULT: 0x80070002
I followed this link to the letter for creating a new project template in Visual Studio for MVC3. Unfortunately, while the template shows up in the Dialog, when I click on it to create a new project, ...
1
vote
0answers
95 views
VS2012 SiteMapNode not the same as VS2010?
I'm trying to upgrade an MVC3 project from Visual Studio 2010 to Visual Studio 2012, however I'm coming across an issue at runtime with the XMLSiteMapProvider code.
I am getting a null reference ...
1
vote
0answers
239 views
Incredibly slow binary access through NHibernate when using IIS Express
I've been unable to Google this, possibly cause I can't figure out the right thing to search for. In an MVC3 project I'm working on, I've got a table with an "image" data column on it. This table's ...
1
vote
0answers
232 views
Entity Framework: no Primary key/can't execute Stored Procedures
I have a database with Stored procedures, and i used Ado.Net Entity Data Modell and Ado.Net DBContext generator. After this part i've got error: "no primery key".
I modify in .edmx file in entityset ...
1
vote
0answers
135 views
running an AfterPublish command in Visual Studio 2010
I tried adding this code to my project file:
<Target Name="AfterPublish">
<Exec Command="start C:\test.txt" />
</Target>
This doesn't fie up at all. When I do "AfterBuild" though, ...
1
vote
0answers
360 views
visual studio razor views not recognizing model
I have 2 instances of VisualStudio 2010 open and both projects are ASP.Net MVC and I'm using Razor view engine. In the first instance, views are recognizing @model value and I get intellisense. The ...
1
vote
0answers
213 views
Cannot load file or assembly nunit.framework when I create a new controller in MVC3
In this moment, I met a strange behaviour in VS2010. I cannot understand him.
Few days ago, I created many controllers in MVC3 application and many models.
Today, when I want to create a new ...
1
vote
0answers
464 views
Aptana Studio 3 + Visual Studio MVC 3 = not working together
I'm working on a web application, where the backend is built in MVC 3. When I run my project in Visual Studio 2010, the app is making jQuery Ajax calls to the IIS to get the data, which is then ...
1
vote
0answers
213 views
Debugging with ASP.NET MVC 3
I'm working on an existing ASP.NET MVC 3 project on Visual Studio 2010. I'm not very familiar with the technology. I've done a lot of work with ASP.NET Web Forms though. I'm trying to debug something ...
1
vote
0answers
271 views
Spark View Engine Missing Libraries visual studio 2010
I am using the Spark View engine with asp.net mvc3, gotta say I love spark bindings are awesome!
Everything works fine however development is extremely painful at the moment because any time I change
...
1
vote
0answers
911 views
Publish web on file system with VS2010SP1 results in error _CopyBinDeployableAssemblies
Cannot deploy the project to the file system.
create new project,
publish web, publish method, file system
------ Build started: Project: MvcApplication10, Configuration: Debug Any CPU ------
...
1
vote
0answers
311 views
Additional Metadata Attribute Ignored – in one instance of VS2010 but not the other
I have 2 copies of VS2010 Ultimate, one running on a box with XP SP3 and the other on Win7; both 32 bit. Both are otherwise identical, as far as I can tell.
I created a little test MVC3 project ...