Wrox Programmer Forums
|
BOOK: ASP.NET Website Programming Problem-Design-Solution
This is the forum to discuss the Wrox book ASP.NET Website Programming: Problem - Design - Solution, Visual Basic .NET Edition by Marco Bellinaso, Kevin Hoffman; ISBN: 9780764543869
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET Website Programming Problem-Design-Solution 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 October 26th, 2004, 08:36 AM
Authorized User
 
Join Date: Oct 2004
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
Default using dot net 2.0

I am new to this so might not be asking the right question.

If I want to use .Net 2.0 how would I use it with the phile application. or to say if I want to compile against 2.0 what can i do to make the changes. thanks



 
Old October 26th, 2004, 09:31 AM
Authorized User
 
Join Date: Aug 2004
Posts: 82
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hello,

thePhile is built on .NET 1.1 so it uses only its functionality. I think you can't compile it using .NET 2.0 but I'm not sure if it's right or not. I didn't work with version 2.0 yet.
Thanks,
Marenela

 
Old October 26th, 2004, 10:16 AM
Authorized User
 
Join Date: Mar 2004
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I dont see it being an issue, .Net 2.0 will give us the developer new tools to develop applications even quicker then we do now, but i am sure the MS ensure that it is backward compatible with older version, if they didnt then i would be very surprised. All 1.1 functionality should be in 2.0 even though new server controls such as the gridView(not entirely sure on the name) etc are coming in.

just my 50p

Rob


 
Old October 26th, 2004, 11:01 AM
Authorized User
 
Join Date: Oct 2004
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks guys. but i thought C# version of thephile was written for 1.0 instead of 1.1 . I could be wrong. I was wondering if i built an application based on thephile and the production server only have .net 2.0 would it work? or do i have to make the application using 2.0. any light on this would be great help. thanks



 
Old October 26th, 2004, 11:14 AM
Authorized User
 
Join Date: Mar 2004
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Default

the onlu way your really going to know is if you try :). It may throw up some suprises, but it also might not!

Rob

 
Old October 26th, 2004, 01:25 PM
Authorized User
 
Join Date: Oct 2004
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
Default

true. I will try that see what happens. thanks

 
Old October 26th, 2004, 04:41 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

It should compile fine in ASP.NET 2.0, however I'm not sure if it's wise to use this application in ASP.NET 2.0. The key advantages of this application are locked to the older ASP.NET architecture. There's no use of the 2.0 Membership features, Master Pages, Web Parts, etc.

The DataGrid isn't even on the toolbar in 2.0 - they want you to use the new GridView instead.

If you already have a website using this architecture, then it will work fine in 2.0. But I don't think I'd start with this architecture if you're looking at using 2.0 soon - you're better off getting a book on 2.0 and designing a new site using those cool features. It takes a *LOT* less code in 2.0, and you get more features for your end-users.

Eric





Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I run VB .net 2005 with DOT NET 2003 APPLICATI kadesskade BOOK: Beginning Visual Basic 2005 ISBN: 978-0-7645-7401-6 2 August 8th, 2006 05:14 AM
New Features of Dot Net 2.0 kool_creative General .NET 1 May 25th, 2006 03:40 AM
VS Dot Net Installer pal_amu General .NET 0 May 19th, 2005 01:40 AM
dot net installation rajanikrishna VS.NET 2002/2003 0 September 10th, 2003 05:39 AM





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