Hi, please try to give me some advice or solutions about migrating my application from win 2003 to win 2008(32bit). The problem was I keep getting the error 'ActiveX can't create object' error when starting an standard application. I can't get to login in my website maybe because it cannot create the COM+ application. When viewing the event log, there seems to be a warning coming from the DistributedCOM.
I've done the following so...
User Profile
Collapse
-
Windows 2003 to windows 2008 migration
-
VB.net MS SQL inserts but NOT Updating
I've been working for this for more than an hour
Hope someone helps me.
Here's my code
...Code:Try Dim con As New SqlConnection("Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\LBHdb.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True") con.Open() cmd.Connection = con
No activity results to display
Show More