Re: [U2] Uniobjects.Net Compact Framework and Visual Basic

2011-05-11 Thread Symeon Breen
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


[U2] Does anyone us Magento as a front end

2011-05-11 Thread David A. Green
Does anyone us Magento as a front end web development tools with UniData?

 

What kind of path do you use?

 

Client  Web Server  SQL Server  UniData

Or

Client  Web Server  UniData

 

David A. Green

(480) 813-1725

DAG Consulting

 

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


Re: [U2] Uniobjects.Net Compact Framework and Visual Basic

2011-05-11 Thread Jeff Schasny

OK, so here is the entire message:

System.Resources.MissingManifestResourceException: 
MissingManifestResourceException

at System.Resources.ResourceManager.InternalGetResourceSet()
at System.Resources.ResourceManager.InternalGetResourceSet()
at System.Resources.ResourceManager.InternalGetResourceSet()
at System.Resources.ResourceManager.GetString()
at System.Resources.ResourceManager.GetString()
at IBMU2.UODOTNET.UniObjects.OpenSession()
at GetScanInfoMobile.ScanForm.ScanForm_Load()
at System.Windows.Forms.Form.OnLoad()
at System.Windows.Forms.Form._SetVisibleNotify()
at System.Windows.Forms.Control.set_Visible()
at GetScanInfoMobile.LogForm.Button1_Click()
at System.Windows.Forms.Control.OnClick()
at System.Windows.Forms.Button.OnClick()
at System.Windows.Forms.ButtonBase.WnProc()
at System.Windows.Forms.Control._InternalWnProc()
at Microsoft.AGL.Forms.EVL.EnterMainLoop()
at System.Windows.Forms.Application.Run()
at GetScanInfoMobile.LogForm.Main()

Symeon Breen wrote:

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  ;)

  


--

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


Re: [U2] Uniobjects.Net Compact Framework and Visual Basic

2011-05-11 Thread Holt, Jake
Or A namespace is incorrect

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen
Sent: Wednesday, May 11, 2011 2:35 PM
To: 'U2 Users List'
Subject: Re: [U2] Uniobjects.Net Compact Framework and Visual Basic

It kind of sounds like a .resx file is missing

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

OK, so here is the entire message:

System.Resources.MissingManifestResourceException: 
MissingManifestResourceException
at System.Resources.ResourceManager.InternalGetResourceSet()
at System.Resources.ResourceManager.InternalGetResourceSet()
at System.Resources.ResourceManager.InternalGetResourceSet()
at System.Resources.ResourceManager.GetString()
at System.Resources.ResourceManager.GetString()
at IBMU2.UODOTNET.UniObjects.OpenSession()
at GetScanInfoMobile.ScanForm.ScanForm_Load()
at System.Windows.Forms.Form.OnLoad()
at System.Windows.Forms.Form._SetVisibleNotify()
at System.Windows.Forms.Control.set_Visible()
at GetScanInfoMobile.LogForm.Button1_Click()
at System.Windows.Forms.Control.OnClick()
at System.Windows.Forms.Button.OnClick()
at System.Windows.Forms.ButtonBase.WnProc()
at System.Windows.Forms.Control._InternalWnProc()
at Microsoft.AGL.Forms.EVL.EnterMainLoop()
at System.Windows.Forms.Application.Run()
at GetScanInfoMobile.LogForm.Main()

Symeon Breen wrote:
 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  ;)

   

--

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.1375 / Virus Database: 1500/3630 - Release Date: 05/11/11

___
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