How to create PocketPC/Smartdevice/Mobile Web Project in VS 2008 orCF 3.5

H

hassanmushtaq

hi to all fellows.
i m very sorry if i m posting this in wrong forum. but please intsruct
me where to post if it is wrong.
i have an question as all know in VS 2003 we can create Mobile web
application. it has a seperate project. but i can't able to find how
can i do that in VS 2008. can anyone please anyone guide me.
regards
Hassan Mushtaq
 
A

Arun

Hi Mushtaq,

VS 2008 did not support Asp.Net mobile web forms, Normal ASP.NET web
pages can run on most of the device browsers. So you can use these
templates and build your app.
VS 2005 still supports ASP.NET mobile controls.
I don't know, why MS decide to remove ASP.NET mobile controls in VS
2008.

I saw in a blog entry, templates that can be used for the development.
http://blogs.msdn.com/webdevtools/a...bile-development-with-visual-studio-2008.aspx

Cheers,
Arun
 
S

Surya Ayyalasomayajula

Hello Mushtaq

Source mode supports development of Mobile Web forms. Add the following
TagPrefix attribute to the @ Register directive:

<%@ Register TagPrefix="mobile"
Namespace="System.Web.UI.MobileControls"
Assembly="System.Web.Mobile" %>

Requirements: Normal Web Form and include web controls prefix with 'mobile',
but you will see error message in design mode, just ignore it, build the appl
and run it..

Try your best,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top