2
votes
1answer
167 views

Convert MVC 2 ASPX into MVC 4 Razor view engine

I am currently working on MVC 2 with visual studio 2010 and view engine as ASPX kind of project. So I have decided to move with Visual studio 2012 with MVC 4 and view engine as Razor. So could I ...
1
vote
2answers
145 views

Disable message if application is running from Visual Web Developer Express 2010 using IE10

ASP .NET 3.5 MVC2 application is running from Visual Web Developer Express 2010 by pressing F5 All pages are served from localhost. Default browser is Internet Explorer 10. after clicking in some ...
0
votes
0answers
103 views

Issue with ASP.NET MVC2 and Oracle 10g Oracle.DataAccess.dll on Visual Studio 2010

I developed the ASP.NET MVC2 application on Visual Studio 2010 in a windows 7 64bit and tried to connect to the Oracle 10g database. When i run I get this error shown below. Oracle.DataAccess.dll ...
0
votes
3answers
184 views

CacheInstaller.exe has stopped working

I am having below mentioned issue when I am running Asp.Net MVC 2 project on windows Azure emulator (dev environment) I have installed Windows Azure SDK for .NET - October 2012 version and I am using ...
1
vote
3answers
1k views

Session state can only be used when enableSessionState is set to true either in a configuration

I am working on Asp.net MVC 2 app with c# by using vs 2010.I am having below mentioned error when I run my app locally under debug mode. Error message image is as below : Error message text is as ...
0
votes
1answer
116 views

Windows Azure Project is not loading

I am having below mentioned issue when I am running The Azure Project on Emulator. Below mentioned error popup is not coming always. It's appearing Time to Time Sometimes my Azure project loads as ...
6
votes
2answers
726 views

This is not a valid location for a breakpoint

I am trying to put a breakpoint on below mentioned page in my ASP.Net MVC 2 application's .ascx or .aspx files in Visual Studio 2010. But it won't let me, it shows: "This is not a valid location for ...
0
votes
1answer
340 views

Visual Studio 2010 unable to disable CSS Validation (after removing validation options)

Hoping I can get some idea on troubleshooting this problem. At the end of the build sequence on this solution I am working on, I get a list of Errors that have occurred due to CSS validation failed. ...
-1
votes
1answer
46 views

What is MVC? Is it a default style of some apps? [closed]

What is MVC really? Is "model-view-controller" basically the way all ASP.NET programs in Visual Studio are made? Is it the default way WPF applications are arranged?
0
votes
1answer
74 views

How to profile aspx view

