Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > .NET 3.5 and Visual Studio. 2008 > Visual Studio 2008
|
Visual Studio 2008 For discussing Visual Studio 2008. Please post code questions about a specific language (C#, VB, ASP.NET, etc) in the correct language forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Studio 2008 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 9th, 2010, 02:41 AM
Registered User
 
Join Date: Apr 2005
Posts: 352
Thanks: 14
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rupen
Default Able to run WCF project in VS 2008 without Framework 3.5.

Hi,

Just wondering how am I able to run a project in VS 2008 which utilizes WCF and that too without having Framework 3.5, (I check in IIS ASP.NET tab, have only 1.0 and 2.0 version). But, project is running good.
 
Old September 9th, 2010, 02:48 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

You're mixing up the framework and the runtime. While there exists a 3.5 framework, the underlying runtime is still .NET 2. So, in IIS you see version 1 and 2, while your project may very well be using .NET 3.5 specific assemblies.

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
The Following User Says Thank You to Imar For This Useful Post:
rupen (September 9th, 2010)
 
Old September 9th, 2010, 03:15 AM
Registered User
 
Join Date: Apr 2005
Posts: 352
Thanks: 14
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rupen
Default

Thank you for the reply, but it has created few more qustions:
1. so did it mean that if I have installed Framework 2.0, the installation of VS 2008 will just put 3.5 assemblies?

2. where can I see the 3.5 assemblies in Windows Explorer?

3. Framework 3.5 will never be seen in IIS as it uses runtime of Fmwlk 2.0. is it true?
 
Old September 9th, 2010, 03:21 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

1. More or less. You don't need VS 2008; you could just install the .NET 3.5 framework. It adds assemblies, but doesn't change the run-time.

http://www.danielmoth.com/Blog/net-framework-35.aspx

2. In your Windows\Microsoft.NET\Framework folder

3. More or less. You can't configure IIS to use framework 3.5. You configure it to use the runtime 2.0. Your application can then use the framework 3.5, running against the 2.0 runtime.

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
The Following User Says Thank You to Imar For This Useful Post:
rupen (September 9th, 2010)
 
Old September 9th, 2010, 03:40 AM
Registered User
 
Join Date: Apr 2005
Posts: 352
Thanks: 14
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rupen
Default

..Great, thank you again. so, I guess, the framework 4.0 has different runtime, if we install framework 4, it will show in IIS, right?
 
Old September 9th, 2010, 03:45 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Yes, that's correct.

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!





Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you add content to a tab control dynamically in wcf -- at run time? Bill_Thompson C# 2005 0 June 29th, 2010 10:43 PM
SQL 2008 will not run on Windows 2008? dkrus Book: Professional Microsoft SQL Server 2008 Administration ISBN: 978-0-470-24796-9 1 February 23rd, 2009 12:34 PM
TheBeerhouse Project working correctly in VS 2008 asp125 BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 3 October 10th, 2008 12:33 PM
WCF endpoint error when wrapping WCF service with jdawg1979 Visual Studio 2008 0 July 8th, 2008 11:56 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.