0
votes
0answers
22 views

Asp.Net Web Application Deploy multiple assemblies

I'm migrating a Asp.Net WebSite to Asp.Net WebApp. But, I would like to still generating multiple assemblies when publish the WebApp as the same my old WebSite. I did some research, tried to use VS ...
0
votes
1answer
25 views

Protecting directory in asp.net is not working

I am trying to place pages in separate directories. I have set the web.config like this <location path="AdminPanel"> <system.web> <authorization> ...
1
vote
1answer
23 views

Install older NuGet package for entire Visual Studio solution

It's simple enough to install an older version of a NuGet package into a particular project (see this answer). However, I can't figure out a way to do this solution-wide. This is a common enough ...
1
vote
0answers
20 views

error CS0234: The type or namespace name 'Test' does not exist in the namespace 'SimpleDBAccess.Models'

I'm absolutely new at ASP.NET and MVC and so on. I'm trying to list in a web page the content of a SQL server database. In that way, i've created a simple MVC4 project with the followinf Index.aspx : ...
0
votes
0answers
9 views

ODP.Net support for ASP.Net projects

I used Oracle ODP.Net in VS 2010 winforms where Toolbox objects like OracleDataAdapter were available via drag & drop to the form, then configure the dataadapter and populate the dataset in ...
0
votes
4answers
54 views

Debug without step into any code in Visual Studio

Is there any tool or techniques that can capture all the variable values and output it to a text file. I'm trying to avoid using break point and stepping into the code in Visual studio for debugging ...
1
vote
0answers
33 views

Asp.NET application is supressing errors on localhost.. Why?

I am working on a web application, developing in VS 2012, and have lately been deploying fairly often to a test server. I keep a separate web.config for deployment, as I got tired of copying and ...
0
votes
0answers
20 views

ActiveX not working with Visual Studio

I created an ActiveX control on the basis of this blog It is working fine with HTML page and ActiveX control is working properly. But when I integrate it with Visual Studio it doesn't work. I mean ...
0
votes
1answer
62 views

Table Rows Disappear on Dropdown ItemSelected

Friends, This is homework. Every time I change a dropdown on a webpage, the page "resets". A row I've inserted programmatically disappears and a new one is written. I want to let the user add ...
0
votes
1answer
28 views

Syntax error on javascript due to conversion VS2008 to VS2012

Recently I installed visual studio 2012. I converted my project in the log it seems to be fine, No errors. When I look in the code in the javascript at the end of the sentence he marks the ; red and ...
-1
votes
2answers
69 views

How to retrieve files from 2 different projects in the same solution without hard code the path? [closed]

I have 2 projects under 1 solution, 1 project called adminsite, and another 1 called publicsite. What i want to achieve is, i want to retrieve some files in publicsite sub folders and use those files ...
3
votes
1answer
167 views

Why does the old value stay in this object after it is reset?

I've shown three programmers this problem and we're all stumped. I call a Sql Server stored procedure in a foreach loop and the result always is the same as the first call. Even if I hard code ...
1
vote
2answers
47 views

ASP.NET Webform shows Error.ASPX page on runtime Errors

I'm just guessing this is a simple ASP.NET question :) So here it is: I have ASP.NET solution and everytime a "Runtime" Error happens a web page called Error.ASPX is shown.(call stack shows source ...
1
vote
2answers
52 views

how to set RequiredFieldValidator to validate against specific user control which has multiple instance?

so let say i have a user control which called 7 times in an aspx file, i put field validator control in that user control, the problem is everytime i click some buttons which cause postback, field ...
0
votes
0answers
20 views

conflicting packages on NuGet, Visual Studio 2010

I am creating a Windows 7 image, for a college dept. It must include: Visual Studio 2010 the lecturers has requested ASP.NET MVC3 with Tools, and would like the image to allow a local ...
0
votes
1answer
21 views

Controlling the automatic name of a website project in a visual studio

Is there a way to specifically name a website project "Website" in a visual studio 2012 solution? For example: Create a blank solution at c:\temp\Solution Right-click in solution explorer, select ...
0
votes
0answers
23 views

