[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

What happened to ASP.NET Mobile Web App Projects?

robertf

11/13/2006 10:05:00 PM

In Visual Studio .NET 2003, when creating a new Visual C# project, there was
an option to create an ASP.NET Mobile Web Application project. In Visual
Studio 2005, that type of project no longer appears. Could anyone tell me
what has happened to it and how one can create a project that uses mobile web
controls? I'm creating an ASP.NET 2.0 web site that I'd like to view on a
BlackBerry device.

Thanks in advance for your response.
1 Answer

robertf

11/14/2006 6:15:00 PM

0

I see what's happened. The ASP.NET Mobile Web components (forms and
controls) have been integrated into VS.NET 2005. If you right-click on your
Solution Explorer project and select "Add New Item...", you'll see templates
for Mobile Web Forms, Mobile Web User Controls, and so on. Opening such a
template and then selecting the Designer view will start the Mobile Web
Designer.

"robertf" wrote:

> In Visual Studio .NET 2003, when creating a new Visual C# project, there was
> an option to create an ASP.NET Mobile Web Application project. In Visual
> Studio 2005, that type of project no longer appears. Could anyone tell me
> what has happened to it and how one can create a project that uses mobile web
> controls? I'm creating an ASP.NET 2.0 web site that I'd like to view on a
> BlackBerry device.
>
> Thanks in advance for your response.