Wrox Programmer Forums
|
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0
This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 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 January 5th, 2009, 03:58 PM
Authorized User
 
Join Date: Oct 2008
Posts: 23
Thanks: 5
Thanked 0 Times in 0 Posts
Default Namespace issues now after conversion to web app. Ouch!

So I created a new web application project, got everything included and converted. But VS2005 does not like the namespace now. Doesn't recognize anything from Old_App_Code. Has anybody done this before? Any ideas? I expected App_Code to be renamed, but i didn't expect this. Any suggestions welcome.
 
Old January 7th, 2009, 04:29 PM
Lee Dumond's Avatar
Wrox Author
 
Join Date: Jan 2008
Posts: 923
Thanks: 12
Thanked 166 Times in 162 Posts
Default

Are you sure you have all the proper references included?

Which namespace(s) are you having trouble with?
__________________
Visit my blog at http://leedumond.com
Follow me on Twitter: http://twitter.com/LeeDumond

Code:
if (this.PostHelpedYou)
{
   ClickThanksButton(); 
}
 
Old January 16th, 2009, 01:22 PM
Authorized User
 
Join Date: Oct 2008
Posts: 23
Thanks: 5
Thanked 0 Times in 0 Posts
Default Gave up on this for now.

I ended finding i needed to set each file in oldappcode to "compile". that fixed a lot of issues, but still namespace issues. I deal with it another time. I did get Webuilder happy (replacement for ProfileCommon). Thank anyway Lee.
 
Old January 16th, 2009, 01:27 PM
Lee Dumond's Avatar
Wrox Author
 
Join Date: Jan 2008
Posts: 923
Thanks: 12
Thanked 166 Times in 162 Posts
Default

Speaking of profiles, I recently put up a blog post about retaining strongly typed profiles in web apps by supplementing ProfileCommon with a custom class:

http://leedumond.com/blog/getting-st...class-library/

Don't know if this might be of some help to someone dealing with the same issue.
__________________
Visit my blog at http://leedumond.com
Follow me on Twitter: http://twitter.com/LeeDumond

Code:
if (this.PostHelpedYou)
{
   ClickThanksButton(); 
}





Similar Threads
Thread Thread Starter Forum Replies Last Post
Interface between web app and win app alienaheart ASP.NET 2.0 Professional 4 August 4th, 2009 09:29 AM
connection string issues, web.config file issues kaliaparijat ASP.NET 2.0 Professional 1 June 12th, 2008 08:07 AM
Convert a VB.Net app to a web app? furjaw VB.NET 3 September 24th, 2007 12:27 PM
2000 to 2002 conversion issues k-wex Access 4 September 27th, 2005 12:28 PM
Connecttion Pool issues - Sample App michaeldill JSP Basics 0 May 14th, 2004 11:18 AM





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