Tagged Questions

5
votes
6answers
7k views

Crystal Reports for Visual Studio 2010 Error

I am trying to run a crystal report from my web application which was built using ASP.NET 4.0 and Visual Studio 2010. I have installed the following from the SAP site ...
5
votes
2answers
3k views

ScriptRessources Error : This is an invalid script resource request

We catch this error sporadically. Does anyone know what could it be? The URL give by our error logging get this weird url for this error : ...
5
votes
1answer
3k views

ASP.NET 4.0 Rendering problems with the menu control after removing of controlRenderingCompatibilityVersion=“3.5”

I am actually migrating websites to ASP.NET 4.0, having problems with the new rendering of menu controls. My websites make heavy use of nested menus. Hover effects are used and the layout is defined ...
4
votes
4answers
18k views

Default.aspx with IIS 6.0 and .Net 4?

We have deployed a .net 4 asp.net site on IIS 6.0. Default.aspx is configured as one of the default document. When we access the site using the following url http://testsite We expect it to ...
3
votes
1answer
327 views

Precompile a asp.net4 mvc3 website using visual studio 2010

What is the best way to pre-compile a asp.net4 mvc3 website with all its view files using visual studio 2010? I'm a little confused because MS provides multiple solutions that sound very similar. ...
3
votes
2answers
749 views

What version of ASP.NET MVC 2 do I install on my Web server if I developed a solution using ASP.NET MVC 2 on Visual Studio 2010 Beta 2?

If I develop a site using the version of ASP.NET MVC 2 that ships with Visual Studio 2010 Beta 2, what do I install on my Web server to get to run correctly? From what I've gathered, there are two ...
2
votes
1answer
107 views

How do I set Filestream from an fileupload control?

This is my code and I can't seem to get the file I have in my FileUploadCotrol into the FILESTREAM. // The buffer size is set to 2kb int buffLength = 2048; byte[] buff = new byte[buffLength]; int ...
2
votes
1answer
108 views

Creating a composite key in VS2010

I've got a conjoining table, which I need to insert into with LINQ. But I can't insert into it because it has no primary key. I created a "Unique Key" which is a composite in the VS2010 table ...
2
votes
2answers
152 views

Who plans to go back to using Web Applications in ASP.NET 4.0?

So, it looks like Microsoft has gone back to pushing Web Application Projects* in ASP.NET 4.0. If you are like me, you converted to Website Projects in 2.0 and have never looked back. I recently spent ...
2
votes
1answer
4k views

ADO.NET EntityObject Generator

I've just installed VS.NET 2010 and discovered that ADO.NET EntityObject generator exists as a new item. Do u have more docs on it? i surfed on the net, but i found only two urls' speaking about ...
1
vote
1answer
48 views

Global.asax code not firing

I have as ASP.Net 4.0 application that I added a custom route table to in Global.asax. It was working fine for a while. I needed to change one of the routes to point to a new webpage and I did so in ...
1
vote
1answer
36 views

jQuery issues in ASP.Net Master-Child page scenario

Having issues getting jQuery to work in this scenario: Visual Studio 2010 .Net 4.0 Framework jQuery 1.7.1 (also tried 1.4.1) I created a default ASP.Net Web Application in VS2010 allowing the tool to ...
1
vote
0answers
42 views

Tool to update ASP.NET Web.config from 3.5 to 4.0

I'm in the middle of updating some applications from ASP.NET 3.5 to 4.0. The Visual Studio 2010 wizard does a nice job of converting the project file and the web.config, but I have several other ...
1
vote
1answer
44 views

How can I access “Visual Studio Conversion Wizard” for a WebSite?

I'm using this article to convert my ASP.NET 2.0 web application to an ASP.NET 4.0 application. However, the article states that I will be prompted to change to .NET 4.0 when I open up my ...
1
vote
1answer
31 views

vs2010 and ajaxcontroltoolkit 4.0 issue

I installed AjaxControlToolkit 4.0 and have been trying to use the extenders, but when I try to drag the controls to the HTML markup nothing shows up. Is there a step I am missing?
1
vote
0answers
277 views

