2147467259 0x80004005 неопознанная ошибка

Ошибка создания COM Объекта ☑ 0

BubbleGumm

21.07.16

13:05

Пытаюсь создать СОМ объект

oIE = Новый COMОбъект(«InternetExplorer.Application»);

возникает ошибка:

Ошибка при вызове конструктора (COMОбъект): -2147467259(0x80004005): Неопознанная ошибка

1с — 8.3.8.1479

windows server 2012r2

Internet Explorer установлен, вручную запускается, работает корректно.

В чем может быть дело?

1

Cyberhawk

21.07.16

13:17

В правах на приложение СОМ+, например

2

BubbleGumm

21.07.16

13:30

Да, пытаюсь добавить его в приложения СОМ+

Он добавляется только как устаревший компонент

Может эксплорер обновить?

3

hhhh

21.07.16

13:35

(2) какой хоть Internet Explorer?  надеюсь, не пятый?

4

BubbleGumm

21.07.16

13:36

11

5

BubbleGumm

21.07.16

13:39

не помогло

6

DrZombi

21.07.16

13:52

7

DrZombi

21.07.16

13:53

(5) Ты СОМ откуда вызываешь?

С сервера или с клиента?

8

BubbleGumm

21.07.16

13:53

с сервера

9

BubbleGumm

21.07.16

13:54

хм, а на клиенте работает.

но надо на сервере

10

DrZombi

21.07.16

13:54

(8) А на сервере есть ИЕ?

А пользователь из под которого стартует сервер 1С, имеет право на запуск ИЕ?

11

BubbleGumm

21.07.16

13:55

я на сервере физическом пробую

пользователь — администратор

12

BubbleGumm

21.07.16

13:56

служба 1с от администратора тоже

13

DrZombi

21.07.16

13:57

(11) Сервер 1С не запущен ис под Администратора!

14

DrZombi

21.07.16

13:57

(12) Серьезно? Жесть

15

DrZombi

21.07.16

13:57

Поди сервер 1С х64?

16

DrZombi

21.07.16

14:00

17

DrZombi

21.07.16

14:07

18

BubbleGumm

21.07.16

14:08

у меня 1с 64 бита

запуситил службу 32, создаю объект, пишет класс не зарегистрирован.

екплорер вроде 64бита, лежит по крайней мере в programfiles (не х86)

19

DrZombi

21.07.16

14:09

(18) ИЕ по умолчанию стартует х32, смотри в (16)

20

DrZombi

21.07.16

14:10

Или наоборот, в общем разбирайся :)

21

DrZombi

21.07.16

14:11

>>> лежит по крайней мере в programfiles (не х86)

Так то он в обоих папочках лежит

22

DrZombi

21.07.16

14:12

Посмотри в настройках, какую версию стартует ком-ок :)

23

BubbleGumm

21.07.16

14:13

класс {0002DF01-0000-0000-C000-000000000046}

путь «%ProgramFiles%\Internet Explorer\iexplore.exe»

24

BubbleGumm

21.07.16

14:13

а в сом+ он установился как устаревший компонент

в обычных его нет

25

BubbleGumm

21.07.16

14:16

хотя в сом+ в свойствах компонента он реализован как локальный 32 разрядный сервер — «C:\Program Files\Internet Explorer\iexplore.exe»

26

BubbleGumm

21.07.16

14:19

сейчас и на 64 1с сервере пишет — класс не зарегистрирован

27

DrZombi

21.07.16

15:12

(26) Поиграйся, создай новый класс, для х64 :)

И потом для х32, если не получится :)

28

DrZombi

21.07.16

15:12

(23) %ProgramFiles% — что содержит?

29

BubbleGumm

21.07.16

15:16

На аналогичном сервере (оба виртуальные) все ОК

Пробую настроить СOM+, пишет не хватает памяти, черт.

30

DrZombi

21.07.16

15:17

(29) Может все же прав нет?

У Админа :)

31

BubbleGumm

21.07.16

15:19

да запускал 1с от администратора — нифига

32

Serginio1