Difference between building solution form visual studio by “Build Solution” or by using command utility aspnet_compiler

Is there any difference between building solution form visual studio by "Build Solution" or by using command utility aspnet_compiler -v /solution Anyone please give me explanation on this ?
1
vote
1answer
27 views

Extra Columns in Asp:GridView

I am trying to show some Details on my Web-Page using the ASP:GridView Control. Accordingly, I have added the columns that I need to show. But, every column is shown twice (Pic) in the GridView . By ...
0
votes
1answer
17 views

HTTP or FileSystem Location?

when create new WebSite or WebService in visual studio what is the difference between filesystem and HTTP location ?
0
votes
2answers
66 views

Syntax error when using if-statement to a DateTime? variable [duplicate]

I'm getting a syntax error when attempting to compile this code, and I'm not quite sure why. Could anyone help me with fixing this code? DateTime? ModifiedDate = null; ModifiedDate = ...
0
votes
2answers
41 views

ASP.net Event not Generating

Why does it happen (only some times) that when I add an event handler to a control it doesn't give the intellisense option to generate a new event handler. This results in Visual studio 2012 not ...
0
votes
2answers
28 views

Can't connect to SQL Server after 'Web Deploy' - how to debug?

ASP.NET MVC 4 website, SQL Server 2012. When I upload all files to Windows Server 2008 R2, source, web config etc, the app works fine. When I use 'Web Deploy' - which only uploads 'required files', ...
0
votes
2answers
67 views

Loan Calculator in ASP.NET from a Console Application

I just finished working on a console application in witch I created a loan calculator. My code is as follows: using System; using System.Collections.Generic; using System.Linq; using System.Text; ...
0
votes
1answer
146 views

Team Foundation Server/Service - using GIT vs TFVC

Now Team Foundation Server/Service 2012 (update 2) supports GIT - I have been unable to find any information on the actual concrete differences between using TFS with GIT - or choosing TFVC (Team ...
0
votes
0answers
19 views

Incorrect Mouse pointer behaviour in VS 2010

"This occurred before VS2010 SP1. Switching between .cs and .config/.aspx pages would result in the mouse cursor "sticking" as a pointer rather than using the correct I-beam when hovering over text" ...
0
votes
1answer
19 views

how to add an event handler to a control from a modal popup?

I'm programming in visual basic for the first time, and using AJAX - I've done this before but a couple of years ago and I'm very stuck! I have searched for topics but they all assume a knowledge of ...
4
votes
1answer
55 views

Adding the using clause to the project - beginner

I created a C# MVC project, and later added a Unit test project to it. The structure now is as follows; Solution | |_ UnitTest Project | |_ MyProject Now from the unit ...
-2
votes
0answers
27 views

Rewrite or Update ASP.NET 1.1 site? [closed]

We have an older site that was written with .NET 1.1 and are currently in talks of reworking the site. I wanted to get opinions and views on whether a complete REWRITE or simply UPDATING would be ...
0
votes
0answers
28 views

Attach to web application debug issue

I have my web app hosted on my local machine, and I try to debug it. I always use Attach to process to do this. BUT. Sometimes when I reach breakpoint and press F10 debugger just continue to run app ...
0
votes
2answers
36 views

Unable to enter back-end code of dropdownlist in VS2012

I'm trying to enter the back-end codes of the dropdownlist which i just dragged from the toolbox. I coded a dataset on the page load and i need to declare a sqldataadapter to the dropdownlist in ...
1
vote
1answer
126 views

Visual Studio 2012, Publish (Web Deploy) - Code First Migrations not changing web.config

I am using the publish tool from Visual Studio 2012 for the first time - locally as a test. I have followed this tutorial: ...
2
votes
3answers
100 views

Visual Studio Source Control / Version Control, Vault vs Git(hub) vs SVN - lone developer, best option?

Visual Studio 2012 Express, SQL Server 2012 Express, MVC 4, Code First I'm looking for a good single user source control solution. Vault vs Git(hub) vs SVN From what I've read deployment should ...
0
votes
0answers
27 views

Publishing external configuration files in ASP.Net MVC project using Visual Studio

I have a ASP.net MVC 4 web application and web.config is referencing some other external config files (e.g. ). When publishing the website only web.config gets published and none of these external ...
-1
votes
1answer
23 views

Does the web page developed in 4.0 framework will work in 2.0 framework?

I have asked to develop a web page for a website which is actually in asp.net 2.0. I got code and opened in Visual web developer express edition 2010 it prompted me to convert that web site from 2.0 ...
0
votes
0answers
16 views

How to Invoke dynamic controls that have withevents

How can I cause the following dynamic control in a module to fire off its corresponding event by invoking it from a web page codebehind. In reality i will be running a script with alot of controls ...
1
vote
0answers
31 views

Add config transform for WebSite

We do have lots of legacy sites which are built with WebSite option in visual studio rather than project. What I am trying to do now is, using TeamCity and Octopus to streamline our deployment ...
0
votes
2answers
47 views

unable to browse asp.net mvc 4 page

I'm not sure what I did, and this just happened today. I am unable to browse one of my MVC 4 applications, which I was previously able to do. There's no error message. When I right click on my ...
1
vote
2answers
140 views

Validating server side with asp.net and c#

Currently I have a website with a simple signup form in html, this is the code: <div class="grid_6 push_3 block alpha"> <div class="grid_6 form_block alpha omega"> ...
1
vote
1answer
1k views

WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive)

