OK... I've got the latest UniObjects CF .dll and Universe 10.3 all loaded up on my machine. I've converted an existing UniObjects Visual Basic 2008 Windows app which (works nicely on XP/Vista/7) to Windows mobile. No matter which combination of Windows platform (Mobile 5, Mobile 6, CE) and .NET Framework (2.0 or 3.5) I attempt to use in creating the app it builds and deploys just fine but when the programs is run either in the emulator of on a device I get the same error message: "Cannot open UniObjects Session Error = MissingManifestResourceException"

When running this "try" loop

Try
sess = UniObjects.OpenSession("**machine**", "**username**", "**password**", "c:\local")
Catch ex As Exception
MsgBox("Cannot open UniObjects Session Error = " & ex.Message)
Close()
End Try

The error detail is not much more helpful than the message itself. Anyone? Rocket? I'm more than willing to send along the code but I'm pretty sure that if I can get past the initial connection everything will be OK. The demo app in the article David pointed me to works on my machine but since I dont have the C# module in Visual Studio and am not a C# programmer it does me little good.




Hona, David wrote:
Talk about bad timing, it's now moved here:

https://u2devzone.rocketsoftware.com/accelerate/articles/compact-framework/compact-framework

Annoyingly, yet another (separate) user-ID and password is required for this 
site!! :-(

All the U2 articles/tutorials have been moved to:

https://u2devzone.rocketsoftware.com/accelerate/articles/index
https://u2devzone.rocketsoftware.com/accelerate/tutorials/index



-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Jeff Schasny
Sent: Tuesday, 23 November 2010 3:55 AM
To: U2 Users List
Subject: Re: [U2] Uniobjects on windows mobile/CE

Thanks David, but I got a 404 not found on the link.

I did start a Windows Mobile app in Visual Studio 2008 and added in the Uniobjects.NET .dll with no problem. I pasted in the whole "Try" loop for establishing a session from another app I had previously developed and it seemed to like the syntax/objects just fine. Unfortunately, not being in the office today I could only attempt to deploy it to the emulator and the deploy blew up quite nicely. I'm not too worried about that however since the emulator is notoriously buggy.

Hona, David wrote:
Check this out:
https://u2tcint.rocketsoftware.com/developerzone/techarticles/nkesic0909/


-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Jeff Schasny
Sent: Saturday, 20 November 2010 4:53 AM
To: [email protected]
Subject: [U2] Uniobjects on windows mobile/CE

Does anyone know if Uniobjects with work on Windows Mobile or CE?


************** IMPORTANT MESSAGE ***************************** This e-mail message is intended only for the addressee(s) and contains information which may be confidential. If you are not the intended recipient please advise the sender by return email, do not use or
disclose the contents, and delete the message and any attachments from your 
system. Unless
specifically indicated, this email does not constitute formal advice or 
commitment by the sender
or the Commonwealth Bank of Australia (ABN 48 123 123 124) or its subsidiaries. We can be contacted through our web site: commbank.com.au. If you no longer wish to receive commercial electronic messages from us, please reply to this e-mail by typing Unsubscribe in the subject line. **************************************************************



_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users


--
------------------------------------------------------------------------
Jeff Schasny - Denver, Co, USA
jschasny at gmail dot com
------------------------------------------------------------------------
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to