473,623 Members | 2,447 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Please vote on this suggestion...

Make (at least Class Library) Projects shareable between VS 2003 und 2005

http://lab.msdn.microsoft.com/produc...1-72fd99a18693

Thank you!
Urs
Nov 21 '05 #1
18 1105
I will not be voting for it.

In my opinion, adding a file to both projects and keeping them is sync is a
matter of someone doing their job properly, in other words, a managerial
function. I do not expect MS to add functionality to save me from myself.

If you've got people who can't manage a simple exercise like keeping 2
projects in sync then what are you going to do when someone adds some
FrameWork 2.0 specific code into a 'library' and then someone else attempts
to compile the Framework 1.1 the project?
"Urs Eichmann" <ur***@online.n ospam> wrote in message
news:OF******** ******@TK2MSFTN GP09.phx.gbl...
Make (at least Class Library) Projects shareable between VS 2003 und 2005

http://lab.msdn.microsoft.com/produc...1-72fd99a18693

Thank you!
Urs

Nov 21 '05 #2
Me neither. I totally agree, this would be a bad idea.

--

Daniel
MCSE, MCP+I, MCP in Windows 2000/NT

--------------------------------------
remove the 2nd madrid from my mail address to contact me.

"Stephany Young" <noone@localhos t> wrote in message
news:Ov******** ******@TK2MSFTN GP14.phx.gbl...
I will not be voting for it.

In my opinion, adding a file to both projects and keeping them is sync is
a matter of someone doing their job properly, in other words, a managerial
function. I do not expect MS to add functionality to save me from myself.

If you've got people who can't manage a simple exercise like keeping 2
projects in sync then what are you going to do when someone adds some
FrameWork 2.0 specific code into a 'library' and then someone else
attempts to compile the Framework 1.1 the project?
"Urs Eichmann" <ur***@online.n ospam> wrote in message
news:OF******** ******@TK2MSFTN GP09.phx.gbl...
Make (at least Class Library) Projects shareable between VS 2003 und 2005

http://lab.msdn.microsoft.com/produc...1-72fd99a18693

Thank you!
Urs


Nov 21 '05 #3
"Stephany Young" <noone@localhos t> schrieb:
I will not be voting for it.

In my opinion, adding a file to both projects and keeping them is sync is
a matter of someone doing their job properly, in other words, a managerial
function. I do not expect MS to add functionality to save me from myself.


Mhm... Maybe support for adding a project reference in VS 2005 to the
VS.NET 2003 class library that will open in a separate instance of VS.NET
2003 is the be better approach, especially for very large projects
consisting of lots of projects. I agree with Urs that migration from VS.NET
2003 to VS 2005 will be harder without some sort of integration of VS.NET
2003 projects into VS 2005.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #4
"Daniel" <gr****@madridm adridsoleado.co m> schrieb:
Me neither. I totally agree, this would be a bad idea.


I don't like the idea too, but this doesn't mean that the problem doesn't
exist.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #5
I wasn't saying that I don't recognise potential problems.

What I didn't agree with was, specifically, the proposal, for the reasons I
gave.
"Herfried K. Wagner [MVP]" <hi************ ***@gmx.at> wrote in message
news:uz******** ******@TK2MSFTN GP09.phx.gbl...
"Stephany Young" <noone@localhos t> schrieb:
I will not be voting for it.

In my opinion, adding a file to both projects and keeping them is sync is
a matter of someone doing their job properly, in other words, a
managerial function. I do not expect MS to add functionality to save me
from myself.


Mhm... Maybe support for adding a project reference in VS 2005 to the
VS.NET 2003 class library that will open in a separate instance of VS.NET
2003 is the be better approach, especially for very large projects
consisting of lots of projects. I agree with Urs that migration from
VS.NET 2003 to VS 2005 will be harder without some sort of integration of
VS.NET 2003 projects into VS 2005.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #6
>>>In my opinion, adding a file to both projects and keeping them is sync is
a matter of someone doing their job properly, in other words, a
managerial function. I do not expect MS to add functionality to save me
from myself.


Of course it is a matter of doing the job properly. But believe me,
sooner or later you *will* forget to add the new file to the other
solution, because you're under pressure or have a bad day or whatever...

With the same reason you could argue that there should be no Garbage
Collector in .NET, because if everyone gets rid of the memory used by
their objects properly, there would be no need for it... but as can be
seen in reality, this is not always the case and a GC is desperately
needed. C++ people try to do it without GC... that's where all the
Memory leaks come from...

Im my opinion syncing between two Projects is a fully automatable
process - and what CAN be automated SHOULD be, otherwise there will be a
mistake creeping in sooner or later.
Nov 21 '05 #7
Comparing it to the GC is just a nonsense.

The operation of the GC has absolutely nothing to do with adding a source
file to one or more projects in the IDE.

If YOU really want it then write an add-in to do it for you. Don't expect MS
to force something that you happen to want upon everybody else, especially
those who specifically don't want it.

