p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Go Back   p2p.wrox.com Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Basics
I forgot my password Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.

Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old October 31st, 2007, 11:53 AM
Friend of Wrox
Points: 716, Level: 10
Points: 716, Level: 10 Points: 716, Level: 10 Points: 716, Level: 10
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Apr 2004
Location: San Francisco, CA, USA.
Posts: 204
Thanks: 0
Thanked 0 Times in 0 Posts
Default Weird Build Errors

I've had this weird problem come up now and again ever since VS Service Pack 1 (although I don't know if it's related).

I get build errors such as the following:

'ddlLicenseType' is not a member of 'Participants'

Name 'ddlLicenseType' is not declared.

And soforth for a bunch of different controlls, all of which are plain old server controls on the ASPX page. The weird thing is, it still runs when accessed from IIS.

Now I've got the exact same website which builds on my laptop in VS2005, but not on the web server from Visual Web Developer (I keep VWD on the server for debugging purposes).

Anyone know what's up with this?

Thanks.

Aaron


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #2 (permalink)  
Old November 2nd, 2007, 04:04 AM
Authorized User
 
Join Date: Aug 2007
Location: , , Singapore.
Posts: 70
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to yukijocelyn
Default

Hi
I assume that you are doing the dropdownlist index changed, perhaps you can try this:

Protected Sub ddlLicenseType_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs)
    Dim ddlLT as DropDownList = sender
    'from here, do your coding on how you want to further manipulate the data using ddlLT.    
End Sub

hope this helps~
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Build Errors..Not Sure What to Do?? jazzcatone ASP.NET 2.0 Basics 2 March 8th, 2007 02:24 PM
VC++ Build Errors, Help!!!!!!!!! gothicpurple Visual C++ 0 August 29th, 2006 07:35 PM
build errors in vc++ angel188 Visual C++ 0 June 6th, 2006 07:41 AM
Weird Errors kervinshim Classic ASP Databases 3 April 25th, 2004 05:08 AM
Please Help! Build errors motsam BOOK: ASP.NET Website Programming Problem-Design-Solution 2 February 29th, 2004 10:37 AM



All times are GMT -4. The time now is 07:52 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc