[lnkForumImage]
TotalShareware - Download Free Software

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


 

Francesco

3/19/2002 4:50:00 PM

I have installed Visual Studio .Net (rel. 1.0.3705) with MMIT (1.0.33) but
I can't see the Mobile Web Form tab in the toolbox.
I have tried to add a tab and to add the .Net Framework Components but
nothing happens !!
Help !!!
Thank you
Francesco


7 Answers

Gaston Smit

3/19/2002 6:58:00 PM

0

The Mobile Web forms only appear in the toolbox if you
have started a 'MOBILE Web Application' project.


Francesco

3/20/2002 10:13:00 AM

0

I have started a 'Mobile Web Application' project buit it does not appear
Thank you
"Gaston Smit" <gasmit@inter.nl.net> ha scritto nel messaggio
news:5a9701c1cf6f$b1ec2fd0$9ae62ecf@tkmsftngxa02...
> The Mobile Web forms only appear in the toolbox if you
> have started a 'MOBILE Web Application' project.
>
>


Sunny Liu

3/20/2002 9:08:00 PM

0

You may not need to start a 'Mobile Web Application'
project. As long as you add reference to
System.Web.Mobile. Mobile Web Forms tab will show up on
Toolbox.



>-----Original Message-----
>I have started a 'Mobile Web Application' project buit it
does not appear
>Thank you
>"Gaston Smit" <gasmit@inter.nl.net> ha scritto nel
messaggio
>news:5a9701c1cf6f$b1ec2fd0$9ae62ecf@tkmsftngxa02...
>> The Mobile Web forms only appear in the toolbox if you
>> have started a 'MOBILE Web Application' project.
>>
>>
>
>
>.
>

Francesco

3/21/2002 11:30:00 AM

0

I have written this code

<%@ Page Language="vb" AutoEventWireup="false" Codebehind="main.aspx.vb"
Inherits="audiweb.MobileWebForm1" %>
<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls"
Assembly="System.Web.Mobile, Version=1.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a" %>
<meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
<meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/Mobile/Page...
<body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm...
<mobile:Form id="Form1" runat="server">
<mobile:Calendar id="Calendario" Runat="server"></mobile:Calendar>
</mobile:Form>
</body>

It works, but in the toolboox nothing appears !!



"Sunny Liu" <sunnyxiaoliu@hotmail.com> wrote in message
news:634a01c1d04a$f91f9b40$9ae62ecf@tkmsftngxa02...
> You may not need to start a 'Mobile Web Application'
> project. As long as you add reference to
> System.Web.Mobile. Mobile Web Forms tab will show up on
> Toolbox.
>
>
>
> >-----Original Message-----
> >I have started a 'Mobile Web Application' project buit it
> does not appear
> >Thank you
> >"Gaston Smit" <gasmit@inter.nl.net> ha scritto nel
> messaggio
> >news:5a9701c1cf6f$b1ec2fd0$9ae62ecf@tkmsftngxa02...
> >> The Mobile Web forms only appear in the toolbox if you
> >> have started a 'MOBILE Web Application' project.
> >>
> >>
> >
> >
> >.
> >


(Andres Sanabria)

3/22/2002 1:34:00 AM

0

Francesco

3/25/2002 7:37:00 AM

0

Yes
Thank you

"Andres Sanabria" <AndresSONLINE@Microsoft.com> wrote in message
news:nIoF4kT0BHA.1276@cpmsftngxa07...
> Did you install MMIT after the VS.NET???
>
> AndresS
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> You assume all risk for your use. © 2002 Microsoft Corporation. All rights
> reserved.


(Joseph Croney (MSFT))

4/2/2002 9:33:00 AM

0