There are lots of things that I would like to have in either the .NET
runtime or the VS.NET IDE. If I really want them then I write them myself.
Then they do exactly what I want.
"Urs Eichmann" <ur***@online.n ospam> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
In my opinion, adding a file to both projects and keeping them is sync
is a matter of someone doing their job properly, in other words, a
manageria l function. I do not expect MS to add functionality to save me
from myself.


Of course it is a matter of doing the job properly. But believe me, sooner
or later you *will* forget to add the new file to the other solution,
because you're under pressure or have a bad day or whatever...

With the same reason you could argue that there should be no Garbage
Collector in .NET, because if everyone gets rid of the memory used by
their objects properly, there would be no need for it... but as can be
seen in reality, this is not always the case and a GC is desperately
needed. C++ people try to do it without GC... that's where all the Memory
leaks come from...

Im my opinion syncing between two Projects is a fully automatable
process - and what CAN be automated SHOULD be, otherwise there will be a
mistake creeping in sooner or later.

Nov 21 '05 #8
Stephany Young wrote:
Comparing it to the GC is just a nonsense.

The operation of the GC has absolutely nothing to do with adding a source
file to one or more projects in the IDE.


I disagree. In both situations, it is an automatism which wants to
relieve the developer from error-prone work which he *clould* to
manually, but it is better if it is automated because the end product
will be less faulty.

But if you want, another situation: Why is there SCC integration in
Visual Studio? After all, you could check-in and check-out your files by
hand outside the IDE. But it would lead to much more errors (forgetting
to check-in files and so on), because people tend to forget things if
they have to do a task in multiple places.

Urs

Nov 21 '05 #9
Whatever ...
"Urs Eichmann" <ur***@online.n ospam> wrote in message
news:eA******** ******@TK2MSFTN GP15.phx.gbl...
Stephany Young wrote:
Comparing it to the GC is just a nonsense.

The operation of the GC has absolutely nothing to do with adding a source
file to one or more projects in the IDE.


I disagree. In both situations, it is an automatism which wants to relieve
the developer from error-prone work which he *clould* to manually, but it
is better if it is automated because the end product will be less faulty.

But if you want, another situation: Why is there SCC integration in Visual
Studio? After all, you could check-in and check-out your files by hand
outside the IDE. But it would lead to much more errors (forgetting to
check-in files and so on), because people tend to forget things if they
have to do a task in multiple places.

Urs

Nov 21 '05 #10

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

Similar topics

13
5649
by: Christoph Brunner | last post by:
Hi, on the sun homepage i had submit to the bugparade a request for feature enhancement for the JAXB API. After a period of time sun called me to post my request to a newsgroup an get comments from other java developers. So please comment my following request for feature enhancement: If i unmarshall an invalid xml document i got a javax.xml.bind.UnmarshalException: Unexpected end of element
7
3593
by: x muzuo | last post by:
Hi guys, I have got a prob of javascript form validation which just doesnt work with my ASP code. Can any one help me out please. Here is the code: {////<<head> <title>IIBO Submit Page</title> </head> <style type="text/css">
6
1660
by: Mabden | last post by:
Suggestion to group: Let's have Dan and Keith summarize the month's "going's on" and write a synopsis. I have to work so much more lately, that I can't keep up. Can we just have a "Point - Counterpoint" once a fortnight, to keep me up on "important" issues?
6
1924
by: Showjumper | last post by:
I have built a rating server control. Whats the best way to ensure one vote per person? Check IP Addresses and allow 1 vote per IP address or via cookies? Thanks Ashok
1
1062
by: Brennan Stehling | last post by:
I have posted 4 feature requests here... https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=232161 Please vote for them if you think they would be useful. I really think it would make Visual Studio much more helpful as I write code. Brennan Stehling http://brennan.offwhite.net/blog/
1
1275
by: Dogandpony | last post by:
Our local club has about 15 Board members, and we vote online using a mySQL/php web interface. I have several different queries/results that I print which show varying displays of motions/votes/tallies and so on. NOW our Board wants to not only see the summary listing for all motions, but also include a list of each Board member who DIDN'T vote on any motion. I've tried various joins, COUNT, etc. but so far I haven't been able to add the...
11
1328
by: Monty Taylor | last post by:
Hey everybody, MySQL has put up a poll on http://dev.mysql.com asking what your primary programming language is. Even if you don't use MySQL - please go stick in a vote for Python. I'm constantly telling folks that Python needs more love, but PHP and Java are kicking our butts... (I know the world would be a better place if the poll were honest, but I'd rather that people got the message that they should do more python development...
1
1436
by: vote4amin | last post by:
Dear frens, Need your help to spend a minute of your time to vote for my little boy in Cutefam 2008 contest. Please click --->>> http://www.thelilcaliph.com/CuteFam2008/voteWithCodes.html to vote. The rule is only one vote per ip per day. So, you can only vote once a day until 28th June. Appreciate if you can forward this link to your frens and family. Thanks a lot in advanced for your help.
0
8231
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8168
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8672
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
8614
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
8330
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
6107
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
5561
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2603
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
1474
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.