[lnkForumImage]
TotalShareware - Download Free Software

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


 

Bilgehan

3/27/2002 7:48:00 PM

hi, i install Mobile Toolkit 1.0 and open a new mobile project. i study from
quick start guide, i read that when i install MIT, i can use mobile toolbar
and can develop application with drag-drop. but i cant find mobile toolbar?
is it really a toolbar for mobile in VS?

second question :
my system is win2000 advanced server. at first i install service pack 2 and
visual studio .net beta-2 and mdac 2.7. later i want to install MIT 1.0.
(candicate version of MIT is not avaible for .net beta-2 i know? ) but
install shield said that my framework is not compatible version for MIT 1.0.
i install new sdk from microsoft (1.0.3) and try MIT, finish it and open a
new project, press F5 and i see an error....like this :

c:\inetpub\wwwroot\Mobile2\Global.asax.resx Resource transformation for file
'Global.asax.resx' failed. File or assembly name System.Windows.Forms, or
one of its dependencies, was not found.

c:\inetpub\wwwroot\Mobile2\MobileWebForm1.aspx.resx Resource transformation
for file 'MobileWebForm1.aspx.resx' failed. File or assembly name
System.Windows.Forms, or one of its dependencies, was not found.


my code is :

<%@ Page language="c#" Codebehind="MobileWebForm1.aspx.cs"
Inherits="MobileWebApplication2.MobileWebForm1" AutoEventWireup="false" %>
<%@ 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 7.0">
<meta name="CODE_LANGUAGE" content="C#">
<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:Form>
</body>


i cant find solution and delete that "Global.asax.resx" and
"MobileWebForm1.aspx.resx" files, no problem now! but i want to know, can i
develop a mobile application with drag-drop?

thanks...
Bilgehan...


2 Answers

(Simon Calvert)

3/28/2002 1:44:00 AM

0

(Simon Calvert)

3/28/2002 1:51:00 AM

0