473,800 Members | 2,741 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

find a projects .NET version in Visual Studio

Hi

Is there a way to easily tell the version pf .NET a project is compiled
using in Visual Studio?

I have a solution with a few projects, but I have a feeling some of the
projects are compiling in .net 1.1, while some are compiling in 2.0 - can't
find the info anywhere.

Thanks,

Dan
May 17 '07 #1
4 3347
Which version of VS.Net are you opening the projects?
--
David Wier
MVP/ASPInsider
http://aspnet101.com
http://iWritePro.com

"musosdev" <mu*******@comm unity.nospamwro te in message
news:92******** *************** ***********@mic rosoft.com...
Hi

Is there a way to easily tell the version pf .NET a project is compiled
using in Visual Studio?

I have a solution with a few projects, but I have a feeling some of the
projects are compiling in .net 1.1, while some are compiling in 2.0 -
can't
find the info anywhere.

Thanks,

Dan

May 17 '07 #2
vs2005

"David Wier" wrote:
Which version of VS.Net are you opening the projects?
--
David Wier
MVP/ASPInsider
http://aspnet101.com
http://iWritePro.com

"musosdev" <mu*******@comm unity.nospamwro te in message
news:92******** *************** ***********@mic rosoft.com...
Hi

Is there a way to easily tell the version pf .NET a project is compiled
using in Visual Studio?

I have a solution with a few projects, but I have a feeling some of the
projects are compiling in .net 1.1, while some are compiling in 2.0 -
can't
find the info anywhere.

Thanks,

Dan


May 17 '07 #3
Hello musosdev,

mIs there a way to easily tell the version pf .NET a project is
mcompiled using in Visual Studio?

Why do u need this?

mI have a solution with a few projects, but I have a feeling some of
mthe projects are compiling in .net 1.1, while some are compiling in
m2.0 - can't find the info anywhere.

Do you have source codes or assemblies?
For source codes your can differ projects by cproj file, and for assemblies
via Assembly.ImageR untimeVersion

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
May 17 '07 #4
Hi Dan,

Are some of those projects in your solution originally built with former
version(IDE) of the .net framework? As far as I know, the Visual Studio
2003 and Visual Studio 2005 can not create .NET applications targeting a
single version. Visual Studio 2003 only support developing .NET application
targeting VERSION 1.1 while Visual Studio 2005 only support developing .NET
application targeting version 2.0.

If you do want to check the target version, you can use reflector or ildasm
tool to lookup the referenced system assemblies' version(such as mscorlib,
system.dll. ...) since currently .net framework runtime version is coupled
with framework assemblies's version.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

=============== =============== =============== =====

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

=============== =============== =============== =====

This posting is provided "AS IS" with no warranties, and confers no rights.

May 18 '07 #5

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

Similar topics

1
1310
by: Tim Haughton | last post by:
Hello, I seem to be encountering a problem that many others have encountered before me. Unfortunately, even the mighty Google seems reluctant to yield any solutions. We are developing some webservices. We have multiple developers who have Visual Studio 2003 and SourceSafe 6.0d. None of our developers have IIS installed on their machines. We have a central test server that we want to work off which runs IIS and .NET 1.1. All of our...
3
4144
by: Dmitry Jouravlev | last post by:
Hi, I have a number of C++ solutions in Visual Studio .NET and when i compile them using "Whole Program Optimization", certain projects report a LNK1171 error saying that c2.dll could not be loaded. The error contains the correct path to c2.dll (and it is definately there). This only happens on some projects and only when "whole program optimization" option is turned on. If i turn off this option, the problem goes away. I have other...
11
17025
by: PÃ¥l Eilertsen | last post by:
Hi, I have recently installed Visual Studio .Net 2003 and am trying to compile and run a simple windows form app (used the VS wizard). When trying to run I get an error message telling me: "fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory". I have browsed to C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include and have found the file there. What can be wrong? I have also tried to uninstall...
4
1874
by: jaredea | last post by:
I have the following setup: SBS 2003 Server Windows 2003 Enterprise Server (setup as an Application Server) Windows XP Pro Desktop Both the Application server and desktop have Visual Studio 2003 on them as well as the .NET Framework 1.1 I started to use .NET on the desktop to test things out...then i setup
0
2853
by: Michael R. Pierotti | last post by:
Has anyone seen this error before when trying to make the install on a program. ------ Starting pre-build validation for project 'HafaSMPPInstall' ------ WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'Devshock.Protocol.SmppClient.DLL' WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'System.dll' WARNING: Unable to...
2
1553
by: Mark | last post by:
I started to use MS Visual Basic 2005 Express Edition to learn how to program in Visual Basic. This Express Edition saves projects in this path: C:\Documents and Settings\Username\My Documents\Visual Studio 2005\Projects Is there a way to synchronize the Visual Studio 2005 Projects directory between another computer? I use two computers, a desktop and a laptop, and like to keep all my projects synchronized between these two computers....
3
1226
by: Nathan Sokalski | last post by:
I recently upgraded from Visual Studio .NET 2003 to Visual Studio .NET 2005. I have several projects that I created in Visual Studio .NET 2003, but when I try to open them in Visual Studio .NET 2005 it tries to force me to convert them. for some of these it would be fine, but some of them run on servers that do not support .NET 2.0 yet, I simply want to edit the code remotely but not convert anything. How can I prevent Visual Studio .NET...
5
3275
by: BK-Chicago | last post by:
I am in the midst of porting a massive MFC application from VS6.0 to VS8.0. While i have fixed most of the compile time errors, i do have quite a linker error that i have not been able to resolve. The error i get is Error 100 error LNK2001: unresolved external symbol "public: virtual void __thiscall CWnd::PostNcDestroy(void)" (?PostNcDestroy@CWnd@@UAEXXZ) Evenout.obj I have about 200 of these on almost all the obj's that have a dialog...
1
3602
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in some files and work on it. Let say, I want add new page to web project named websiteOrder.sln, i will open websiteOrder.sln in my local computer, connected to websiteOrder.sln located in Visual Source Safe 6.0(source safe located in another...
0
10501
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
10273
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
10250
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,...
0
10032
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9085
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6811
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
4149
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
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2944
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.