I'm still getting this error. I tried multiple things over the long weekend including adding the IBMU2.UODOTNET namespace to the project to no avail. The software.microsoft.com article on this error says:

"This problem occurs if you use a localized resource that exists in a satellite assembly that you created by using a .resources file that has an inappropriate file name. This problem typically occurs if you manually create a satellite assembly."

Which is not particularly helpful since I have not created and/or used a .resources file. I checked the project install files on the mobile device and the uodotnet4cf.dll is there (in lower case Hmmm). I tried running the executable on a regular windows (Vista) box and got another more verbose but no more helpfull error when trying to open a session.

I'm thinking I may have to open up an issue with Rocket at this point.



Tony Gravagno wrote:
From: Jeff Schasny
"Cannot open UniObjects Session Error = MissingManifestResourceException"

Jeff, a Google for "MissingManifestResourceException" returns 24
thousand hits including references to a MS KB article.  Perhaps a
solution isn't that far away.

As far as the differences between C# and VB.NET, it's really just
a matter of syntax.  The .NET framework and the UO library remain
exactly the same in terms of the classes, methods, and
properties.  I know this seems a little weird on first thought,
but try to ignore the syntax and just write your VB code using
the C# code as a guide, rather than trying to translate line for
line.  When I got over that mental hurdle I found I could
translate pretty much anything very quickly, on sight.  (It's a
lot like spoken languages in that regard.)  There are also
websites that translate code for you from C# to VB or VB to C#.
I wouldn't copy/paste customer code or other valuable code into a
website like that, but test ditties aren't a problem.

HTH
T

_______________________________________________
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