Visual Studio :: How To Change The Default Online Browser In Visual Studio 2010

Feb 14, 2011

Every time I press F1 to view the online Help it launches in the Opera browser. I really dislike Opera and only have it installed on my PC for testing purposes. How do I change it to IE?

View 1 Replies


Similar Messages:

Visual Studio :: In Visual Studio 2010 Not Finding Default.aspx Error?

Apr 29, 2010

I am having an issue in VS 2010 trying to get even the default ASP.NET Web Application to run in Debug mode. I get the error:

"Unable to start program 'http://localhost:1443/Default.aspx'.

The system cannot find the file specified."

I am stumped here and cannot find anything out there with this error.

View 4 Replies

Visual Studio :: How To Convert Whole Visual Studio 2008 Web Site Project To Visual Studio 2010

Aug 14, 2010

is it possible to convert whole visual studio 2008 web site project to visual studio 2010 web site project

my current project references

i have a very annoying iis problem

iis server stops working until app pool is recycled

i am hoping that new visual studio (net framework 4.0) may solve this very annoying unsolveable problem

View 2 Replies

Visual Studio :: Tried To Install Prof 2010 Trail Version In System / 'Please Remove/uninstall Visual Studio 2010 Load Test Controller'?

Jul 6, 2010

I tried to install Visual Studio Prof 2010 trail version in my system, but i got an error saying 'Please remove/uninstall Visual Studio 2010 load test controller' to proceed installation. i uninstalled my previous VS2008 software from system and i could not find anything like 'Remove/Uninstall Visual Studio 2010 load test controller' software in my Add/Remove Programs.

View 1 Replies

Visual Studio :: Opening Visual Studio 2008 Project In Visual Studio 2010?

May 21, 2010

Anyone know if I can maintain a VS 2008 (.net 3.5) project by using the VS 2010 IDE ?

View 1 Replies

Visual Studio :: Vwd 2010 Or Visual Studio 2010 Express Offer Integrated Jquery Support?

Jul 15, 2010

I'm thinking about installing vwd 2010 or vs 2010 express but want to know if either offer integrated jquery support.

View 4 Replies

Visual Studio :: Visual Source Safe 2005 + Visual Studio 2010,?

Feb 28, 2011

