MVC :: VS2010 And The MvcBuildViews Setting Don't Work Together

Sep 23, 2010

I was having a very strange transient error after upgrading our project to VS2010. After days of severe frustration I've honed in on the problem... [URL] It appears that there's a laundry list of people running into rough the same issue: adding the "MvcBuildViews" to the project in VS2010 (or, in my case, if it was there before upgrading) causes a weird error the suddenly appear in the build output... but only some of the time (!):

Error 410 It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. web.config 100 Given that most/all of the results from that search above are about people having this error, I believe it's safe to say there's a known issue requiring a fix or workaround. Can someone from MSFT please update on an ETA for this fix and/or post a known workaround? If it's necessary that I contact Microsoft PSS I will do so, but I'm hoping I can avoid that since it will be time-consuming...

View 4 Replies


Similar Messages:

IIS Configuration :: Crystal Reports Work On Local Machine But When Upload It Does Not Work In VS2010

Apr 27, 2016

I have created a crystal following your article which url isĀ 

[URL]

It is working fine on local machine but when i upload it on the server it is not working. Crystal Report is showing but data is not showing in the crystal report.

View 1 Replies

How To Easily Publish A .NET Web App Using VS2010 On Computer To A VM At Work

Sep 1, 2010

The old school way is to copy and paste and the files.. so we don't want that anymore..

So I notice VS2010 has 'Publish'... Should I use file system and just create a shared drive on the VM and publish that way?? Should I FTP and set up FTP on the VM FTP server? Should I use web deploy?? But that seems to be made for commercial web hosting ?

View 1 Replies

Converted Reports Don't Work Anymore In VS2010

Aug 31, 2010

I have an web application which in converted from vs2008 to vs2010. This app. has one simple reports, which is also converted. Now I have a few problems.

The converted report doesn't render anymore. Somehow the dataset I used is not visible to the report anymore. So I decided to delete this datasource and create a new one, using the new interface in VS 2010. The annoying with this is that the new dataset, which is created when I follow the wizard, in the root of the application. As soon as I move this dataset to a folder (in my case the DataSet-folder), the reports doesn't see the fields anymore. So I copied the dataset back to the root, to solve this problem.

However, when I render the report, i got an error message saying "A data source instance has not been supplied for the data source 'name-of-the-dataset'"

View 2 Replies

Configuration :: Simple Login Work On Vs2010 And Not On Iis 7

Aug 8, 2010

iam trying to make a web program that consist on marking days for vacation. my problem is this: when put the login and password and press the login button everything work great on vs2010. when i copy the prrogram to the iis 7 i put the username and password and when i press the login button nothing append. is like the button as no action.

View 5 Replies

Visual Studio :: How To Work Only On Content Place Holder In VS2010 Without Seeing Master Pages

Jan 25, 2011

I am wondering if it's possible to work on Content Place Holder window without seeing master page template?

The second problem i've noticed is that when i try to add a table (1 row, 3 columns) to my content place holder and then try to adjust the width of those columns the whole layout of my page is getting messed up to the point that i have to use ctrl+x to go back to previous stage. The master page was very complicated but i finally got it to work and i don't understand why while i manipulate contentplaceholder the layout of the master page is being affected. (only when adjusting tables)I am new to Visual Studio and was wondering of any known standars in that matter.

View 4 Replies

Why Setting The HeaderText Programatically Won't Work

Apr 23, 2010

Do any of you know why this won't work?

<asp:BoundField HeaderText='<%=Lang.GetString("ManCan_Descripcion")%>' DataField="OcdObs" />

It's like the server is ignoring the <%%> tags, the page gets rendered like this:

<th scope="col"><%=Lang.GetString("ManCan_Descripcion")%></th>

View 2 Replies

Iis - Setting Up A New Team Work Environment For .net?

Jul 26, 2010

We own a small company and develop asp.net websites. Here is our work procedure:We have a server at the company with Sql Server 2008 and IIS 7.5 installed on it. All our projects including the database and website pages are on the server. We connect to the server and edit the files using FTP, so any change to a web page can be seen at once. The programmers (less than 10 programmers) connect to the server using Visual Studio 2010.Now we want to include source control system in our work. The problem is including a SCM in our work requires changing our way of working.

View 2 Replies

MVC :: Doesn't Work Once Is Published - "Error 404 Page Not Found" Vs2010 Iis7 Mvc 2rc2 I ...

Feb 23, 2010

I'm doing the samething in my two differents pc.

