Probably was solved before but
The code works fine on the PDA basic4PPC version but when I try to compile it on the PC to get .exe file,
I get error message:
error CS0012: The type 'MS.WindowsMobile.PocketOutlook.Contact' is defined in an assembly that is not referenced. You must add a reference to assembly 'MS.WindowsMobile.PocketOutlook, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Am I using the old version of Outlook.dll?
B4X:
Sub Button1_Click
ChooseDialog.New1
OutlookContact.New1
ChooseDialog.Show ' I think it returns cOK or cCancel?
OutlookContact.Value = ChooseDialog.SelectedContact
Msgbox(OutlookContact.Lastname)
End Sub
The code works fine on the PDA basic4PPC version but when I try to compile it on the PC to get .exe file,
I get error message:
error CS0012: The type 'MS.WindowsMobile.PocketOutlook.Contact' is defined in an assembly that is not referenced. You must add a reference to assembly 'MS.WindowsMobile.PocketOutlook, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Am I using the old version of Outlook.dll?