.NET Components for Mobility

Can you help me please?

Last post 05-25-2007 9:50 PM by PeterFoot. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 05-23-2007 3:12 PM

    Can you help me please?

    Hi,

    Im having problems with the community edition. Im trying to add a new appointment and when i try it a have the following message error:

    Access denied.

    Im trying it in a Qtek S300 with Windows Mobile 5. The versión of InTheHand.WindowsMobile.PocketOutlook.dll is 2.0.60206.1

     

    This is the code: (VB .NET)

    Private Sub AddAppointment()

    Dim myapp As New InTheHand.WindowsMobile.PocketOutlook.OutlookSession

    Dim App1 As New InTheHand.WindowsMobile.PocketOutlook.Appointment

    App1 = myapp.Appointments.Items.AddNew

    With App1

    .Body = "Appointment with " & Name.Text

    .Start = New DateTime(Year(RevDate.Value), Microsoft.VisualBasic.Month(RevDate.Value), Microsoft.VisualBasic.Day(RevDate.Value), RevHour.Value, RevMinutes.Value, 0)

    .Subject = "Appointment with " & Name.Text

    .Update()

    End With

    myapp.Dispose()

     End Sub

     

    Can you please help me?

     

    Filed under:
  • 05-24-2007 10:27 AM In reply to

    Re: Can you help me please?

    Can someone help me please??
  • 05-25-2007 9:50 PM In reply to

    Re: Can you help me please?

    Does this occur only on Appointments, or also on Contacts/Tasks?

     The Community Edition is unsigned so if a device has a higher security policy than the normal (which is to prompt the user the first time the assembly is loaded) then it may not work. The Professional Edition is signed with a Mobile2Market certificate to support the widest range of devices.

    Peter

    Peter Foot
    Microsoft Device Application Development MVP
    www.peterfoot.net | www.inthehand.com
Page 1 of 1 (3 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.