Enter Keywords:
1 - 10 of 15(0.012 seconds)
Sort By:
 
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...
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...
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...
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 ...
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...
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...
Zones: ASP.Net ProgrammingDate Answered: 08/24/2004 Rating: 9.4 Views: 0
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...
Zones: MS Visual BasicDate Answered: 02/14/2006 Rating: 8.2 Views: 0
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      ...
Zones: MS Visual BasicDate Answered: 08/24/2006 Rating: 8.2 Views: 0
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...
Zones: MS Visual BasicDate Answered: 08/08/2007 Rating: 8.2 Views: 0
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...
Zones: C#Date Answered: 04/28/2005 Rating: 8.2 Views: 86