Answered by:
where are asp.net mobile controls??

Question
-
User2098947605 posted
Basic question here: Where are the asp.net mobile controls?
I'm running Visual Studio 2005 Enterprise, and I just downloaded the Windows Mobile 6.0 SDK hoping to find them there but no such luck! Also of the three namespaces that are referenced in the documentation, I only have 1 - System.Web.Mobile. System.Web.UI.Mobilecontrols and System.Web.UI.MobileControls.Adapters don't exist.
Thanks
Tuesday, June 19, 2007 7:30 PM
Answers
-
User113421904 posted
Alex,
Sure you can add them manually, but I'm wondering why they are not exist in the toolbox. The assembly name is System.Web.Mobile(2.0.0). It is registered in the GAC. You can verify it with the following command line first:
GACUtil.exe /l system.web.mobile
Hope it helps.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, June 22, 2007 4:51 AM
All replies
-
User113421904 posted
Hi Alex,
(1) AFAIK, Visual Studio 2005 has no Enterprise version. Please check Help -> About Microsoft Visual Studio for its version.
(2) Windows Mobile 6.0 SDK is not required for the two namespace.
(3) Try modifying Visual Studio 2005 installation, make sure Smart Device feature is installed.
Thursday, June 21, 2007 9:00 AM -
User2098947605 posted
Zhao,
I'll take another look at the installed components.
Thanks for your help.
Thursday, June 21, 2007 5:37 PM -
User2098947605 posted
I've got Visual Studio 2005 Professional. Do these controls come with this version?
Also setup says that Smart Device Programmability is installed for both Visual Basic and C#, but as I said before the ASP.NET mobile controls don't show up anywhere. Do I need to create a tab in the toolbox and add the controls manually???
Thursday, June 21, 2007 5:45 PM -
User113421904 posted
Alex,
Sure you can add them manually, but I'm wondering why they are not exist in the toolbox. The assembly name is System.Web.Mobile(2.0.0). It is registered in the GAC. You can verify it with the following command line first:
GACUtil.exe /l system.web.mobile
Hope it helps.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, June 22, 2007 4:51 AM