473,657 Members | 2,401 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

2.0 Whidbey/VS2005 IDE Related question

Okay so this is driving me bannanas.

I have a solution that contains two projects

a) Website
b) WebControlLibra ry.

Anytime I change something in the webcontrollibra ry, I wish to hit F5, and
see the results. However, whidbey tries to be a smart alec and changes my
startup project to be the class library (WebControlLibr ary), because that is
the file I had in focus. So, basically the IDE forces me to take my hands
off the keyboard, go to the mouse, open some heavy form in the website
project and THEN hit F5 (Why oh why!!).

This is hella irritating. Is there a way to turn this stupid *feature* off?

- Sahil Malik
You can reach me thru my blog -
http://www.dotnetjunkies.com/weblog/sahilmalik
Nov 18 '05 #1
2 1126
Yeah.. this has been irritating me as well...
"Sahil Malik" <co************ *****@nospam.co m> wrote in message
news:uy******** ******@TK2MSFTN GP15.phx.gbl...
Okay so this is driving me bannanas.

I have a solution that contains two projects

a) Website
b) WebControlLibra ry.

Anytime I change something in the webcontrollibra ry, I wish to hit F5, and
see the results. However, whidbey tries to be a smart alec and changes my
startup project to be the class library (WebControlLibr ary), because that is the file I had in focus. So, basically the IDE forces me to take my hands
off the keyboard, go to the mouse, open some heavy form in the website
project and THEN hit F5 (Why oh why!!).

This is hella irritating. Is there a way to turn this stupid *feature* off?
- Sahil Malik
You can reach me thru my blog -
http://www.dotnetjunkies.com/weblog/sahilmalik

Nov 18 '05 #2
You can report bugs at
http://lab.msdn.microsoft.com/Produc...ug/search.aspx. I'd
classify this problem as a bug, although it's possible it's by design. The
product feedback centre on MSDN is really useful.

Colin

"Sahil Malik" <co************ *****@nospam.co m> wrote in message
news:uy******** ******@TK2MSFTN GP15.phx.gbl...
Okay so this is driving me bannanas.

I have a solution that contains two projects

a) Website
b) WebControlLibra ry.

Anytime I change something in the webcontrollibra ry, I wish to hit F5, and
see the results. However, whidbey tries to be a smart alec and changes my
startup project to be the class library (WebControlLibr ary), because that is the file I had in focus. So, basically the IDE forces me to take my hands
off the keyboard, go to the mouse, open some heavy form in the website
project and THEN hit F5 (Why oh why!!).

This is hella irritating. Is there a way to turn this stupid *feature* off?
- Sahil Malik
You can reach me thru my blog -
http://www.dotnetjunkies.com/weblog/sahilmalik

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
1732
by: Daniel Mori | last post by:
Im at a loss on where to proceed next. I wonder if anyone can help me. I have a managed C++ DLL is basically a thin wrapper around several unmanaged classes. This DLL builds fine. In my main C# application I have setup a project reference to this DLL. Im able to reference these managed .DLL classes from within my code without problem.
4
1125
by: Mark | last post by:
Currently whidbey is only available to MSDN subscribers. Is there any indication that others will get to see a Beta version before the live release date? I've got the express versions but would like to work with Visual Studio. Thanks in advance. Mark
5
1846
by: Dan Smith | last post by:
Right now the only way to use a WinForms control in MFC is to enable COM Interop for the control and use it in MFC as you would any ActiveX control. While this works, COM Interop is a pain, and an ActiveX control isn't as straight-forward as a CWnd-derived object. It also means that I have to split my code into two projects. Going the other way (using MFC in WinForms) is only possible by exposing MFC objects as ActiveX controls, which...
3
1197
by: Doug Holland | last post by:
Hi There I just installed the PDC build of Whidbey onto Windows XP using the 'Web Developer' profile when I installed and was a little surprised to see that it is only ASP.NET projects that I have available and now wishing I'd chosen 'C# Developer' which probably displays all project type ... how do I switch profiles in VS.NET Whidbey???? Secondly what happened to Microsoft telling us that code
1
1059
by: Paul | last post by:
I am about to start a new greenfield application. The big question is do I start on VS2005 CTP or not I know the final release isn't until 2005 but a cursory glance makes it seem that ASP.NET in the CTP is quite 'close' and there are some great features there that will save me a whole load of time and which I'd like to use today Does anyone have any REAL experience of developing on the CTP. Have you found major reasons NOT to use it....
9
1081
by: CJ Taylor | last post by:
So yeah... finally started playing with Whidbey full on this weekend... anyone else notice that Web Developer gave you pretty much every tool you could ever want? I prototyped an entire data driven web site in 14 hours...yeah, with roles and what not. Oh.. and then I only needed to write 4 lines of code (excluding stored procedures)....
5
2873
by: rogsonl | last post by:
My computer was moved last week, and the company changed the network groups we work on. As a result, one of the main benefits from Whidbey (database connectivity) no longer works. Situation: 1. I open a new project based on a windows form 2. I click on "data" and then "Add New Data Source" then I click on next within the wizard 3. I have 3 choices Database, Local Database, Web service and Object. 4. I choose Database, click next and get...
2
1867
by: Bob | last post by:
I have noticed that as one adds related tables to a bindingsource and dataset(vs2005 Vb.Net Sql Server 2005), the TODO and following code that fills the datasets on form load are written to the formload event in the order in which you drag the tables to the form to make a gridview, the last table you drag is written to the top. Since you normallly start by dragging the parent table and then the child tables and grandchild tables, what...
21
2417
by: Peter Bradley | last post by:
Hi all, This post is sort of tangentially related to my earlier posts on configuration files for DLLs. Does anyone know how to create typed DataSets using VS2005's new DataSet designer, but with the ability to configure the connection string via a config file? The designer seems to hard-code the connection string into the dataset itself, which just can't be right.
0
8829
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8734
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8508
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6172
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4164
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4323
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2733
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1962
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1627
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.