21.07.16

15:29

33

DrZombi

21.07.16

15:31

34

DrZombi

21.07.16

15:31

(32) Спасибо :)

  

BubbleGumm

21.07.16 — 13:05

Пытаюсь создать СОМ объект

oIE = Новый COMОбъект(«InternetExplorer.Application»);

возникает ошибка:

Ошибка при вызове конструктора (COMОбъект): -2147467259(0x80004005): Неопознанная ошибка

1с — 8.3.8.1479

windows server 2012r2

Internet Explorer установлен, вручную запускается, работает корректно.

В чем может быть дело?

  

Cyberhawk

1 — 21.07.16 — 13:17

В правах на приложение СОМ+, например

  

BubbleGumm

2 — 21.07.16 — 13:30

Да, пытаюсь добавить его в приложения СОМ+

Он добавляется только как устаревший компонент

Может эксплорер обновить?

  

hhhh

3 — 21.07.16 — 13:35

(2) какой хоть Internet Explorer?  надеюсь, не пятый?

  

BubbleGumm

4 — 21.07.16 — 13:36

11

  

BubbleGumm

5 — 21.07.16 — 13:39

не помогло

  

DrZombi

6 — 21.07.16 — 13:52

  

DrZombi

7 — 21.07.16 — 13:53

(5) Ты СОМ откуда вызываешь?

С сервера или с клиента?

  

BubbleGumm

8 — 21.07.16 — 13:53

с сервера

  

BubbleGumm

9 — 21.07.16 — 13:54

хм, а на клиенте работает.

но надо на сервере

  

DrZombi

10 — 21.07.16 — 13:54

(8) А на сервере есть ИЕ?

А пользователь из под которого стартует сервер 1С, имеет право на запуск ИЕ?

  

BubbleGumm

11 — 21.07.16 — 13:55

я на сервере физическом пробую

пользователь — администратор

  

BubbleGumm

12 — 21.07.16 — 13:56

служба 1с от администратора тоже

  

DrZombi

13 — 21.07.16 — 13:57

(11) Сервер 1С не запущен ис под Администратора!

  

DrZombi

14 — 21.07.16 — 13:57

(12) Серьезно? Жесть

  

DrZombi

15 — 21.07.16 — 13:57

Поди сервер 1С х64?

  

DrZombi

16 — 21.07.16 — 14:00

  

DrZombi

17 — 21.07.16 — 14:07

  

BubbleGumm

18 — 21.07.16 — 14:08

у меня 1с 64 бита

запуситил службу 32, создаю объект, пишет класс не зарегистрирован.

екплорер вроде 64бита, лежит по крайней мере в programfiles (не х86)

  

DrZombi

19 — 21.07.16 — 14:09

(18) ИЕ по умолчанию стартует х32, смотри в (16)

  

DrZombi

20 — 21.07.16 — 14:10

Или наоборот, в общем разбирайся :)

  

DrZombi

21 — 21.07.16 — 14:11

>>> лежит по крайней мере в programfiles (не х86)

Так то он в обоих папочках лежит

  

DrZombi

22 — 21.07.16 — 14:12

Посмотри в настройках, какую версию стартует ком-ок :)

  

BubbleGumm

23 — 21.07.16 — 14:13

класс {0002DF01-0000-0000-C000-000000000046}

путь «%ProgramFiles%Internet Exploreriexplore.exe»

  

BubbleGumm

24 — 21.07.16 — 14:13

а в сом+ он установился как устаревший компонент

в обычных его нет

  

BubbleGumm

25 — 21.07.16 — 14:16

хотя в сом+ в свойствах компонента он реализован как локальный 32 разрядный сервер — «C:Program FilesInternet Exploreriexplore.exe»

  

BubbleGumm

26 — 21.07.16 — 14:19

сейчас и на 64 1с сервере пишет — класс не зарегистрирован

  

DrZombi

27 — 21.07.16 — 15:12

(26) Поиграйся, создай новый класс, для х64 :)

И потом для х32, если не получится :)

  

DrZombi

