Hi
I want to write Web Service to have access to VSS database over internet so
on Session_Start I try to open Microsoft VSS component:
Sub Session_Start(ByVal sender As Object, ByVal e As Even...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20512595.html
Zones:
.NETDate Answered: 11/04/2003 Rating: 9.0 Views: 0
Why am I getting this error?
System.Runtime.InteropServices.COMException (0x800A0E7A): Provider cannot be fou
nd. It may not be properly installed.
at ADODB.ConnectionClass.Open(String Conn...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20994943.html
Zones:
C#Date Answered: 05/20/2004 Rating: 7.4 Views: 0
Hi,
Does anyone know if there is anything in the .Net Framework which splits the HResult returned from a COM throw into it component parts?
I am catching errors thrown from a com component b...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21532712.html
Zones:
C#Date Answered: 08/19/2005 Rating: 9.2 Views: 0
Hi,
I am trying to open an excel file using .NET's excel object. It was working fine before.. I dont know why it started giving me a COMException error recently.. I am trying to figure why but ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20398467.html
Zones:
.NETDate Answered: 11/18/2002 Rating: 8.4 Views: 0
Hello,
I am trying to access the local PC's Outlook folder , but get this 'Server execution failed" error. Any hint where the error is ?
Thanks.
Server Error in '/WebApplication3' Applica...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20784905.html
Zones:
.NET,
...Date Answered: 02/07/2004 Rating: 9.6 Views: 0
Hi
I'm trying to use SoftArtisans.FileUp to upload a text file to the server. I've used similar code for ASP, but am getting the following error using ASP.NET. I'm new to this and do not under...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21105604.html
I have written a DLL using technology learned from other tickets in EE to access Active Directory information. The DLL simply allows me to pass it the Server Name, Domain, UserID and Password. It...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21735078.htm...
Hi,
I have the following code which looks for computers within a domain;
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21964589.htm...
I am running the following and get the error on the first line when it tries to start the new BO application.
Imports System.IO
Imports busobj
Imports Designer
Imports Microsoft.Office.Intero...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22739885.htm...
I'm experiencing a rather interesting problem using the DirectoryEntry object. Here is the code in question:
try
{
System.DirectoryServices.DirectoryEntry iisRoot = new System.DirectoryServi...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21403824.html
Zones:
C#Date Answered: 04/28/2005 Rating: 8.2 Views: 86