Viewing 5 posts - 1 through 5 (of 5 total)
The front end shoud not always be used for formatting. If you are using ADO.NET datasets and connecting them directly to an ASP.NET DataGrid, you don't want to have to edit the...
September 1, 2004 at 3:10 pm
Hans,
I guess I was thinking about COM DLLs. DLLs that are called not using the COM interface do not have to be registered using regsvr. I'm a little rusty here...
June 21, 2004 at 8:40 am
Just copying the DLL to the system directory will not register it. From a command line in the directory where you place a DLL, enter:
regsvr32 authz.dll
June 19, 2004 at 9:15 am
This is an ASP problem, I once had it on a production server, but not my development machine. Here's how I worked around it:
Function SaveRec()
SaveRec = false
' Kludge the bug -...
April 13, 2004 at 11:49 am
I got this error on a stored procedure that was being called from an ASP.NET application that was using the Microsoft Data Access Application Block for .NET
http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.asp. This...
March 30, 2004 at 7:39 am
Viewing 5 posts - 1 through 5 (of 5 total)