28 — 21.07.16 — 15:12

(23) %ProgramFiles% — что содержит?

  

BubbleGumm

29 — 21.07.16 — 15:16

На аналогичном сервере (оба виртуальные) все ОК

Пробую настроить СOM+, пишет не хватает памяти, черт.

  

DrZombi

30 — 21.07.16 — 15:17

(29) Может все же прав нет?

У Админа :)

  

BubbleGumm

31 — 21.07.16 — 15:19

да запускал 1с от администратора — нифига

  

Serginio1

32 — 21.07.16 — 15:29

  

DrZombi

33 — 21.07.16 — 15:31

  

DrZombi

34 — 21.07.16 — 15:31

(32) Спасибо :)

I’m trying to debug some legacy asp.net 1.1 code. I have moved the app to my local machine to debug. When I try to load any aspx page I get the following error.
-2147467259 (0x80004005)

That’s all that’s on the page. Anybody have a clue where I should start to fix this.

GEOCHET's user avatar

GEOCHET

20.9k15 gold badges73 silver badges98 bronze badges

asked Feb 20, 2009 at 16:45

Cadoo's user avatar

So it turned out to be a problem with the asp.net 1.1 install.

To debug it I created a new blank page and still got the error. Created a new application with a hello world type form same error.

Solution: «%windir%Microsoft.NETFrameworkv1.1.4322aspnet_regiis.exe» -i

answered Feb 20, 2009 at 17:50

Cadoo's user avatar

CadooCadoo

7994 silver badges13 bronze badges

You gotta love all these error messages with relatively vague text, tons of solutions already cropping up.

Research I dug into really quick indicated that something good have gone wacky with the .NET 2.0 Framework after getting the 1.1 stuff on your machine. They recommended to do a repair/reinstall of the 2.0 Framework and reboot the machine. That solved their woes.

Just go down the list and one of us will have the right answer. 8^D It doesn’t help when MS sends you generic errors. 8^D

answered Feb 20, 2009 at 16:52

Dillie-O's user avatar

Dillie-ODillie-O

29.1k14 gold badges101 silver badges140 bronze badges

7

Looks like an «Access is denied» error, if you look up that error code in Windows anyway, where I’d check to see that the «Temporary ASP.Net Files» are being generated and that the identity used to compile the code can read the source files.

answered Feb 20, 2009 at 16:50

JB King's user avatar

JB KingJB King

11.9k4 gold badges38 silver badges49 bronze badges

1

0x80004005 is the COM error code E_FAIL «Unspecified error». So some COM method call failed.

Time to find a re-create and then use divide and conquer to find where this is happening.

It could easily be in non-managed code, so enable native debugging and check you have MS’ symbol server configured.

answered Feb 20, 2009 at 16:50

Richard's user avatar

RichardRichard

105k21 gold badges205 silver badges261 bronze badges

That looks like a COM error to me. It would help if you provided more detail about what you are doing when you get the error. Maybe post some code?

Usually where I see this is when connecting to a database. When you moved your application, did you change your database connection string(s) appropriately?

Also, when you set up IIS on your local server, did you check the necessary permissions?

answered Feb 20, 2009 at 16:47

GEOCHET's user avatar

GEOCHETGEOCHET

20.9k15 gold badges73 silver badges98 bronze badges

  • Remove From My Forums
  • Question

  • I have a 64-Bit Win7 wim file that I captured from a hyper v vm using MDT2013. When I apply the wim to a machine using a different deployment share I am getting the error «Litetouch deployment failed, Return Code = -2147467259  0x80004005».
    In the BDD log the error shows up right after my applications have finished installing. The logs say that the applications installed successfully and do not indicate any errors.

    However, if I deploy just the wim with no applications, I dont get the lite touch deployment failed error. So my problem seems to be that one of my applications is causing the error but the logs dont show which one. I wanted to see if there is an easier
    way to find the cause, rather than going through the deployment 15 times for each of my applications?

    Thank you.

Answers

  • I couldnt find a application guid that matches the error…..but I think I may have found the problem. I have three command line steps in the task sequence that come after the application installs. These
    steps set the kms server and activate windows and office. 

    cscript c:windowssystem32slmgr.vbs /skms XXXXXXX

    cscript c:windowssystem32slmgr.vbs /ato

    cscript.exe «c:program filesMicrosoft OfficeOffice14ospp.vbs» /act

    I also saw someone ask me if an application is trying to reboot so I added a reboot=no to my mcafee vse installation. It looks like removing the kms/activation steps and adding a reboot=no to my Mcafee seems
    to have fixed my problem.

    • Marked as answer by

      Tuesday, March 3, 2015 1:27 PM

  • Just an update:

    I went back and added my commands to set the kms server and activate windows to my task sequence. This time I checked the «continue on error» box for each step and now its perfect.

    Windows activation works great and no errors after deployment.

    Thanks to everyone who helped.

    • Marked as answer by
      Keith GarnerMVP
      Monday, March 16, 2015 9:00 PM
Icon Ex Номер ошибки: Ошибка &H80004005(-2147467259)
Название ошибки: System Error &H80004005 (-2147467259)
Описание ошибки: System Error &H80004005 (-2147467259). Unspecified error. An MFC ActiveX control that subclasses any of the window classes implemented by Comctl32.dll causes this error to be thrown from a Visual Basic 6.0.exe.
Разработчик: Microsoft Corporation
Программное обеспечение: ActiveX
Относится к: Windows XP, Vista, 7, 8, 10, 11

Определение «System Error &H80004005 (-2147467259)»

«System Error &H80004005 (-2147467259)» также считается ошибкой во время выполнения (ошибкой). Разработчики, такие как Microsoft Corporation, обычно проходят через несколько контрольных точек перед запуском программного обеспечения, такого как ActiveX. Как и во всем в жизни, иногда такие проблемы, как ошибка &H80004005(-2147467259), упускаются из виду.

Ошибка &H80004005(-2147467259) может столкнуться с пользователями ActiveX, если они регулярно используют программу, также рассматривается как «System Error &H80004005 (-2147467259). Unspecified error. An MFC ActiveX control that subclasses any of the window classes implemented by Comctl32.dll causes this error to be thrown from a Visual Basic 6.0.exe.». В случае обнаруженной ошибки &H80004005(-2147467259) клиенты могут сообщить о наличии проблемы Microsoft Corporation по электронной почте или сообщать об ошибках. Затем программисты могут исправить эти ошибки в коде и включить исправление, которое можно загрузить с их веб-сайта. В результате разработчик может использовать пакеты обновлений для ActiveX, доступные с их веб-сайта (или автоматическую загрузку), чтобы устранить эти ошибки &H80004005(-2147467259) проблемы и другие ошибки.

Почему возникает ошибка времени выполнения &H80004005(-2147467259)?

Наиболее распространенные вхождения «System Error &H80004005 (-2147467259)» проблемы при загрузке ActiveX. Это три основных триггера для ошибок во время выполнения, таких как ошибка &H80004005(-2147467259):

Ошибка &H80004005(-2147467259) Crash — Ошибка &H80004005(-2147467259) остановит компьютер от выполнения обычной программной операции. Если ActiveX не может обработать данный ввод, или он не может получить требуемый вывод, это обычно происходит.

Утечка памяти «System Error &H80004005 (-2147467259)» — ошибка &H80004005(-2147467259) утечка памяти приводит к тому, что ActiveX постоянно использует все больше и больше памяти, увяская систему. Это может быть вызвано неправильной конфигурацией программного обеспечения Microsoft Corporation или когда одна команда запускает цикл, который не может быть завершен.

Ошибка &H80004005(-2147467259) Logic Error — «логическая ошибка», как говорят, генерируется, когда программное обеспечение получает правильный ввод, но генерирует неверный вывод. Это видно, когда исходный код Microsoft Corporation включает дефект в анализе входных данных.