Web User Control Library in VS2010 & .net 4?

Is it possible to somehow load Web User Controls from another project / class library using Visual Atudio 2010 and ASP.NET 4.0? I only found THIS (all the other are for VS2008 & ASP.NET 2.0 or ...
1
vote
3answers
239 views

VS2010 Intellisense on class files

I have a Web Application Project that I'm working on. My solution looks like this : ./MyProject/ ./MyProject/dataobjects.cs <- no intellisense ./MyProject/sqlquerying.cs <- no intellisense ...
1
vote
1answer
93 views

EntitySet<T> in LINQ to SQL- using it and removing it

I've got a pair of tables in my database. One of which has a primary key (a simple numerical ID), the other has that ID as a foreign key. The first table has suddenly gained an ...
1
vote
2answers
1k views

How to precompile ASP.NET 4.0 to a Single DLL with VS 2010

I recently upgraded from VS 2003 where I was working on a ASP.NET 2.0 website to VS 2010 where I have migrated to ASP.NET 4.0. So far it has been a big headache to get my site compiling with the new ...
1
vote
1answer
649 views

Problem publishing web site ASP.NET 4.0

I'm trying to publish a simple site with Visual Studio 2010. I use Web Deploy. I'm getting the following error: Error 1 Web deployment task failed.(Object of type 'dbFullSql' and path 'Data ...
1
vote
2answers
383 views

Problems with unit testing in asp.net mvc?

UPDATE: SO I am getting the error whenever I have all meta tags like HostType,AspNetDevelopmentServerHost,URLToTest. So when I comment these tags I can run the test but I need to have these tags to ...
1
vote
1answer
124 views

ASP.NET 4.0 Deployment package include

The build Deployment package feature of Visual Studio 2010 doesn't copy the App_GlobalResources directory from my ASP.NET 4.0 WebForms application. I know I can use for example ...
1
vote
1answer
688 views

ASP.NET 4 UpdatePanel and IIS7 Problem

I have an ASP.NET 4 webpage that contains an update panel which just allows me to add a few items to a drop down list without reloading the entire page. The page works fine on the Visual Studio 2010 ...
1
vote
2answers
2k views

How to enable 'Add Config Transforms' for old Visual Studio 2008 project?

I am working in the new Visual Studio 2010 RTM and I would like to use web.config transforms. My site is configured to use .NET 4.0 but it was formerly a Visual Studio 2008 web application project. ...
0
votes
3answers
27 views

My website is localized, but I'm having trouble displaying the current date in asp.net 4

I'm not a programmer, but I developed a small company website in Visual Studio. I want to display the date -- in specific culture format -- on the master pages. I have this at the top of one of my ...
0
votes
1answer
20 views

asp:Button isn't processed by server

On my page I am trying to put up a button inside an asp:ListView <asp:Button runat="server" OnClick="button_Click" Text='<%#Eval("Name") %>' /> My bound collection has 2 items so ...
0
votes
1answer
33 views

ASP.NET special characters in URL (colon) not working even with requestPathInvalidCharacters=“”

I need to pass a colon within an URL in ASP.NET, like "http://mywebapp.com/Portal:Main/". Wikipedia does this a lot, and colons are valid URL characters according to the RFC. I've found this SO ...
0
votes
0answers
56 views

ASP.NET 4 Horizontal Navigation showing Vertical in Visual Studio 2010

I'm currently experiencing problems with Visual Studio 2010/ASP.NET4's Menu navigation. The Menu is being displayed horizontally only in my web browser. When I view the Master/Default page in ...
0
votes
1answer
83 views

Unable to Connect to the ASP.NET Development Server VS2010

I realise this question has been asked many times before and I've tried pretty much every solution out there but I still keep getting this annoying error. I've tried killing off the ...
0
votes
1answer
160 views

The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine error in windows server

I am using a excel reader to read contents from the excel, string connectionString = "Provider=Microsoft.ACE.OLEDB.12.0; Data Source=" + filePath + ";Extended Properties=Excel ...
0
votes
1answer
41 views

System.Transaction in VisualStudio 2010

I am using Visual Studio 2010/.net 4. I want to do something inside 'TransactionScope' BUT I dont have System.Transaction support!! Does anyone know whats wrong here??
0
votes
1answer
82 views

How do I skip certain files (or should I?) when deploying with MSBuild/MSDeploy?

I'm using this command to build and deploy my site: MSBuild myprj.sln /P:Configuration=Debug /P:DeployOnBuild=True /P:MsDeployServiceUrl=http://myserver/MsDeployAgentService ...
0
votes
1answer
108 views

ASP.NET Programatically enabling Output Caching does not work -> Why?

why, in the below aspx and code behind, when Output Caching is enabled programatically (enabled in code behind), it does not work and has a problem? aspx : <%@ Page Language="C#" ...
0
votes
3answers
108 views

ASP.Net application is not breaking on break point

All of sudden my application is not breaking on the break point. I have tried the solutions given in this link but of no use. PS: However, it is breaking on the default.aspx
0
votes
2answers
139 views

Button not causing postback

I've got a Button, with the corresponding aspx being this: <asp:Button runat="server" ID="checkall" OnClientClick="setAllWeeks(true);" AutoPostBack="true" Text="Check All" /> This is ...
0
votes
0answers
19 views

Viewing a WebControls.Table in debugger in VS2010

I've got a problem with some code relating to accessing things inside a table in Visual Studio 2010. When I break on the problem line, and view the table variable in the "Locals" window, how do I see ...
0
votes
1answer
257 views

vs 2010 .net source code debugging

I tried to set up debugging .net source code in vs 2010 (Ultinate SP1Rel) (Framework 4) for my web application asp.net 4.0. In debug mode in "modules" window I see that all symbols loaded. But i can't ...
0
votes
2answers
31 views

building asp.net 4 project with asp.net 3.5

I have created a web application project in asp.net 4.0 and I am trying to build it by setting Target framework 3.5. how can I set the target framework to 3.5 and build this project in visual studio ...
0
votes
1answer
172 views

How to speed up compilation of 30+ languages ASP.NET Web Site in VS.NET 2010?

Recently, I added a massive amount of new languages (as RESX files) to an ASP.NET Web Site project in VS.NET 2010. The project has approximately 50 ASPX pages and did build rather fast, before I ...
0
votes
2answers
109 views

ASP.Net 4.0 - Add Custom Task To Build

I'm using VS2010 and writing an ASP.Net 4.0 app. I'm using DataServices and there's an annoying bug where the compiler every once in a while can't compile successfully unless you make some sort of ...
0
votes
1answer
670 views

Error browsing web service and how to configure web site in IIS 7.5

I have a problem. We recently migrated our web site solution from asp.net 3.5 to asp.net 4.0. The web site have a web service that I have added a new method to. On my local machine (Windows 7, VS ...
0
votes
1answer
380 views

Visual Web Developer Express 2010 doesn't save changes made to contents of Ajax Toolkit Tab Container in design view

When editing the contents of an AJAX Control Toolkit Tab Container in VWD Express 2010: Sometimes the changes are saved ok, sometimes extremely slowly & sometimes not at all. A "page changed" ...
0
votes
0answers
75 views

Default Page for a Site in ASP.NET 4.0 Not IIS

Is a quick question, I've been searching around with no luck, I'm a newbie in ASP.NET webforms. Is there any way to set the default page for a site, meaning, when I Send a Get for ...
0
votes
3answers
3k views

Unable to use IIS7 with Visual Studio 2010, MVC2.0 and NET4

Here is my environment Windows7, Visual Studio 2010, MVC2.0 and NET4 My default web site is configured to use ASP.NET v4.0 application pool. Here is an easy way to reproduce my problem Create a new ...
0
votes
0answers
174 views

Is there a better way to share master pages now that VS 2010 and .Net 4 are out?

I'm trying to find a better way to share a master page than the old method of using Web Deployment Projects and a really nasty master page to share master pages between applications. I would think ...
0
votes
1answer
552 views

AJAX change in .NET 4: Sys.Services.AuthenticationService

I'm testing my existing apps in VS 2010, and ran into my first break. ASP.NET AJAX authentication support has changed. ...