Click here to Skip to main content
15,919,245 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have uploaded a web application which can be accessed from mobile on server but getting this above error.
I have googled this but didn't find any answer.
The error is showing below this line:
Public Function FillingCombo_mobile(ByVal strSql As String, ByRef objCmb As System.Web.UI.MobileControls.SelectionList) As System.Web.UI.MobileControls.SelectionList

I have found this error on my local server while i haven't added system.web/mobilecontrols. But after adding this reference this works fine in local server.
I have also configured IIS with the above reference but getting error.

Can anyone please help me?

Thanks in advance.
Posted
Updated 11-Jul-12 19:03pm
v3

1 solution

Make sure that 'System.Web.Mobile.dll' is referenced to your web application and the related file is present on server in GAC or bin folder of your application.

Refer: SelectionList Class namespace & assembly[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900