Hi Guys,
I recently created an ASP.net application in Visual Studio 2003. I have built the application to run both on 1.1 and 1.0. Im running the app on .net framework 1.0 all pages work well except on which gives me the error below.
I hope u guys can help.
Regards,
Nick
Server Error in '/' Application.
--------------------------------------------------------------------------------
Method not found: System.String System.Web.UI.W ebControls.List Control.get_Sel ectedValue().
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.MissingM ethodException: Method not found: System.String System.Web.UI.W ebControls.List Control.get_Sel ectedValue().
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[MissingMethodEx ception: Method not found: System.String System.Web.UI.W ebControls.List Control.get_Sel ectedValue().]
PubDevX.loc.Pag e_Load(Object sender, EventArgs e) +0
System.Web.UI.C ontrol.OnLoad(E ventArgs e) +67
System.Web.UI.C ontrol.LoadRecu rsive() +29
System.Web.UI.P age.ProcessRequ estMain() +713
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.370 5.288; ASP.NET Version:1.0.370 5.288
---
Posted using Wimdows.net NntpNews Component -
Post Made from http://www.DotNetJunkies.com/newsgroups Our newsgroup engine supports Post Alerts, Ratings, and Searching.
Comment