1) Windows 7, vs2010 rc, mvc 2rc2, .Net 3.5

2) Winodws xp, vs2008, mvc 2rc2, .Net 3.5

My Hosting is in GOdaddy IIS 7, .Net 3.5.

I created a new project in both computers, i build it, i copied the 3 dll's files in the bin folder (System.Web.Mvc, System.Web.Routing, system.Web.Abstractions), and i publish them...., i go to my website [URL] both same problem "Page Not Found"

I tried many blogs...many advices...nothing yet...

View 9 Replies

Visual Studio :: Setting TFS To Work With Active Directory?

Mar 18, 2010

I have a TFS 2008 running on a windows 2003 workgroup, I need the TFS to access (or register) the users in the active directory, so when developers log in to the network they can also have access to TFS.

I have been trying to access the AD from the TFS but I get the error that there is no a trust relationship, I joined the TFS to the domain, I am able to see the users in the AD from TFS but when I want to add them to TFS I receive that error message.

I have been looking for a tutorial on how to set up TFS with an AD environment but I am not able to find anything fully explained.

View 1 Replies

Setting CustomErrors In Web.config Doesn't Work At This Case?

Dec 20, 2010

In my ASP.NET 3.5 Website which is published in shared hosting provider , I've configured my web.config file like this :

<customErrors mode="On" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="AccessDenied.htm"/>
<error statusCode="404" redirect="FileNotFound.htm"/>

[code]...

This is a yellow page which is not user friendly and we didn't expect . I'm wondering setting customeError in webconfig doesn't support this type of address or not ? How can i prevent users seeing this yellow page . Edit : solution you mentioned are about configuring IIS ,But as i mentioned earlier , my site has been published on shared hosting provider . I don't have those access at IIS , What should i do at this situation ?

View 3 Replies

Howto Get Local Site To Work - Setting To Change The System

Jan 5, 2010

I've received a website that uses sql server on the live environment. In the code at many places sql is created, say: However, locally on my dev machine, I use sql server express edition. It looks like select * from mytable doesn't work there, but instead I should use: How can I get my local site to work? Is there a setting I can change or am I missing something else?

View 5 Replies

Web Forms :: Setting Focus On Page Load Doesn't Work?

May 6, 2010

I have been browing forums & googling for a couple of hours this morning, trying to find an answer to what (to me) should be a very simple issue. (I am a Delphi programmer moving somewhat reluctantly to Visual Studio C# , for web apps) I have created the simplest ASP.NET website in Visual Studio, containing a Textbox and a Button. When the website loads, I want Textbox1 to have focus. Simply doing

[Code]....

and this too does not work. However, if I press the Enter key when the webpage is displayed, then focus does move to TextBox1 (and pressing Enter again will fire any code attached to Button1). Surely it cannot be this hard to perform something so simple?

View 9 Replies

Visual Studio :: VS2010 Master Pages And JQuery Intellisense / Intellisense Only Seems To Work For JQuery

Jan 6, 2010

I think my main problem is actually more to do with master pages that anything else.. Below is a description:

If you use master pages in your website and you have pages in different sub directories then the simplest way to add JQuery references is using <script src='<%# ResolveUrl ("jq.js")%> /> in the master page header??

This means that the .js files are correctly referenced in all pages that use the master. My main problem is that intellisense only seems to work for JQuery when the JQ Script is actually referenced in the header and not by using ResolveUrl('') <script src="/scripts/jq.js" />

I dont want to have to live without intellisense, Surely there is a way to get around this. What am I doing wrong.

View 1 Replies

Localization :: Cannot Fix Or Limit User To Setting PC Regional Setting To UK

Dec 23, 2010

I have develop a web application. I have put my web application in my server and user can access from any location.

My server regional and setting is English (US). Now my problem is

1) When user access to my system and his pc setting is English (UK), it will prompt and error

and after i debug i suspect it is because of Datetime conflict (dd/MM/yyyy and MM/dd/yyyy)

2) I cannot fix or limit my user to setting his/her pc regional setting to UK

So what can i do in my web application solve this issue?

(Can i write any code in my client side (.aspx) to convert or do standardization to US)

View 2 Replies

Setting A JavaScript, JQuery Setting From Code Behind

Feb 11, 2010

I would like to set a value:

[code]....


...where [HERE] is the placeholder for my value, from my code behind in ASP.NET before the page is rendered. I generate a guid, and I need that apart of the script on the page.

View 2 Replies

Web Services - Does The Server Timeout Setting Affect The Client Timeout Setting

Oct 15, 2010

I'm working with ASP.Net web services and am having a problem with a long-running process that takes about 5 minutes to complete, and it's timing out. To fix this, I was able to set the executionTimeout on the server's web.config to 10 minutes, and then set the .Timeout property on the Web Service object to approximately 9 minutes. Now, I'm worried that this may possibly cause some other web service calls to sit there for 10 minutes before they time out rather than the previous 90-100 seconds. I know the default on the client side is 100 seconds, but wasn't sure if updating the server's timeout setting would affect this.

Bottom line is - Is it safe to update the server's timeout setting to a long amount like 10 minutes, and rely on the default timeout on the client, or could this end up causing some problems?

View 1 Replies

Localization :: Culture Settings Work On Machine - Don't Work When Moved To Server?

Jan 20, 2010

I am working on a multi-language web site. It is half English and half Portuguese. I have created forms that have portuguese values in it. These forms work perfectly on my desktop. I'm using Cassini as the development server. When I move them over to IIS, they are not loading properly. The text comes up all weird looking. I am declaring the culture in the page attribute: Culture="pt-BR"

View 4 Replies

AJAX :: Make This Work For Several Days But It Just Doesn't Work?

Oct 7, 2010

i'm trying to make this work for several days but it just doesn't work.

this is my code:

aspx page:

[Code]....

webservice:

[Code]....

this was downloaded from this website.

the problem is that the page loads fine but no autocomplete occurs.

View 5 Replies

Cannot Install VS2010 Pro

Dec 21, 2010

VS2010 Pro cannot be installed in my PC. I get the following error message:
"The following component failed to install: Microsoft Visual Studio 2010 Professional - ENU".There is an additional message that says: "The following components were not attempted" and a list is shown:* Microsoft Web Deployment Tool (x86)* Microsoft ASP.NET MVC 2 - Visual Studio 2010 Tools* Microsoft ASP.NET MVC 2And others. have read the installation requirements and my PC fulfill with them.My PC has 2 disk partitions and I indicated to perform installation in drive d:

View 1 Replies

Security :: Use FBA Within VS2010 And .NET 4.0?

Jul 11, 2010

Are there any tutorials on how to use FBA within VS2010 and .NET 4.0? When I build a new web app, FBA is already set up but not configured. I'd like to use SQL server for the source.

I was walking through the tutorials on this site but I'm getting confused because some things are already in place.

Anything specific to .Net 4.0?

View 1 Replies

Ajax With WCF Work. But Few Miniute After, Doesn't Work

May 11, 2010

I am a new to WCF. I have written ajax to use a web service before, but on this project I am trying to use ajax to WCF.After I build the project and wcf using ajax, I receive the return successfully. But, 10 or more minutes later I don't get a return, the ajax calls the error function, and the fiddler returns nothing.

If I rebuild the project without any source modifying, I receive the return successfully again.

View 2 Replies

AJAX :: Toolkit For 2.0 In VS2010

Oct 28, 2010

our company just upgraded to VS2010, but we have not upgraded to .NET 3.5 or 4.0 yet, we're unfortunately still using 2.0. I have the toolkit for 2.0 that I was using with VS2008, but now that I am using VS2010, my AJAX items no longer work. I was wondering first of all if it's even possible to use the old 2.0 toolkit with VS2010, and if so, is there something special I need to do to get the controls to work now that I have opened my project in VS2010?

View 3 Replies

WCF / ASMX :: Why Can't Run Silverlight In Iis - VS2010

Aug 25, 2010

Both VS200 and IIS are in my local machine. Suppose they have the same permission. I create a silverlight4 w/ wcf ria service project. The project runs well in VS2010 built-in ASP.Net development server. It doesn't work well after i publish it to IIS. I only can see its static content but not the .svc. i try to browse the .svc, it always show HTTP 500 error. I doubt if i do not open the asp.net runtime setting sth in IIS?

View 1 Replies

VS2010 Debugger Not Responding

Jul 19, 2010

I am working on a large website that is comprised of multiple applications. We are still using web forms. All of the applications are in a common directory that serves as the root directory in my localhost. The site was originally built in 2005 on 3.5 but has been migrated to 2010 still running on 3.5 (2.0). My problem is that my debugger will run once. After I stop debugging I cannot run the debugger again - it just hangs. My locals and watch windows open but do not populate and the browser never opens. We are running Visual Studio 2010 Ultimate on Windows 7 32 bit.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved