> 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
