already this line of code is there on the page , if you can provide me with web.config settings for mobile web application and also the web page form desgin
Life is about trusting our feelings and taking chances, losing, finding happiness, appreciating the memories, learning from the past.....
Member
38 Points
216 Posts
Need to solve this error : Error on web application for mobile
Jul 12, 2012 07:46 AM|hardtoget410|LINK
this is the error I got after I create new web application and tried to use tag
Error creating control The control can't be displayed because its target prefix is not registered in web form
<mobile:form id="ListStuff" runat="server"/>
Participant
1359 Points
744 Posts
Re: Need to solve this error : Error on web application for mobile
Jul 12, 2012 08:06 AM|swapna.anu|LINK
what is <mobile:form>?? is this a user control or coming from any other assembly. Are you refering it any where?
If so then you need to register the prefix in the page after <%@ Page%> in .aspx like
Hope this helps.
Member
38 Points
216 Posts
Re: Need to solve this error : Error on web application for mobile
Jul 12, 2012 08:28 AM|hardtoget410|LINK
already this line of code is there on the page , if you can provide me with web.config settings for mobile web application and also the web page form desgin
Participant
1359 Points
744 Posts
Re: Need to solve this error : Error on web application for mobile
Jul 12, 2012 09:24 AM|swapna.anu|LINK
Which version of VS are you using. What is your web config showing now as you need not update anything to my knowledge.
Are you using anything like master page?
Star
14065 Points
3270 Posts
Re: Need to solve this error : Error on web application for mobile
Jul 16, 2012 11:05 AM|roopeshreddy|LINK
Hi,
Mobile Forms are depreciated - http://riyadsthoughts.blogspot.in/2009/02/mobile-web-forms-in-visual-studio-2008.html
General ASP.NET works absolutely fine in all Mobile browsers!
http://asp.net/mobile
If you still want it - http://blogs.msdn.com/b/webdevtools/archive/2007/09/17/tip-trick-asp-net-mobile-development-with-visual-studio-2008.aspx
It will work only in VS 2008! It won't be supported in VS 2010 IDE!
Hope it helps u...
Roopesh Reddy C
Roopesh's Space