473,756 Members | 2,378 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Compiling VS2005 project for .NET framework 1.0 or 1.1

I need to compile a VS2005 project to run using the 1.1 framework (i.e.,
app.config containing <supportedRunti me version="v1.1.4 322" /> ).

(If I just compile and run with such a setting it functions, but I can't
tell which framework it's using.)

Is there any way to specifically compile for 1.1 with the standard Studio,
or do I have to seek recourse with plug-ins like the following?

http://www.gotdotnet.com/codegallery...a-9b8d00970371

Jun 20 '06
13 5059
Hi Dave,

Thanks for your feedback!

You may provide my email(je***@onl ine.microsoft.c om(remove "online.")) to
the support engineer, he may contact me for any information he needed.

Also, you may feel free to share any progress here. Thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
=============== =============== =============== =====
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no rights.

Jun 30 '06 #11
I too have been wondering why the build targets are sooo difficult to choose.
It should be able to simply build a .NET 1.1 bin version of the .NET code,
as long as the code is .NET 1.1 compliant.
Similarly, MSBuild should be able to build C/C++ code, or just run a command
line application. The targets should not have to be "Built in" or Patched,
or whatever MSBee does.

--
Jaan
""Jeffrey Tan[MSFT]"" wrote:
Hi Dave,

Thanks for your feedback!

You may provide my email(je***@onl ine.microsoft.c om(remove "online.")) to
the support engineer, he may contact me for any information he needed.

Also, you may feel free to share any progress here. Thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
=============== =============== =============== =====
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no rights.

Aug 3 '06 #12
Seems like a major oversight.

But just to follow up: I had a support incident escalated all the way to the
VS Development team and the answer on this was there's no native way to
target prior frameworks; MSBee, kludgy though it is, is the best solution for
now.

"jrett" wrote:
I too have been wondering why the build targets are sooo difficult to choose.
It should be able to simply build a .NET 1.1 bin version of the .NET code,
as long as the code is .NET 1.1 compliant.
Similarly, MSBuild should be able to build C/C++ code, or just run a command
line application. The targets should not have to be "Built in" or Patched,
or whatever MSBee does.

--
Jaan
Aug 3 '06 #13
I understand what you are saying, and I'm just now getting my feet wet with
MSBee, which seems to work pretty well, but I just cant figure why they tied
the executing environment so tightly to the build task.

I mean, it shouldn't matter what language, or therefore what version of a
language a build tool was implemented in, it should do it's job regardless of
what language or platform it was implemented on.

In this case, its job is to build software, whether C#/C/C++ or whatever.
It should not matter what the target/task is.

I just don't get the tight coupling.
--
Jaan
"Dave Booker" wrote:
Seems like a major oversight.

But just to follow up: I had a support incident escalated all the way to the
VS Development team and the answer on this was there's no native way to
target prior frameworks; MSBee, kludgy though it is, is the best solution for
now.

"jrett" wrote:
I too have been wondering why the build targets are sooo difficult to choose.
It should be able to simply build a .NET 1.1 bin version of the .NET code,
as long as the code is .NET 1.1 compliant.
Similarly, MSBuild should be able to build C/C++ code, or just run a command
line application. The targets should not have to be "Built in" or Patched,
or whatever MSBee does.

--
Jaan
Aug 3 '06 #14

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

Similar topics

0
1291
by: Evyatar | last post by:
I have a problem to build vs2005 project: I type this command: msbuild "o:\UserManager.sln" and get this error: MSBUILD : error MSB1009: Project file does not exist. MSBUILD : error MSB1009: Project file does not exist. o:\MyProject\MyProject.vdproj(1,1): error MSB4025: The project file could not be loaded. Data at the root level is invalid. Line 1, position 1.
1
1482
by: pyang | last post by:
Hi, I converted a java project to C# project. My goal is to genrate C# API doc from this converted project. I don't necessary need to build the C# project. However, in VS studio, in order to genrate the XML for documentation, it requires a successful build of the C# project. If the build fails, VS studio does not genrate the documentation XML file.
3
1193
by: dhnriverside | last post by:
Hi guys I have a problem. I'm having a lot of problems with the "very known bug" of Visual C# deleting bits of code when you fast-switch between designer and code. It keeps deleting my entire OnInit(), which for a wizard-like page, contains quite a lot of code! I've spoken to various MVP leads on this issue, and the best solution they can come up with is "dont use Designer", which isn't really very helpful, is it? After all, I did...
4
1388
by: Anbu | last post by:
Hi All, I'm creating an ASP.NET 2.0 web solution using VS 2005. The solution (.sln) contains 4 projects, one depends on another. I need to compile the project files using automated process, which will call the compilation process project by project. How can i compile a project alone from the solution?? In earlier version of VS, the project information was stored in a
0
1301
by: WayCool | last post by:
When I try the steps to start a new project in Visual Studio 2005 for PocketPC 2003 ('Smart Device') by filling in the 'New project' Dialog box and hitting OK, I get a little beep, the Dialog returns and I get a message 'Creating project 'xxx' .. project creation failed' in the Status Bar. I re-installed VS2005 - no difference. With so little feedback, I can't tell what to do to get this working. Can anybody help?
12
1362
by: jtertin | last post by:
Can you force VS 2005 to compile a program to be compatible with version 1.x of the .NET Framework? HOW!?
0
1566
by: jmawebco | last post by:
I have a project I'm working on in VS2005 using vb.net with a MSSql 2005 backend. Everytime I try to run the application I get the same error message; ********* ERROR ********* Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
2
1101
by: Peter Bradley | last post by:
We have upgraded an ASP.NET solution from VS2003 (.NET 1.1) to VS2005 (.NET 2.0). On rebuilding the solution, no dll appears in the bin folder of the Web site. Is this the usual case for VS2005 solutions? If so, how can a solution be deployed? If not, can anyone suggest what might have happened? Peter
0
1198
by: David S, Zuza | last post by:
I wanna use Intellisense in my VS2005 project and ideas? Thanks, Dave
0
9255
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
9844
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...
0
8688
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
6514
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();...
0
5119
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
5289
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3780
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
3326
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2647
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.