I'm building a web application using Visual Studio 2012. I'm attempting to add word count into my textbox. However after adding the the javascript codes and the html codes. I receive the error as ...
0
votes
2answers
50 views

Unable to locate Global asax file in web app VS2012

I'm building a web application in visual studio 2012. I meet with error such as this WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ...
1
vote
3answers
59 views

Images don't show up after VS 2012 Publish

I have created asp.net web project. I have included some files in this project. Following all CSS standards required. background-image: url('~/Images/sideheader.png') I can see all pictures when I ...
2
votes
1answer
88 views

Implementing an html/css framework with a master page in visual studio

I'm working on a website for a school project and I designed it in photoshop with 9 columns. To make life easier I want to use the 960 grid system (Custom for 9 columns) in order to build the design ...
1
vote
0answers
107 views

web application exists on both the local IIS web server and the IIS Express web server

On the surface, this looks a lot like I want to use iis 7 instead of iis express in visual web developer 2010, or Visual Studio USE LOCAL IIS WEB SERVER issue with IIS 7.5. But, my problem is that ...
0
votes
2answers
56 views

No cs file if MasterPage used

I am currently using Visual Studio 2012 to design aspx pages and have a page which uses a MasterPage which I will call it "a.aspx" for simplicity's sake, and unlike my other pages, "a.aspx" does not ...
0
votes
2answers
36 views

update 2 different table with just 1 button in asp.net

I'm trying to update 2 different table with 1 button in my web application. I'm currently using asp.net to develop my web app. I wonder if it is possible to update 2 different columns from 2 different ...
4
votes
0answers
102 views

ASP.NET sass/scss compilation at run-time and at compile-time?

I am searching for a solution for compiling my .scss files at run-time and at compile-time. The reason I need both is that our designers work on Macs and prefer the ease of having their .scss files ...
0
votes
3answers
63 views

Unable to display item from microsoft sql server out on gridview via dataset

I'm not able to display out the values i have added into my SQL database. Here is my code i have used. The initial idea was when the user entered the particular page , by default it will display out ...
0
votes
1answer
28 views

JQuery UI & Cordova & ASP.NET

Hello Ladies and Gents, I just need to get my head around this, am I correct in saying that in theory, I could create an ASP.NET website, use JQuery Mobile to provide my mobile interface consistency ...
-3
votes
1answer
67 views

Visual Studio URL ReWrite

I am wanting to rewrite .aspx pages in Visual Studio to .html pages throughout the entire solution. Is there an easy way to do this using the web.config file or .htaccess file?
1
vote
1answer
116 views

The server tag is not well formed, gridview not fit to screen

I'm having this server tag is not well formed problem when i added this code Width="100%" into my source of my aspx file. My gridview is not fitting to page. Hence, the Width="100%" was one of the sol ...

1 2 3 4 5 45