Большинство ошибок System Error &H80004005 (-2147467259) являются результатом отсутствия или повреждения версии файла, установленного ActiveX. В большинстве случаев скачивание и замена файла Microsoft Corporation позволяет решить проблему. Мы также рекомендуем выполнить сканирование реестра, чтобы очистить все недействительные ссылки на System Error &H80004005 (-2147467259), которые могут являться причиной ошибки.

Типичные ошибки System Error &H80004005 (-2147467259)

Усложнения ActiveX с System Error &H80004005 (-2147467259) состоят из:

  • «Ошибка приложения System Error &H80004005 (-2147467259).»
  • «Недопустимый файл System Error &H80004005 (-2147467259). «
  • «Извините за неудобства — System Error &H80004005 (-2147467259) имеет проблему. «
  • «Не удается найти System Error &H80004005 (-2147467259)»
  • «System Error &H80004005 (-2147467259) не может быть найден. «
  • «Ошибка запуска программы: System Error &H80004005 (-2147467259).»
  • «Не удается запустить System Error &H80004005 (-2147467259). «
  • «Отказ System Error &H80004005 (-2147467259).»
  • «Ошибка в пути к программному обеспечению: System Error &H80004005 (-2147467259). «

Эти сообщения об ошибках Microsoft Corporation могут появляться во время установки программы, в то время как программа, связанная с System Error &H80004005 (-2147467259) (например, ActiveX) работает, во время запуска или завершения работы Windows, или даже во время установки операционной системы Windows. Важно отметить, когда возникают проблемы System Error &H80004005 (-2147467259), так как это помогает устранять проблемы ActiveX (и сообщать в Microsoft Corporation).

Корень проблем System Error &H80004005 (-2147467259)

Эти проблемы System Error &H80004005 (-2147467259) создаются отсутствующими или поврежденными файлами System Error &H80004005 (-2147467259), недопустимыми записями реестра ActiveX или вредоносным программным обеспечением.

Более конкретно, данные ошибки System Error &H80004005 (-2147467259) могут быть вызваны следующими причинами:

  • Поврежденная или недопустимая запись реестра System Error &H80004005 (-2147467259).
  • Загрязненный вирусом и поврежденный System Error &H80004005 (-2147467259).
  • Другая программа злонамеренно или по ошибке удалила файлы, связанные с System Error &H80004005 (-2147467259).
  • Другое программное обеспечение, конфликтующее с ActiveX, System Error &H80004005 (-2147467259) или общими ссылками.
  • Поврежденная установка или загрузка ActiveX (System Error &H80004005 (-2147467259)).

Продукт Solvusoft

Загрузка
WinThruster 2022 — Проверьте свой компьютер на наличие ошибок.

Совместима с Windows 2000, XP, Vista, 7, 8, 10 и 11

Установить необязательные продукты — WinThruster (Solvusoft) | Лицензия | Политика защиты личных сведений | Условия | Удаление

  • Remove From My Forums
  • Question

  • I received this error on a laptop that was sent back to me for re-imaging.  When I set it to start with all parameters set, I received this error.  I then went into a command line and did a clean on disk 0 to clear all volumes and partitions. 
    When I went to perform the deployment over again, I got the same error message.  Looking through the logs, I am unable to determine exactly what caused this failure.  I have attached the log files generated from the deployment to a public sharing
    site.  Below is the link to the log files themselves.

    https://1drv.ms/f/s!AnkJZ7azSrQpbxulrqvCSjfUCBU

