- Remove From My Forums
-
Question
-
Hello,
I am trying to register a COM+ component using regsvcs in windows2012 server, however getting below error, after lot of search I am unable to solve this issue. Request your help to fix this,
BInaries are strongnamed, Any Cpu build, Release mode, .NET 3.5
Microsoft (R) .NET Framework Services Installation Utility Version 2.0.50727.800 7 Copyright (c) Microsoft Corporation. All rights reserved. WARNING: The assembly does not declare an ApplicationAccessControl Attribute. A pplication security will be enabled by default. An unknown COM+ 1.0 catalog error occurred: 1: Errors occurred accessing one or more objects - the ErrorInfo collection may have more detail (Exception from HRESULT: 0x80110401)
Appreciate your help.
- Remove From My Forums
-
Question
-
Hello,
I am trying to register a COM+ component using regsvcs in windows2012 server, however getting below error, after lot of search I am unable to solve this issue. Request your help to fix this,
BInaries are strongnamed, Any Cpu build, Release mode, .NET 3.5
Microsoft (R) .NET Framework Services Installation Utility Version 2.0.50727.800 7 Copyright (c) Microsoft Corporation. All rights reserved. WARNING: The assembly does not declare an ApplicationAccessControl Attribute. A pplication security will be enabled by default. An unknown COM+ 1.0 catalog error occurred: 1: Errors occurred accessing one or more objects - the ErrorInfo collection may have more detail (Exception from HRESULT: 0x80110401)
Appreciate your help.
Detailed Error Information
COMADMIN_E_OBJECTERRORS[1]
Message | Errors occurred accessing one or more objects — the ErrorInfo collection may have more detail |
---|---|
Declared in | winerror.h |
HRESULT analysis[2]
Flags | Severity | Failure |
---|---|---|
Reserved (R) | false | |
Origin | Microsoft | |
NTSTATUS | false | |
Reserved (X) | false | |
Facility | Code | 17 (0x011) |
Name | FACILITY_COMPLUS[2][1] | |
Description | The source of the error code is COM+.[2][1] | |
Error Code | 1025 (0x0401) |
Questions
VSS Hardware provider
I’ve been trying to follow the instructions to install the example VSS hardware provider that comes with the Windows SDK. Unfortunately COM refuses to register the DLL, giving the following output: Unregistering the existing application… — Create the catalog object — Get the Applications collection — Populate… — Search for […] read more
Getting Error code: -2146368511 [0x80110401] on executing Sample VSS Hardware provider setup
Both the solutions mentioned in «VSS Hardware provider» are not helpful. I executed following instructions to install VssSampleProvider Setup (refered from https://code.msdn.microsoft.com/windowsdesktop/VSS-Sample-Provider-3096be2a/sourcecode?fileId=58709&pathId=1834493409). (1) Install the virtual storage driver as follows: a. Navigate to the Program Files (x86)Windows Kits8.0binx86 directory in the Windows SDK. This directory contains virtualstoragevss.sys and vstorcontrol.exe. (2) […] read more
COMAdminCatalogCollection.Populate throws error C#
I am using the COMAdminCatalog API for .net. I am currently getting certain properties of COM+ applications and components from an array of servers remotely. For the most part, my process doesn’t have a problem retrieving this data. However, a few of the COM+ application’s components will not populate and […] read more
vss sample hardware provider
I’ve been trying to follow the instructions to install the sample VSS hardware provider that comes with the Windows SDK. I have been able to compile the code successfully with VS2013 for 64bit platform. However when I try to install the provider i get the following error.. Unregistering the existing […] read more
WiX COM+ error code
I’m trying to register COM+ with WiX. I get the following error. Where can I find the meaning of error code -2146368486? RegisterComPlusAssemblies: DLL: <file name> ComPlusInstallExecute: ErrorInfo: Name='<file name>’, ErrorCode=’-2146368486′, MajorRef='<name>’, MinorRef='<invalid>’ ComPlusInstallExecute: ErrorInfo: Name='<name>’, ErrorCode=’-2146368486′, MajorRef='<guid>’, MinorRef='<invalid>’ ComPlusInstallExecute: ErrorInfo: Name='<name>’, ErrorCode=’-2146368486′, MajorRef='<guid>’, MinorRef='<invalid>’ ComPlusInstallExecute: Error 0x80110401: Failed to […] read more
Comments
Leave a comment
Sources
- winerror.h from Windows SDK 10.0.14393.0
- https://msdn.microsoft.com/en-us/library/cc231198.aspx
User contributions licensed under CC BY-SA 3.0
Содержание:
1. Почему может возникнуть ошибка при вызове конструктора (COM-объект 1С)?
2. С помощью чего можно исправить ошибку при вызове конструктора (COM-объект 1С)?
3. Параметры при вызове конструктора (COM-объект 1С), которые регистрируют компоненты строки кода перед регистрируемым dll-файлом
1. Почему может возникнуть ошибка при вызове конструктора (COM-объект 1С)?
Когда ты начинающий специалист 1С, то иногда приходится чувствовать себя шаманом с бубном, так как не знаешь причин ошибки и как её исправить тоже.
Сегодня мы разберем одну из ошибок, которые появляются при работе с базой, а именно ошибку при вызове конструктора (COM-объект 1С).
Ситуацию такую, мы можем наблюдать при загрузке с Excel при использовании (COM-объекта 1С), при обмене между базами. Ситуаций, когда возникает данное сообщение с возникшей проблемой довольно много при работе с программой.
Как правило, данная ошибка возникает из-за того, что при установке платформы1С не произошла автоматическая регистрация 64-х разрядной компоненты, которая отвечает за использование COM-соединения 1С 8.3. А почему это произошло, спросите? Все очень просто и в то же время сложно, если не знаешь, в чем все ядро проблемы. А причина в том, что те, у кого выдаются такие ошибки, используют 32(86) – разрядную операционную систему и ставят вместо платформы необходимой разрядности их системы, платформу 1С предназначенную для совсем другой системы.
2. С помощью чего можно исправить ошибку при вызове конструктора (COM-объект 1С)?
Исправить данную ошибку, довольно легко. Для этого необходимо всего лишь зарегистрировать библиотеку dll в реестре при помощи командной строки или программы PowerShell, в зависимости от того, что любите использовать, и команды regsvr32.
Для того чтобы выполнить команду, достаточно будет в строке написать такой текст команды «regsvr32 «C:Program Files1cv88.3.ХХ.ХХХХbincomcntr.dll»». Вместо «ХХ.ХХХХ» необходимо указать необходимый релиз платформы, библиотеку которой, необходимо зарегистрировать в реестре системы.
Если все выполнено правильно и регистрация произошла успешно, то должно выдать сообщение, как на скриншоте, об успешной регистрации библиотеки.
Администратор: Командная строка
3. Параметры при вызове конструктора (COM-объект 1С), которые регистрируют компоненты строки кода перед регистрируемым dll-файлом
Также есть некоторые особенности команды, которая регистрирует компоненты.
На данный момент я знаю только 4 параметра (которые при написании строки кода указываются перед регистрируемым dll-файлом):
· /u — параметр, отменяет регистрацию
· /i — параметр, который позволяет при необходимости, в зависимости от библиотеки.
· /n —параметр используется только для установки компоненты 1С, в основном пишется вместе с предыдущим (/I);
· /s – возможность отключить все сообщения при регистрации;
Существует, также, один немаловажный момент, что в зависимости от версии командной строки, иногда приходится прописывать путь к самой утилите.
Кстати, существуют специальные программы-инструменты, которые помогают регистрировать компоненты, без знания команд и утилит администрирования, зарегистрировать библиотеку и продолжить работать дальше.
Таких программ достаточно много и писать, какое-то одно название смысла нет.
Для того чтобы быстро и качественно решать такие проблемы, необходимо изучать разнообразные статьи, для повышения уровня знаний и квалификации.
Специалист компании «Кодерлайн»
Олег Мороз
Both the solutions mentioned in «VSS Hardware provider» are not helpful.
I executed following instructions to install VssSampleProvider Setup (refered from https://code.msdn.microsoft.com/windowsdesktop/VSS-Sample-Provider-3096be2a/sourcecode?fileId=58709&pathId=1834493409).
(1) Install the virtual storage driver as follows:
a. Navigate to the Program Files (x86)Windows Kits8.0binx86 directory in the Windows SDK. This directory contains virtualstoragevss.sys and vstorcontrol.exe.
(2) Install the VSS sample provider as follows:
a. Copy the following files from the Program Files (x86)Windows Kits8.0binx86 directory into the VssSampleProvider directory in the downloaded sample.
- VssSampleProvider.dll
- VstorInterface.dll
- install-sampleprovider.cmd
- uninstall-sampleprovider.cmd
- register_app.vbs
b. In the VssSampleProvider directory, type "install-sampleprovider.cmd" at the command prompt.
I am getting following error after executing «install-sampleprovider.cmd» from command prompt:
ERROR:
- Error code: -2146368511 [0x80110401]
- Exit code: 113
- Description:
- Source:
- Help file:
- Help context: 0
- COM+ Errors detected: (2)
* (COM+ ERROR 0) on C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++VssSampleProvider.dll
ErrorCode: -2146368486 [0x8011041A]
MajorRef: C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++VssSampleProvider.dll
MinorRef: <invalid>
* (COM+ ERROR 1) on SampleProvider
ErrorCode: -2146368486 [0x8011041A]
MajorRef: {423BBC78-9B20-4BBE-A967-B63EC43BC7F3}
MinorRef: <invalid>
Command prompt console logs:
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>install-sampleprovider.cmd
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>rem Remove existing installation
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>call "C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++\uninstall-sampleprovider.cmd"
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>net stop vds
The Virtual Disk service is not started.
More help is available by typing NET HELPMSG 3521.
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>net stop vss
The Volume Shadow Copy service is not started.
More help is available by typing NET HELPMSG 3521.
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>net stop swprv
The Microsoft Software Shadow Copy Provider service is not started.
More help is available by typing NET HELPMSG 3521.
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>reg.exe delete HKLMSYSTEMCurrentControlSetServicesEventlogApplicationVssSampleProvider /f
The operation completed successfully.
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>cscript "C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++\register_app.vbs" -unregister "VssSampleProvider"
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.
REGISTER_APP.VBS version 1.6 for Windows Server 2008
Copyright (C) Microsoft Corporation 2002-2003. All rights reserved.
Unregistering the existing application...
- Create the catalog object
- Get the Applications collection
- Populate...
- Search for VssSampleProvider application...
- Application VssSampleProvider removed!
- Saving changes...
Done.
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>regsvr32 /s /u "C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++\VssSampleProvider.dll"
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>echo.
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>goto :EOF
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>rem Register VSS hardware provider
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>cscript "C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++register_app.vbs" -register "VssSampleProvider" "C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++VssSampleProvider.dll" "VSS HW Sample Provider"
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.
REGISTER_APP.VBS version 1.6 for Windows Server 2008
Copyright (C) Microsoft Corporation 2002-2003. All rights reserved.
Unregistering the existing application...
- Create the catalog object
- Get the Applications collection
- Populate...
- Search for VssSampleProvider application...
- Saving changes...
Done.
Creating a new COM+ application:
- Creating the catalog object
- Get the Applications collection
- Populate...
- Add new application object
- Set app name = VssSampleProvider
- Set app description = VSS HW Sample Provider
- Set app access check = true
- Set encrypted COM communication = true
- Set secure references = true
- Set impersonation = false
- Save changes...
- Create Windows service running as Local System
- Add the DLL component
ERROR:
- Error code: -2146368511 [0x80110401]
- Exit code: 113
- Description:
- Source:
- Help file:
- Help context: 0
- COM+ Errors detected: (2)
* (COM+ ERROR 0) on C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++VssSampleProvider.dll
ErrorCode: -2146368486 [0x8011041A]
MajorRef: C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++VssSampleProvider.dll
MinorRef: <invalid>
* (COM+ ERROR 1) on SampleProvider
ErrorCode: -2146368486 [0x8011041A]
MajorRef: {423BBC78-9B20-4BBE-A967-B63EC43BC7F3}
MinorRef: <invalid>
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>set EVENT_LOG=HKLMSYSTEMCurrentControlSetServicesEventlogApplicationVssSampleProvider
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>reg.exe add HKLMSYSTEMCurrentControlSetServicesEventlogApplicationVssSampleProvider /f
The operation completed successfully.
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>reg.exe add HKLMSYSTEMCurrentControlSetServicesEventlogApplicationVssSampleProvider /f /v CustomSource /t REG_DWORD /d 1
The operation completed successfully.
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>reg.exe add HKLMSYSTEMCurrentControlSetServicesEventlogApplicationVssSampleProvider /f /v EventMessageFile /t REG_EXPAND_SZ /d "C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++VssSampleProvider.dll"
The operation completed successfully.
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>reg.exe add HKLMSYSTEMCurrentControlSetServicesEventlogApplicationVssSampleProvider /f /v TypesSupported /t REG_DWORD /d 7
The operation completed successfully.
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>echo.
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>goto :EOF
Ошибка при вызове метода контекста (Populate) |
||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
Оба решения, упомянутые вПоставщик оборудования VSS«не помогают.
Я выполнил следующие инструкции для установки VssSampleProvider Setup (по ссылке от https://code.msdn.microsoft.com/windowsdesktop/VSS-Sample-Provider-3096be2a/sourcecode?fileId=58709&pathId = 1834493409).
(1) Установите драйвер виртуальной памяти следующим образом:
a. Navigate to the Program Files (x86)Windows Kits8.0binx86 directory in the Windows SDK. This directory contains virtualstoragevss.sys and vstorcontrol.exe.
(2) Установите образец поставщика VSS следующим образом:
a. Copy the following files from the Program Files (x86)Windows Kits8.0binx86 directory into the VssSampleProvider directory in the downloaded sample.
- VssSampleProvider.dll
- VstorInterface.dll
- install-sampleprovider.cmd
- uninstall-sampleprovider.cmd
- register_app.vbs
b. In the VssSampleProvider directory, type "install-sampleprovider.cmd" at the command prompt.
Я получаю следующую ошибку после выполнения «install-sampleprovider.cmd» из командной строки:
ОШИБКА:
- Error code: -2146368511 [0x80110401]
- Exit code: 113
- Description:
- Source:
- Help file:
- Help context: 0
- COM+ Errors detected: (2)
* (COM+ ERROR 0) on C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++VssSampleProvider.dll
ErrorCode: -2146368486 [0x8011041A]
MajorRef: C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++VssSampleProvider.dll
MinorRef: <invalid>
* (COM+ ERROR 1) on SampleProvider
ErrorCode: -2146368486 [0x8011041A]
MajorRef: {423BBC78-9B20-4BBE-A967-B63EC43BC7F3}
MinorRef: <invalid>
Журналы консоли командной строки:
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>install-sampleprovider.cmd
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>rem Remove existing installation
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>call "C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++\uninstall-sampleprovider.cmd"
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>net stop vds
The Virtual Disk service is not started.
More help is available by typing NET HELPMSG 3521.C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>net stop vss
The Volume Shadow Copy service is not started.
More help is available by typing NET HELPMSG 3521.C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>net stop swprv
The Microsoft Software Shadow Copy Provider service is not started.
More help is available by typing NET HELPMSG 3521.C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>reg.exe delete HKLMSYSTEMCurrentControlSetServicesEventlogApplicationVssSampleProvider /f
The operation completed successfully.
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>cscript "C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++\register_app.vbs" -unregister "VssSampleProvider"Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.
REGISTER_APP.VBS version 1.6 for Windows Server 2008
Copyright (C) Microsoft Corporation 2002-2003. All rights reserved.
Unregistering the existing application...
- Create the catalog object
- Get the Applications collection
- Populate...
- Search for VssSampleProvider application...
- Application VssSampleProvider removed!
- Saving changes...
Done.
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>regsvr32 /s /u "C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++\VssSampleProvider.dll"
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>echo.C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>goto :EOF
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>rem Register VSS hardware provider
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>cscript "C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++register_app.vbs" -register "VssSampleProvider" "C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++VssSampleProvider.dll" "VSS HW Sample Provider"Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.REGISTER_APP.VBS version 1.6 for Windows Server 2008
Copyright (C) Microsoft Corporation 2002-2003. All rights reserved.
Unregistering the existing application...
- Create the catalog object
- Get the Applications collection
- Populate...
- Search for VssSampleProvider application...
- Saving changes...
Done.
Creating a new COM+ application:
- Creating the catalog object
- Get the Applications collection
- Populate...
- Add new application object
- Set app name = VssSampleProvider
- Set app description = VSS HW Sample Provider
- Set app access check = true
- Set encrypted COM communication = true
- Set secure references = true
- Set impersonation = false
- Save changes...
- Create Windows service running as Local System
- Add the DLL component
ERROR:
- Error code: -2146368511 [0x80110401]
- Exit code: 113
- Description:
- Source:
- Help file:
- Help context: 0
- COM+ Errors detected: (2)
* (COM+ ERROR 0) on C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++VssSampleProvider.dll
ErrorCode: -2146368486 [0x8011041A]
MajorRef: C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++VssSampleProvider.dll
MinorRef: <invalid>
* (COM+ ERROR 1) on SampleProvider
ErrorCode: -2146368486 [0x8011041A]
MajorRef: {423BBC78-9B20-4BBE-A967-B63EC43BC7F3}
MinorRef: <invalid>
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>set EVENT_LOG=HKLMSYSTEMCurrentControlSetServicesEventlogApplicationVssSampleProvider
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>reg.exe add HKLMSYSTEMCurrentControlSetServicesEventlogApplicationVssSampleProvider /f
The operation completed successfully.
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>reg.exe add HKLMSYSTEMCurrentControlSetServicesEventlogApplicationVssSampleProvider /f /v CustomSource /t REG_DWORD /d 1
The operation completed successfully.
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>reg.exe add HKLMSYSTEMCurrentControlSetServicesEventlogApplicationVssSampleProvider /f /v EventMessageFile /t REG_EXPAND_SZ /d "C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++VssSampleProvider.dll"The operation completed successfully.
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>reg.exe add HKLMSYSTEMCurrentControlSetServicesEventlogApplicationVssSampleProvider /f /v TypesSupported /t REG_DWORD /d 7
The operation completed successfully.
C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>echo.C:UsersAdministratorDesktopVolume Shadow Copy Service hardware provider sampleC++>goto :EOF
1
Решение
Задача ещё не решена.
Другие решения
TR Bir veya daha fazla nesneye erişilirken bir hata oluştu — ErrorInfo koleksiyonunda daha fazla detay olabilir
HU Hiba történt legalább egy objektum elérésekor — az ErrorInfo gyűjtemény valószínűleg tartalmaz további részleteket
NB Det oppstod feil under tilgang til ett eller flere objekter. ErrorInfo-samlingen kan ha mer informasjon
PT Ocorreram erros ao aceder a um ou mais objetos — o conjunto ErrorInfo poderá ter mais detalhes
IT Errore durante l’accesso a uno o più oggetti. Per ulteriori dettagli, consultare la raccolta ErrorInfo
FI Virheitä käytettäessä vähintään yhtä objektia. Lisätietoja voi olla ErrorInfo-kokoelmassa.
ES Se han producido errores al tener acceso a uno o más objetos. Es posible obtener más información en la colección ErrorInfo
CS Nastala chyba při přístupu k jednomu nebo několika objektům — další podrobnosti mohou být ve sbírce ErrorInfo.
DA Der opstod fejl under forsøget på at opnå adgang til et eller flere objekter. ErrorInfo-samlingen har muligvis flere oplysninger.
KO 하나 이상의 개체를 액세스 하는 동안 오류가 발생했습니다. — 자세한 내용은 ErrorInfo 컬렉션을 참고하십시오.
PL Wystąpił błąd podczas uzyskiwania dostępu do jednego lub więcej obiektów — bardziej szczegółowe informacje mogą być podane w zestawie informacji o błędach.
NL Er zijn fouten opgetreden tijdens de poging toegang te krijgen tot één of meer objecten: de ErrorInfo-verzameling kan meer gegevens verschaffen
EL Παρουσιάστηκαν σφάλματα κατά την πρόσβαση σε ένα ή περισσότερα αντικείμενα — η συλλογή ErrorInfo ίσως να έχει περισσότερες λεπτομέρειες
DE Beim Zugriff auf mindestens ein Objekt sind Fehler aufgetreten. Weitere Informationen finden Sie möglicherweise in der ErrorInfo-Auflistung.
FR Des erreurs se sont produites lors de l’accès à un ou plusieurs objets — la collection ErrorInfo peut avoir plus de détails
JA オブジェクトにアクセスするときに、エラーが発生しました。ErrorInfo コレクションに詳細が記述されている可能性があります。
ZH 访问一个或更多对象时,出现了错误 — ErrorInfo 集合有详细信息
SV Fel inträffade vid åtkomst till ett eller flera objekt — mer information finns i mängden ErrorInfo