Hi,
i am setting up an ASP.NET site and have connected to the SQL Server
successfully.
When I click on the connection it shows tables 'none' ?? I know there are
tables just cant see them.
When I set up an ASP site and connect to the SQL with DNS all tables are
visible.
I have spent a ...
more >>
how would I do something like
string className = "theNameOfTheObject"
object obj
obj = Activator.CreateInstance(className)
obj.doSomething()
the docmentation goes on about object handles and I am not sure what they are
(I thought an object variable was a reference was a handle?)
I...
more >>
I try to run an executable (test.exe) that depends on an assembly
(AdderNamespace.dll) which exists in the same directory, and I get the
following exception:
Unhandled Exception: System.TypeLoadException: Could not load type
'AdderNamespace.Container' from assembly 'AdderNamespace,
Version=0....
more >>
I have a problem using System.Transactions accross threads and would welcome
any help.
My basic scenario is as follows:
Main Thread
-Create TransactionScope on main thread
-Open connection to SQL Server 2005 database
-Create Thread
-Start thread passing DependentTransaction
-Call Tra...
more >>