Answers

  • Did you manually edit the Task Sequence in the ts.xml file, like through a text editor?

    Maybe try creating a plain task sequence with just a few drivers and an OS.  Just edit through the task sequence editor in MDT.  Try to deploy that and see if you get the same issue.

    The second <![LOG[XML line in the excerpt you provided make me think that there are some hidden characters like it was written to in Unicode but needed to be written to in ASCII… or the other way around.  See this:   

     Invalid at the top level of the document. ÿþ<

    It looks like that is the BOM (Byte Order Mark)  You will need to remove that before the TS will run.

    • Edited by

      Thursday, August 2, 2018 7:49 PM

    • Marked as answer by
      TBingeman
      Friday, August 3, 2018 3:13 PM
  • Remove From My Forums
  • Question

  • I received this error on a laptop that was sent back to me for re-imaging.  When I set it to start with all parameters set, I received this error.  I then went into a command line and did a clean on disk 0 to clear all volumes and partitions. 
    When I went to perform the deployment over again, I got the same error message.  Looking through the logs, I am unable to determine exactly what caused this failure.  I have attached the log files generated from the deployment to a public sharing
    site.  Below is the link to the log files themselves.

    https://1drv.ms/f/s!AnkJZ7azSrQpbxulrqvCSjfUCBU

Answers

  • Did you manually edit the Task Sequence in the ts.xml file, like through a text editor?

    Maybe try creating a plain task sequence with just a few drivers and an OS.  Just edit through the task sequence editor in MDT.  Try to deploy that and see if you get the same issue.

    The second <![LOG[XML line in the excerpt you provided make me think that there are some hidden characters like it was written to in Unicode but needed to be written to in ASCII… or the other way around.  See this:   

     Invalid at the top level of the document. ÿþ<

    It looks like that is the BOM (Byte Order Mark)  You will need to remove that before the TS will run.

    • Edited by

      Thursday, August 2, 2018 7:49 PM

    • Marked as answer by
      TBingeman
      Friday, August 3, 2018 3:13 PM

I am uploading my records in excel 2007 to sql2012 database using vba.
I was using following code successfully for last 3 months but it now fails with the error below.

run-time error ‘-2147467259 (80004005) odbc—call failed

My code in VBA:

Sub UpdateTable()
    Dim cnn As Object
    Dim wbkOpen As Workbook
    Dim objfl As Variant
    Dim rngName As Range
    Set wbkOpen = ActiveWorkbook
    ActiveSheet.Select
    Set rngName = Range(Range("A1"), Range("A1").End(xlToLeft).End(xlDown))
    rngName.Name = "TempRange"
    strFileName = wbkOpen.FullName
    Set cnn = CreateObject("ADODB.Connection")
    cnn.Open "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & strFileName & ";Extended Properties=""Excel 12.0 Xml;HDR=Yes"";"
    nsql = "INSERT INTO [odbc;Driver=SQL Server;Server=dedr;Uid=pmac;Pwd=123456;Database=dpgrt].stmt"
    nJOIN = " SELECT * from [TempRange]"
    cnn.Execute nsql & nJOIN <<<<<<<<< this is error line.
    MsgBox "Uploaded Successfully"
    cnn.Close
    Set wbkOpen = Nothing
End Sub

This error just come up yesterday. There was no change in sql database.
Kindly help.

Community's user avatar

asked Aug 30, 2013 at 13:26

madiya madiya's user avatar

Load 7 more related questions

Show fewer related questions

Hi I am currently part of a team deploying windows 7 to lenovo laptops. We are experiencing issues with deploying to a specific model the T410i laptop. A pink screen appears saying Operating system deployment did not complete successfully. 11 errors and
3 warnings were reported. We are using a desktop PC with windows 7 as a deployment server as it needs to be portable for use at satellite sites.

The odd thing is this doesn’t effect all T410i laptops many build without an issue. At our most recent rollout we found 17 machines refused to take the image. So far we cannot image these machines. I believe one engineer said they had had sucess by removing
the DVD drive and battery but haven’t tested this yet I’m about to. We have tried the following.

1. Clean with diskpart and retry — no effect

2. Different SSD — no effect

3. Different deployment server — no effect.

4. Memory sticks instead of CD’s — helps with some machines but not these 17

This is a sample of the BDD.log from the machine in question. Does anyone have any ideas? This is a little over my head if I’m honest.

<![LOG[Litetouch deployment failed, Return Code = -2147467259 
0x80004005]LOG]!><time=»04:42:03.000+000″ date=»03-10-2015″ component=»LiteTouch» context=»» type=»3″ thread=»» file=»LiteTouch»>

<![LOG[Validating connection to \\DTV0022485\Events$]LOG]!><time=»04:42:03.000+000″ date=»03-10-2015″ component=»LiteTouch» context=»» type=»1″ thread=»»
file=»LiteTouch»>

<![LOG[Already connected to server DTV0022485]LOG]!><time=»04:42:04.000+000″ date=»03-10-2015″ component=»LiteTouch» context=»» type=»1″ thread=»» file=»LiteTouch»>

<![LOG[Event 41014 sent: Litetouch deployment failed, Return Code = -2147467259 
0x80004005]LOG]!><time=»04:42:04.000+000″ date=»03-10-2015″ component=»LiteTouch» context=»» type=»1″ thread=»» file=»LiteTouch»>

<![LOG[Error executing web service http://DTV0022485:9800/MDTMonitorEvent/PostEvent?uniqueID=&computerName=MC7V0022153&messageID=41014&severity=3&stepName=&currentStep=0&totalSteps=0&id=016410A4-8C51-CB11-BE21-E3F6BC6D2E61,F0:DE:F1:63:7C:4C&message=Litetouch
deployment failed, Return Code = -2147467259  0x80004005&dartIP=&dartPort=&dartTicket=&vmHost=&vmName=: The operation timed out

I can get more logs if needed!

Many thanks if anyone can offer any suggestions we are fresh out.

I’m trying to debug some legacy asp.net 1.1 code. I have moved the app to my local machine to debug. When I try to load any aspx page I get the following error.
-2147467259 (0x80004005)

That’s all that’s on the page. Anybody have a clue where I should start to fix this.

GEOCHET's user avatar

GEOCHET

21.1k15 gold badges75 silver badges98 bronze badges

asked Feb 20, 2009 at 16:45

Cadoo's user avatar

So it turned out to be a problem with the asp.net 1.1 install.

To debug it I created a new blank page and still got the error. Created a new application with a hello world type form same error.

Solution: «%windir%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe» -i

answered Feb 20, 2009 at 17:50

Cadoo's user avatar

CadooCadoo

8075 silver badges13 bronze badges

You gotta love all these error messages with relatively vague text, tons of solutions already cropping up.

Research I dug into really quick indicated that something good have gone wacky with the .NET 2.0 Framework after getting the 1.1 stuff on your machine. They recommended to do a repair/reinstall of the 2.0 Framework and reboot the machine. That solved their woes.

Just go down the list and one of us will have the right answer. 8^D It doesn’t help when MS sends you generic errors. 8^D

answered Feb 20, 2009 at 16:52

Dillie-O's user avatar

Dillie-ODillie-O

29.3k14 gold badges101 silver badges140 bronze badges

7

Looks like an «Access is denied» error, if you look up that error code in Windows anyway, where I’d check to see that the «Temporary ASP.Net Files» are being generated and that the identity used to compile the code can read the source files.

answered Feb 20, 2009 at 16:50

JB King's user avatar

JB KingJB King

11.9k4 gold badges39 silver badges49 bronze badges

1

0x80004005 is the COM error code E_FAIL «Unspecified error». So some COM method call failed.

Time to find a re-create and then use divide and conquer to find where this is happening.

It could easily be in non-managed code, so enable native debugging and check you have MS’ symbol server configured.

answered Feb 20, 2009 at 16:50

Richard's user avatar

RichardRichard

107k21 gold badges203 silver badges265 bronze badges

That looks like a COM error to me. It would help if you provided more detail about what you are doing when you get the error. Maybe post some code?

Usually where I see this is when connecting to a database. When you moved your application, did you change your database connection string(s) appropriately?

Also, when you set up IIS on your local server, did you check the necessary permissions?

answered Feb 20, 2009 at 16:47

GEOCHET's user avatar

GEOCHETGEOCHET

21.1k15 gold badges75 silver badges98 bronze badges

Понравилась статья? Поделить с друзьями:

Интересное по теме:

  • 2188 ошибка каптива
  • 2188 ошибка ваз калина
  • 2188 ошибка ваз гранта
  • 2188 код ошибки хендай солярис
  • 2185 ошибка хонда цивик

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии