Asked by:
windows ce version 3.0 developement ??

Question
-
User-349389822 posted
i am having problems developing client apps for windows ce v3.0 ................using vs2005.......i believe my problem is the framework.........i can seem to get the device to update to the .net compack framework 2.0 ............this is my first mobile app .......any help is greatly appreicated
device:
Compaq ipaq 3650
windows ce v3.0
Thursday, April 6, 2006 12:33 PM
All replies
-
User-1804824805 posted
This is not an ASP.NET issue. You are trying to run the application on the device, which is not what ASP.NET does. There might be better forums for this (though I am not certain exactly where). If you have VS 2005, I believe it will load the .NET Framework at first debugging. Can you try and create a 1.x application (you can do this in VS 2005) and see if the 1.x framework installs. If so, perhaps the device is not one that can use 2.0.Thursday, April 6, 2006 5:19 PM -
User-349389822 posted
From reading other post on the www..... i have to create apps in 1.x..............the problem i am having now is with vs2005 . When i start a pocket pc project (1.x) it starts fine, but when i drag any controls (label , textbox ,etc) the " Windows Form Designer generated code " generates codes that it doesn't seem to reconize .....below in red and underlined
#
Region " Windows Form Designer generated code " Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer.InitializeComponent()
'Add any initialization after the InitializeComponent() call End Sub 'Form overrides dispose to clean up the component list. Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean) MyBase.Dispose(disposing) End Sub 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container Me.MainMenu1 = New System.Windows.Forms.MainMenu(Me.components) Me.Label1 = New System.Windows.Forms.Label Me.Button1 = New System.Windows.Forms.Button Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(63, 39) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(39, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "Label1" ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(66, 90) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 23) Me.Button1.TabIndex = 1 Me.Button1.Text = "Button1" Me.Button1.UseVisualStyleBackColor = True ' 'frm1 ' Me.ClientSize = New System.Drawing.Size(292, 266) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Label1) Me.Menu = Me.MainMenu1 Me.Name = "frm1" Me.Text = "Form1" Me.ResumeLayout(False) Me.PerformLayout() End Sub#
End Regionanyone having this problem ?? any help is appreciated ....................
Tuesday, April 11, 2006 10:26 AM -
User-349389822 posted
not sure what i did but everything is fix.......Wednesday, April 12, 2006 10:12 AM