Thanks, the full error will hopefully provide more info - the thing to
remember about .net is it it not just about the code - there are a number of
config files that need setting up correctly as well and these can cause
errors in applications if settings are missing. I think we have all been
there confused why something does not work, only to find out one line is
missing from the app.config  ;)



-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeff Schasny
Sent: 10 May 2011 22:34
To: U2 Users List
Subject: Re: [U2] Uniobjects.Net Compact Framework and Visual Basic

I can't run a web service on the machine I'm communicating with because 
it is in scope for PCI compliance. I can't grab the whole error right 
now because I'm running in the emulator. I'll deploy the thing to a real 
device tomorrow and save the whole error to a file.

Symeon Breen wrote:
> Can you post the full exception trace ?
>
> It may be easier to write a webservice on a web server, and write your
> mobile device code to connect to that rather than directly to unidata.
>
>
> -----Original Message-----
> From: u2-users-boun...@listserver.u2ug.org
> [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeff Schasny
> Sent: 10 May 2011 15:12
> To: U2 Users List
> Subject: Re: [U2] Uniobjects.Net Compact Framework and Visual Basic
>
> I'm not using either of those. Good thought though. Here's some more info:
>
> 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
>
> Googleing "MissingManifestResourceException" brings back a large number 
> of results. All of which basically say "Something seems to be missing".
>
> Holt, Jake wrote:
>   
>> Are you using a secure connection or connection pooling?  I don't think
>> either are supported yet with UniObjects on the compact framework.
>>
>> -----Original Message-----
>> From: u2-users-boun...@listserver.u2ug.org
>> [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeff Schasny
>> Sent: Tuesday, May 10, 2011 8:32 AM
>> To: U2-Users@listserver.u2ug.org
>> Subject: [U2] Uniobjects.Net Compact Framework and Visual Basic
>>
>> Has anyone successfully written a VB application using the compact
>> framework .dll? I attempted to convert on of my working
>> Windows/Uniobjects applications and have never been able to get a
>> session open under Windows Mobile. All of the example apps are C# which
>> really does me no good. Case number  470569*US was opened with Rocket on
>> 12/01/10 which has resulted in total silence.
>> --
>> ------------------------------------------------------------------------
>> Jeff Schasny - Denver, Co, USA
>> jschasny at gmail dot com
>> ------------------------------------------------------------------------
>> _______________________________________________
>> U2-Users mailing list
>> U2-Users@listserver.u2ug.org
>> http://listserver.u2ug.org/mailman/listinfo/u2-users
>> _______________________________________________
>> U2-Users mailing list
>> U2-Users@listserver.u2ug.org
>> http://listserver.u2ug.org/mailman/listinfo/u2-users
>>
>>   
>>     
>
>   

-- 
------------------------------------------------------------------------
Jeff Schasny - Denver, Co, USA
jschasny at gmail dot com
------------------------------------------------------------------------
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1325 / Virus Database: 1500/3628 - Release Date: 05/10/11

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to