I want to use a source control in VS2010, I know my best bet is TFS, but at the moment TFS(can't afford ). As i understand TFS is the new VSS_2005(can afford)Can VSS 2005 be use as a source control for VS 2010 solutions/projects?

View 2 Replies

Visual Studio :: Migration From Visual Studio 2003 To Visual Studio 2010?

Apr 15, 2010

Is it possible to migrate the application which is in visual studio 2003 to visual studio 2010. provide me details about how to migrate.

View 2 Replies

Visual Studio :: Migration From Visual Studio 2005 To Visual Studio 2010?

Jun 16, 2010

I have a site in production developed in 2005 and i am planning to migrate to Visual studio 2010. Is there an easy way to do it?

View 1 Replies

'Add Config Transforms' And One Click Publish Option Not Working When Upgraded From Visual Studio 2005 To Visual Studio 2010

Jul 28, 2010

I just recently upgrade my asp.net web project from visual studio 2005 to visual studio 2010. The upgrade was successful with no problems however im missing some features with this project. The One Click Publish feature(which is greyed out) in the header area of Visual Studio 2010 and the Add Config Transforms feature which is no where to be seen when you right click on web.config. When i create a new web project straight from visual studio 2010, these options work fine.

View 1 Replies

Visual Studio :: After Having To Do A Devenv /resetuserdata To Get Visual Studio 2010 Beta 2 Back, AJAX Drag Panel?

Mar 9, 2010

Visual Studio 2010 Beta 2 locked up, and when I tried to restart it, it wouldn't load, so I did a devenv.exe /resetuserdata to get it going again. It reset everyhing in my options of the web app/ etc, and now some AJAX conrols don't work such as dragpanel. I assume that it is because something got reset that I haven't enabled again, but can't figure it out.

View 2 Replies

Visual Studio - What Is Best Option In Visual Studio 2010 To Sync Project Files Between Home & Work Computers

Feb 14, 2011

Im working on a website project with Visual Studio 2010 from 2 different computers (home & work).
In Dreamweaver Im used to FTP to upload/download files to/from a webserver to syncronice my files on the current computer Im working on.What is best option in Visual Studio 2010 to sync project files between home & work computers? I have seen there is a built in FTP, but seems only it can upload files, limited functionality?

View 1 Replies

Visual Studio :: Visual Studio 2010 Missing Ajax And No Web.config When Creating New Project?

Sep 28, 2010

when i opened my Visual Studio 2010 i noticed that my ajax tab was missing from my toolbox and ajax control kit too.Then i noticed even that when i create new website, there is no web.config in it and it should be.WHAT IS GOIN ON???? :/

View 13 Replies

Visual Studio :: Debugging With A Non-default Browser?

Jul 11, 2010

I.E. is not my default browser (Google Chrome is). However I would like to use I.E. as my browser when debugging from within VS2010. How do I tell VS2010 to use I.E. as the session debug browser without setting I.E. as my default browser?

View 1 Replies

Visual Studio :: In Microsoft Visual Web Developer 2010 Express, Set "Find In Files" As Default?

Aug 5, 2010

In Microsoft Visual Web Developer 2010 Express, Edit->Quick Find mean item, the "Quick Find" item, everytime I have to select "Find In Files" again, how can I set "Find In Files" as default?

View 3 Replies

Visual Studio :: Finding Bootstrapper Manifest Generator For Visual Studio 2010?

Apr 14, 2010

From where can I download Bootstrapper Manifest Generator for Visual Studio 2010?

View 2 Replies

Visual Studio :: How To Set In Visual Studio Startup Page Other Than Default.aspx

Nov 29, 2010

Is there any opportunity to change it in Visual Studio - not in IIS?

View 2 Replies

Visual Studio :: Trying To View Default.aspx In Web Browser?

Jun 11, 2010

I am getting below error when trying to view aspx file in web browser. Server Error in '/Cricket Website' Application. Error finding Application Setting - Error running Procedure - Exception of type 'System.Exception' was thrown.

Description:

An unhandled exception occurred during the execution of the current web request. review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Exception: Error finding Application Setting - Error running Procedure - Exception of type 'System.Exception' was thrown.

Source Error:

[Code]....

Line 162:Line 163: Catch ex As ExceptionLine 164: Throw New Exception("Error finding Application Setting - " & ex.Message)Line 165: End TryLine 166: End Function

Source File: C:inetpubwwwrootCricket
WebsiteApp_Codecommon.vb Line: 164

Stack Trace:

[Code]....

[Exception: Error finding Application Setting - Error running Procedure - Exception of type 'System.Exception' was thrown.] Common.getApplicationSetting(String appSetting) in C:inetpubwwwrootCricket WebsiteApp_Codecommon.vb:164 CMS.Page_Load(Object sender, EventArgs e) in C:inetpubwwwrootCricket WebsiteCMS.master.vb:34 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627 Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927

View 1 Replies

Visual Studio :: Select Default Browser As IE For Mvc Application?

Jun 8, 2010

I need to put default browser as IE for my Asp.net mvc Application currently I have Firefox..

View 5 Replies

Visual Studio 2008 Guidance Package To Visual Studio 2010

Aug 11, 2010

I am trying to convert guidance package of vs2008 to vs2010,

followed instructions as per this link {http://msdn.microsoft.com/en-us/library/ff697211.aspx}

and getting error as

Error 1 The "GenerateMenuResource" task failed unexpectedly....

View 1 Replies

Visual Studio :: Visual Studio 2010 Suddenly Lost My Settings ?

Dec 8, 2010

I'm using visual studio 2010 professional, I dont what had happened but i lost my settings suddenly and the VS editor is generating a HYPHEN (-) everytime when i press SPACE BAR key..

I've tried restoring the settings, changing the settings from OPTIONS without any luck.

View 2 Replies

Visual Studio :: Screen Flicker In Visual Studio 2010 Beta And RC?

Feb 27, 2010

When I first open vs there is a screen with a blue background that is displayed. That screen has a very noticable flicker which is actually painful to my eyes. It is like my monitor is out of sync. I am running vista, screen resolution 1920 x 1200. I have two identical monitors, graphics card is ATI radeon 3800 series.I have no problems with any other application or game. I was hoping this would go away with the RC but it is still there.

View 1 Replies

Visual Studio :: How To Change The Default Namespaces

Aug 7, 2010

When i create a class file .vs add some default using statement like (using System;using System.Collections.Generic;) .But now i expect vs add using System.Configuration by default.

View 2 Replies

Visual Studio :: Generating A Aspnetdb Default Database In 2010?

Jun 22, 2010

I'm using Visual Studio 2010 RTM and MS Sql Server 2008 R2 EXPRESS with Advanced Services.I create a new simple asp.net web site. When I click on asp.net configuration, it opens as expected.When I click on the Security Tab, I get the message, Unable to connect to SQL Server database.It will not create the default aspnetdb.mdf file.I can create a connection to the sql server in VS from the database explorer.I can connect to the sql server with sqlcmd as a trusted connection.I have even managed to verify the default instance of .SQLEXPRESS with named pipesusing the sc command and the MSSQL$instance name.I have verified that my machine dot config file for the 2.0 .net contains the proper info (without altering it).I've spent many nights trying to figure this one out.VS2008 and MS SQL Server EXPRESS 2008 worked.I noticed that the default asp.net web site uses a connection other than the default localsqlserverand the template automatically adds a login in the ui with role, membership & profile in the web config.

View 3 Replies

Visual Studio :: Installing Visual Studio 2010 Pro RC In Windows Xp SP3 And Getting A Message Prompt : Invalid Windows Installer Package Contact Vendorlog File Says?

Feb 22, 2010

installing visual studio 2010 pro RC in windows Xp SP3 and getting a message prompt : invalid windows installer package contact vendorlog file says

Error Message:

[02/22/10,17:09:07] Microsoft Application Error Reporting: [2] CMsiComponent::Install() expects the setup file for Microsoft Application Error Reporting, but the file failed verification.
[02/22/10,17:09:07] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147467259.
[02/22/10,17:09:08] VS70pgui: [2] DepCheck indicates Microsoft Application Error Reporting is not installed.

View 5 Replies







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