0
votes
0answers
11 views

How to inherits differents models in the same view in ASP MVC

I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005. I am using also Entity Framework and Code First Method. I have a partial View 'Gestion.ascx' which contains a Form ...
0
votes
1answer
42 views

Retrieve values from View and save it in a list in ASP MVC 3

I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005. I am using also Entity Framework and Code First Method. I want to save values selected or entred in my view (in the form) ...
3
votes
1answer
55 views

Values are passing NULL when I record in the base in ASP MVC , SQL and Entity Framework

I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005. I am using also Entity Framework and Code First Method. My problem is that the values are passing NULL when I want to ...
0
votes
1answer
61 views

How to insert in your base using parameters from different Views in ASP MVC

I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005. I am using also Entity Framework and Code First Method. I have a view which contains a PartialView. That's mean when i ...
1
vote
1answer
40 views

How to add a record to a table using parameters from differents View in ASP MVC and SQL

I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005. I am using also Entity Framework and Code First Method. I want to add a record to the table 'Gamme' in my base. The ...
0
votes
4answers
56 views

How to use parametres from differents models in the same View in ASP MVC 3

I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005. I am using also Entity Framework and Code First Method. I have a partial view that inherit from a Model View ...
2
votes
3answers
80 views

Values passing NULL in ASP MVC

I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005. I am using also Entity Framework and Code First Method. I want to upload data from a table (from my base) in a ...
0
votes
2answers
64 views

NullException appears when the page is opened in ASP MVC

I am developing an ASP.Net MVC 3 application using C# and SQL Server 2005. I have created a button which will appear a fieldset when it will be clicked on (and that using a Jquery affect slide down). ...
0
votes
2answers
41 views

How to create two DropDownList from differents model in the same view using ASP MVC SQL and EF

I am developing an ASP.Net MVC 3 application using C# and SQL Server 2005. I am using Entity Framework with a code-first approach. I have a model Profile_Ga with it Views(Index,Create,...). I ...
0
votes
2answers
60 views

Partial View with empty page ASP MVC 3

I am developing an ASP.Net MVC 3 application using C# and SQL Server 2005. I am using Entity Framework with a code-first approach. I have an interface for the LOG ON (connection) which is related to ...
0
votes
0answers
25 views

How to manage the logged session with ASP MVC, SQL Server and EF

I am developing an ASP.Net MVC 3 application using C# and SQL Server 2005. I am using Entity Framework with a code-first approach. I have an interface for the LOG ON (connection) which is related to ...
0
votes
0answers
34 views

How to manage session in ASP MVC using SQL and EF

I am developing an ASP.Net MVC 3 application using C# and SQL Server 2005. I am using Entity Framework with a code-first approach. I have an interface for the LOG ON (connection) but it is not ...
0
votes
2answers
48 views

How to show the current user using ASP MVC and EF

I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005. I am using also Entity Framework with Code First Method. I have an interface for the LOG ON (connection) which it is ...
0
votes
1answer
18 views

Adding a project to an existing mvc 3 solution and sharing functionality between them?

I had created an dynamic questionnaire application (using MVC 3) for one program within an organization. The application implements single sign-on and contains 4 screens (11 total views /partial ...
0
votes
1answer
47 views

jQuery is Undefined as soon as .net solution is run

VS 2010, C#, MVC 3, jQuery 1.8.1.8. Project compiles fine on another developer machine, and I'm trying to set up mine to work. On Run, I get an error message "Microsoft JScript runtime error: ...
0
votes
0answers
26 views

How to debug , when we run the project as different user?

I right click on Internet Explorer and selected the option Run as Different user. Then it asks for credentials. After that I entered URL of my localhost. It runs the site but i am not able to debug it ...
0
votes
0answers
14 views

Visual Studio 2010 Timeout issues (MVC3 Account Model)

I a using the default ASP.Net log-in functions for my MVC3 website, when debugging and attempting to log in I receive a timeout error that alerts me that the 'Account' model is taking too long to ...
0
votes
2answers
41 views

asp.net MVC 3 solution doesnt work after opening in VS 12

I created an asp.net MVc 3 application using Visual studio 2010. It was working fine. I uploaded to hosting which has asp.net MVc 3 installed and it worked. I opened this MVC 3 solution in visual ...
0
votes
1answer
36 views

How to filter Logging in ASP MVC?

I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005. I want to customize my interface depending on the type of user logged. I was following this tuto in the microsoft site and ...
0
votes
1answer
28 views

Error of Database.Table Objet is invalid

I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005. I've created 2 models (User & Poste) with their controllers (UserController & PosteController) thanks to the method ...
0
votes
1answer
55 views

WebDev.WebServer40.exe - Assertion failed

I've just taken over 2 MVC Projects, and I haven't worked on MVC much before. It's supposed to be MVC3, and for both projects, when I try to run, I get the following error: "WebDev.WebServer40.exe - ...
0
votes
2answers
81 views

ASP MVC 3 : record in the database using Forms

I am trying to develop an application ASP MVC 3 using the C # language and the Visual Studio 2010 and SQL Server 2005 data. I want to make records in my database, but I can not because the parametres ...
1
vote
1answer
27 views

Referencing Minified Content in Asp.Net / MVC

We have dozens of scripts referenced in our web pages (MVC). To optimize the site if i minify and merge all scripts into one file , do i need to update those dozen references in each webpage with ...
4
votes
2answers
42 views

How to manage ASP.NET parameters and Javascript keys

So here is my scenario. Im using ASP.NET MVC 3 along with HTML, CSS, JavaScript/JQuery to make a web application. Im using Visual Studio 2010 We have already released the product (its in 1.0), ...
0
votes
0answers
133 views

The project type is not supported by this installation… vs2010 mvc3

I'm trying to open a mvc3 project on my system, but I'm getting an error message in a popup saying 'one or more projects were not loaded correctly .please see the output window for details' and when I ...
2
votes
1answer
63 views

Any way to set breakpoints in MVC3 ASPX views?

I recall in Scott Gu's Razor announcement mention of full debugger support for Razor views; and I have appreciated being able to set breakpoints in Razor views, also bumped into not being able to set ...
0
votes
1answer
67 views

NetOffice-Read word document as HTML

I'm using Visual Studio 2010. C# programming language; .NET framework 4.0 For reading word documents, I'm using NetOffice 1.5.1.2 libraries. In my controller: NetOffice.Factory.Initialize(); ...
0
votes
1answer
40 views

Is there a way to get CSS class defintions from the VS2012 CSHTML code editor?

Is there a way to click on a CSS class in the VS2012 View code editor to get the class definitions, like "Go to definition" for Classes etc. Thanks. EDIT: Linked to this question is how to ...
0
votes
1answer
102 views

ASP MVC3 adding primary key that doesn't exist in database

I am trying to add a table by the name of AgentId to my ASP MVC site. This table does not have a primary key, but it does use a foreign key to map it to another table, BankMasterList. One agent may ...
0
votes
1answer
53 views

VS2010 Code First MVC3 SQL default Logfile.ldf name format ignored, creates second logfile_log.ldf file

Using VS2010 code first and SQL Server 2008r2 with an MVC3 webapp, the SetInitializer creates a db as expected when missing or on model changes. The db created has the filename format database.mdf ...
2
votes
3answers
85 views

Bug in VS2010 ASP.NET MVC application?

I created a JavaScript file to use in my ASP.NET MVC3 application and it was working ok, until I made a change in it. Now my app is using my previous JavaScript code, which doesn't exists!!! I've ...
0
votes
1answer
221 views

creating a virtual directory is only supported on the local iis server error in vs 2010?

This question was already asked on StackOverflow question , but my scenario is a bit different . My asp.net mvc3 application was configured to run on "http://localhost:2030/" and was working fine ...
0
votes
0answers
15 views

Determining Extension Requirements for VS 2010 Project

When I open up a solution that was created by another developer some times they have used extensions that I do not have installed. This will cause Visual Studio to fail to load the project with the ...
1
vote
0answers
157 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 ...
0
votes
2answers
50 views

VS2010 Adding a breakpoint in RazorGeneratorMvcStart

When I attempt to debug my MVC 3 app a breakpoint is automatically added in the static class RazorGeneratorMvcStart at in the static Start() method at the line: ViewEngines.Engines.Insert(0, ...
3
votes
2answers
160 views

ASP.NET MVC Custom View Path breaks Visual Studio shortcuts

I've seen a lot of articles on how to change the default paths for an ASP.NET MVC project so you can relocate or rename your Controllers, Models, and Views folders by extending the RazorViewEngine and ...
0
votes
0answers
43 views

mvc controller creation

While creating an MVC3 project, I got this problem. I created Movies.cs and while creating the Controller for this Model, I did the following. Right-click the Controllers folder, and select Add and ...
0
votes
1answer
262 views

Compilation Error: “higher version than referenced assembly ”

I got error on my view page so I updated my visual studio to mvc4, though I am working on mvc3. I 1st updated using NuGet but it don't works so, I updated through standalone MVC4. so it worked. But ...
1
vote
0answers
73 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
1answer
96 views

Prevent cancelling Password change process in MVC 3 Web Application

Here is my problem. My app has login page, password reset page and profile page. Password reset page and profile pages cannot access without authentication. I have use [Authorize] for profile action ...
0
votes
1answer
75 views

Is it inefficient to run VS2012 and my SQL Server on the same machine? [closed]

I am developing a ASP.NET MVC4 application that runs on Azure. I use simple membership for authentication and my data is mostly stored in tablestorage. This includes the source for web pages which is ...
-1
votes
1answer
118 views

Saving PayPal Transaction ID into database [closed]

I am working on an application that requires users to register into the website. During registration, there is a subscription that a user must choose. For that there is a Paypal "Pay Now" button. Upon ...
0
votes
0answers
60 views

VS2010 mvc3 - linq to entites, web deployment in IIS..help please

I am trying to deploy my mvc3 application in IIS using publish feature, I am using : publish method : Web Deploy Service URL : localhost : port no. Site Application: Default Web Site this is my entry ...
3
votes
5answers
212 views

Getting started with C#, how to Debug .NET 4.0 MVC3 Project?

I am trying to self teach myself C# and wondering if anyone can help me with what seems to be a basic C# question. I created a C# file with this code, started debugging but don’t see “Hello World” ...
1
vote
2answers
634 views

The type 'ModelClientValidationRule' exists in both dlls

I downloaded source code of example written in asp.net mvc3 visual studio 2010 Open solution file by visual studio 2012. It coverts source code to 2012 and opens solution. When I build solution got ...
1
vote
1answer
134 views

Twitter Bootstrap syntax errors

I have configured Twitter Bootstrap with my Asp.net MVC 3 application.But when I look at the bootstrap.css It's having lot of syntax issues like shown below. I am using Visual studio 2010 with CSS 3 ...
2
votes
1answer
599 views

Can't use PagedList.Mvc in MVC 3, Visual Studio 2010

I'm building a MVC 3 web using Visual Studio 2010. I want to paging data, so I use PagedList. It works well. Now, I need to create a navigation between pages, I use PagedList.Mvc to get HtmlHelper for ...
0
votes
1answer
250 views

How do I connect asp.net mvc to a non-local mySQL database?

I have added this connection information into both the Webconfig in the same file level as the views folder, and the one in the views folder. It is also in the Web.Debug.config. ...
1
vote
2answers
170 views

HttpCompileException was unhandled by user code. Error code: CS0433

I GOT AN ERROR LIKE: d:\Temp Works\31_1_2013\CRMEvent\CRMEvent\Views\CRMDashboard\RecentRequests.ascx(4): error CS0433: The type 'System.Web.Helpers.WebGrid' exists in both ...
0
votes
2answers
49 views

Outputting a LINQ query which has a join

I am having problems getting a LINQ statement to output into a list in ASP.NET written on Visual Studio 2010. The function below attempts to search for the relevant DVD in it's data source and outputs ...

1 2 3 4 5 11