Controller code: public ActionResult Index() { var start = DateTime.Now; var view = View(new DetailViewModel()); // var view = new ContentResult() { Content = "Done" }; var endTime = ...
-1
votes
1answer
350 views

How to reference .html page from .aspx page in the same VS2010 solution?

This question has to do with the MVC framework and file arrangement conventions within the MVC project folders in VS 2010. It also has to do with filename\path conventions for project files ...
1
vote
2answers
572 views

Display a “Back” button, only if there is a back (MVC)

Right now I'm using <a class="bottomNav" onclick="history.go(-1); return false;" href="#">Back</a><br /> But then it will always be displayed, even when the "back" button won't lead ...
0
votes
1answer
71 views

in a ASP.net MVC 2 how Separate the Main DLL?

We are developing a web application with Entity Framework, MVC2, VS2010. VS2010 generates one large DLL when compiled. Is there an option or way for VS2010 to separate the project in two by generating ...
1
vote
1answer
666 views

Create RDL(C) with WCF datasource for ASP.NET MVC2 using Visual Studio 2010?

We've got two C# apps, one providing several WCF web services and the other, an MVC 2 web app, consuming them. We plan for the web app to provide numerous reports based on existing or new operations ...
0
votes
1answer
3k views

Tutorial on consuming WCF 4.0 with Asp.net in Vs2010

I want a good tutorial with WCF on VS2010. This service will be consumed in an ASP.Net Mvc 2/3. The development will be done in VS2010. This is a good start, but still not exactly what I need. Can ...
0
votes
1answer
188 views

Telerik StyleSheetRegistrar() MVC 2 VS2010

Help me, I just begin for trying telerik, but i have an error in register the StyleSheetRegistrar, here is the code : <%= Html.Telerik().StyleSheetRegistrar() .DefaultGroup(group => ...
0
votes
1answer
56 views

Expected database model is inconsistent in real-time

In this question, I was facing an issue where I was writing an update for a deployed application to bring the database up to date with the newer version we are deploying. Basic outline as follows: ...
0
votes
1answer
2k views

Create custom reports with crystal reports and entity framework 4

I want to allow users of a asp.net mvc 2 application, creating dynamicly reports. In a SQLServer Database is a table with all tasks for a user. Every task depends on a project and a user. What I want ...
0
votes
1answer
211 views

asp.net mvc 2 client side validation for website url

I have a view where I have a textbox where the user can enter url and process the request. What I want to do is to include client side validation that the url is in a proper format. Here is what I ...
0
votes
1answer
74 views

mvc view is not populating with data [closed]

I am trying to populate a view from a controller. Here is what I am trying to do. I am filling in a dictionary with data and then I am putting that data in a viewdata: Dictionary<string, ...
1
vote
2answers
248 views

What's the easiest way to write a unit test that sends Request.Form data to my controller?

Basically I want to set 20 or so Request.Form values, send a POST to my controller, and then check the result. I found a couple articles such as this one which describe how you can do this with a ...
0
votes
0answers
52 views

Is there any way to show classes as residing in different “layers” in a visual studio class diagram?

I am adding class diagram to try to improve navigation to various files in a subproject within a large solution. The sub project spans several visual studio projects. I basically am wondering if there ...
1
vote
2answers
842 views

Conversion of MVC 2 project in VS2008 to VS 2010.. failure on one project.. Project type wrong?

So I'm trying to take a VS2008 MVC1 project to MVC3. Here are the steps I'm trying to do. Use conversion to to convert vs2008 mvc1 to vs 2008 mvc2 (success) Tool: ...
0
votes
2answers
132 views

Changing a model's datasource in MVC2 for release?

If you're anxious to get to the point of this, just skip to the last paragraph. I'm totally new to MVC2 and I've been tasked with creating a database management application with it. After spending a ...
3
votes
2answers
2k views

Publishing Website on Visual Studio 2010 fails (MVC3)

I am trying to publish the website using Publish option provided in the properties of the solution Explorer in Visual Studio 2010 but I am getting errors , below is the error: Error 1 Copying file ...
0
votes
1answer
85 views

Include aspx in the static analysis (FxCop) of an MVC website

I am doing static analysis for a MVC v2 website build with .net 4. I have compiled the website and ran FxCop on the resulting dll, but then I realized that the dll does not contain the code in the ...
0
votes
2answers
139 views

How to iterate through all MVC Action Handlers to ensure they're in a SiteMap?

I'm working on writing a non-trivial "unit test" (perhaps better called a "UI test"?). In this case, I think I want a test that (reflectively?) finds all appropriate action handlers and then verifies ...
0
votes
1answer
56 views

How to track a server error's lifecycle in MVC2?

I am trying to debug a weird issue I am experiencing with a MVC2 solution I inherited from previous developers. The issue is that if, for instance, I remove a necessary semi-colon from Site.Master, I ...
0
votes
1answer
34 views

Inherited ASP.NET MVC2 solution; server errors being rendered as garbage text?

I have inherited an ASP.NET MVC2/VS2010 solution from a previous developer. In playing around with it I quickly realized that any and all server errors are not being displayed as such. They seem to be ...
1
vote
1answer
152 views

Organizing MVC2 Views with a subdirectory

We have a fairly large MVC project with a large number of views and partial views (display/editor templates). Pretty much 95% of our UI is in our templates, our aspx views are just placeholders that ...
1
vote
2answers
407 views

Visual Studio ASP.NET MVC debugger keeps quitting when I instantiate a new object

I being for the last 12 hours trying to understand why this is happening. I am working in a ASP.NET MVC (C#) application where I created an abstract class that has base information for all the ...
1
vote
2answers
800 views

How to pass complex data as model from view to controller in mvc 2

I have following in database (and I use them as models): Category { long id; string name; long subcategoryId; } Subcategory { long id; string subName; //other data } I get data from db with Entity ...
1
vote
0answers
89 views

How do I create a code snippet that appears on the current line?

I'm trying to create an HTML code snippet for vs 2010. The snippet so far is: <Code Language="html"><![CDATA[<%= this.Resource("$resourceKey$") %>]]></Code> However when I ...
1
vote
2answers
1k views

WCF, MVC2, obtaining access to auto generated WSDL and working through default endpoint not found issues

I’m trying to run a very basic web service on the same IIS7 website that runs a MVC2 application. This is presenting a couple of different issues, and I believe it has to do with my ...
2
votes
2answers
469 views

ASP.NET MVC Add View Dialog closing

Recently a large project I work on started having a problem with the Add View dialog. When clicking the Add Strongly-typed View checkbox, the spinner comes up the first time for about a second or ...
0
votes
2answers
266 views

Deploy ASP.NET MVC2 app to IIS6, from a CD, WITHOUT web deploy

So I need to deploy an ASP.NET MVC2 web app, developed with VS2010, to IIS6. The server on which it will be installed does not have Web Deploy installed on it, and while I do have administrative ...
0
votes
2answers
718 views

Visual Studio 2010 DevServer gives me 403 error

I have a C# MVC project created in Visual Studio 2010 Professional (VS) on Windows 7 but I am not able to run it and debug it in VS. VS gives me: Unable to connect to the ASP.NET Development Server ...
9
votes
4answers
9k views

Visual Studio 2010 Local SSRS Report (.rdlc) with Object Data Source

Good evening everyone -- I'm completely stumped on something and hope that y'all will be able get me on the right track. I've created more projects using ReportViewer 2005 and 2008 in local ...
2
votes
0answers
948 views

How to set a breakpoint in a ASP.NET MVC 2 view?

I am trying to put a breakpoint in the code of a View in a ASP.NET MVC 2 project but Visual Studio complains that: "This is not a valid location for a breakpoint" I have tried multiple ways to ...
7
votes
3answers
794 views

How can I reinstall MVC2 in VS2010 Ultimate?

Some how I lost MVC2? I have MVC3 bit 2 is goner. I have uninstalled and reinstalled with no success.
0
votes
1answer
219 views

Lost Intellisense in MVC. Help!

This is somewhat bizzare. I've migrated my VS2010 solution to a new PC. Everything is fine, solution runs, however MVC extension methods are not showing up in Intellisense! I am at a loss. I've ...
2
votes
1answer
135 views

What's the best practice approach to handling a mobile version of your asp.net mvc 2 app

The beauty of MVC is the separation of concerns, especially coming from the Asp.net webforms world. I now have an MVC site with the Controllers, the actions, the model, and the views. Looking at my ...
0
votes
1answer
463 views

How do I customize view templates in ASP.NET MVC using Visual Studio 2010?

When I add a new strongly-typed view in VStudio 2010, I get fields layed out like this. <div class="display-label">Id</div> <div class="display-field"><%= Html.Encode(Model.Id) ...
0
votes
3answers
6k views

How to create a Web Setup project in VS 2010 for a MVC2 application?

I need help to create a Web Setup project for an MVC2 application I made at home, since I have VS 2010 there and I need to show people at the office, who have VS 2008 + sp1 + MVC2. Thanks
1
vote
1answer
129 views

I dont understand part 3 ' Building the Model' of the nerd dinner tutorial

I went through the Nerd Dinner asp mvc 1 tutorial at this website. However, I am using asp mvc 2 although they say to use mvc 1(for some reason I dont think this is an issue), and didnt know where to ...
0
votes
1answer
155 views

expecting a ';' or an invalid '/'

This is probably something really simple that I am blind to see, but the errors being given are to vague to tell me where to look. This line is telling me it is expecting ';' <%@ Control ...
2
votes
2answers
135 views

My .net mvc Spark Views are not deployed on the server via MsDeploy (TFS 2010)

I don't understand.. When I build/deploy my .net mvc project in TFS 2010, all my Spark View (.spark files) are not deployed (Buil/deploy is OK). I have to configure something to deploy these views ? ...
9
votes
1answer
3k views

How to reinstall MVC 2 tools for VS2010?

I accidentally uninstalled the Asp.Net MVC 2 Tools for Visual Studio 2010. How can I reinstall it? The MVC2 download only seems to include the VS2008 tools. Everything I've googled says that MVC 2 ...
0
votes
0answers
900 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 ------ ...
7
votes
4answers
5k views

ambiguous reference

i removed a project in my solution and then later readded it. since readding it.. i'm getting an "ambiguous reference" error now which i cant remove. viewing the implementation of the class (which is ...

1 2 3 4