comexception
401 unauthorized exception while reading data from the document library SharePoint 2010
We developed a WebPart to read the content of the file in the document library in the SiteCollection. I used the following code to read the content.[详细]
2023-04-08 16:05 分类:问答Preventing ComExceptions when querying via WMI
I\'ve got some code that uses WMI to scour a windows domain for comput开发者_如何学运维ers matching certain criteria.[详细]
2023-03-20 07:17 分类:问答MSBuild remoting to server throws COMException error
Ive got an MSBUILD script where ive set the Username and Password properties as below <MSBuild.ExtensionPack.Web.Iis7AppPool TaskAction=\"CheckExists\" Name=\"@(WebSit开发者_开发问答e -> \'%(Na[详细]
2023-02-24 05:35 分类:问答System.Runtime.InteropServices.COMException (0x800706BE) when getting contact.LastName
Some of our users are getting this exception sometimes (n开发者_Python百科ot for every contact):[详细]
2023-01-31 07:02 分类:问答C# Active Directory: Get domain name of user?
I know that this type of question has been asked before, but other methods are failing me right now. As it stands our windows service polls AD, given an LDAP (i.e. LDAP://10.32.16.80) and a list of u[详细]
2023-01-26 22:34 分类:问答COMException (0x80040154): Class not registered when using AxAcroPDFLib
I am getting following error when using AxAcroPDF System.Runtime.InteropServices.COMException (0x80040154): Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))[详细]
2023-01-22 13:51 分类:问答Symbolic Names for COMException HRESULT Error Codes in .NET
I would like to be able to use the standard symbolic names for HRESULTs returned by COM components in my .NET code.For example, I\'d like to be able to write code like this:[详细]
2023-01-13 06:46 分类:问答Excel::Shape object getting released automatically after the count reaches 18 in List<T>
I have a Excel addin written in C# 2.0 in which I am experiencing a strange behavior.Please note that this behavior is only seen in Excel 2003 and NOT in Excel 2007 or 2010.[详细]
2023-01-01 09:49 分类:问答NUnit Test with WatiN, runs OK from Dev10, but when NUnit started from "C:\Program Files (x86)\NUnit 2.5.5\bin\net-2.0\nunit.exe"
I have the following code in an Nunit test ... string url = \"\"; url = @\"http://localhost/ClientPortalDev/Account/LogOn\";[详细]
2022-12-30 11:51 分类:问答Calling Matlab's MLApp.MLAppClass.FEval from F#
Matlab provides a COM interface that supports remote execution of arbitrary functions (and code snippets). In particular, it has an Feval method that calls a given Matlab function. The third parameter[详细]
2022-12-29 22:55 分类:问答