User-2106679471 posted
Hello, I am starting a simple mobile project on VS 2005 Beta 1. I know that mobile controls have been deprecated in this version, but just read that they will be coming back in Beta 2. Am I able to write code using the mobile controls now? I thought that the
MMIT was already included in the framework and that I shouldn't have to install anything to get them. When I try to write "using System.Web.Mobile;" like in VS 2003, it doesn't recognize the assembly. Do I have to wait for Beta 2, or are there any other suggestions.
Thanks a lot, Ryan
User-2106679471 posted
I think I found the solution: http://msdn.microsoft.com/asp.net/whidbey/beta2changes.aspx in the article they say to use the System.Web.Mobile dll. Now everything is being recognized. Ryan