I've tried to make a Windows Service using the 2005 C# and when I go to use
Installutil it returns with an System.BadImageFormatException error while
intializing the installation. I've even gone as far as creating a service
with 2003 C# that Installutil works with with then I try to upgrade th...
more >>
Hello Team..
No, I am not posting in the wrong forum :).
I meant to check if the MS pros have read/heard of anything about
Oracle Lite 10R2 and its support for .Net Stored Procedure..
Oracle docs show that it only support java stored proc (on Windows 32
not CE), but do not show if it does not s...
more >>
Hello:
How do I know when to use 'New' when declaring a variable? How do I know
when an instance can be created?
Ex:
Dim x As New System.Random
-versus-
Dim mailMessage As System.Web.Mail.SmtpMail (this produces an error!)
VS.Net 2003
Thanks....
more >>