Меню

Визуал студио код ошибки 0x80070002

  • Hi KurtChin,

    If this issue happen only when you are creating ASP.NET Web apps, but other projects work fine.

    The ASP.NET templates could be broken, in order to fix this issue, I suggest you to try devenv switch in command prompt, please follow the steps below (I’m using vs2015):

    1. Open Windows Explorer, and navigate to <Visual Studio Installation Path>Common7IDE (by default is <C:Program Files Microsoft Visual Studio 14.0Common7IDE>);
    2. Delete the ItemTemplatesCache, ProjectTemplatesCache folder;
    3. Open Visual Studio Command Prompt (2015): Start menu ->
      All Programs
      -> Microsoft Visual Studio 2015 ->
      Developer
      Command Prompt for VS2015 (run it with Administrator privilege: right-click the program ->
      Run as administrator);
    4. Run the devenv /InstallVSTemplates switch;
    5. Run the devenv /Setup switch

    If this issue also happen when you are creating other projects, please try to manually repair it.

    Please go to control panel, choose vs2015 right click “repair”.

    I also found a similar issue as yours which happened in VS2013, you might refer to it.

    It’s said this error could be caused by your NuGet Package Manager incorrect installation.

    The link is here for you to refer:
    http://stackoverflow.com/questions/18984639/exception-hresult-080070002-while-creating-an-mvc-application

    If this issue still exists after all steps above, please check the ActiveLog.xml.
    This file appears after you’ve called devenv /log in
    Developer
    Command Prompt for VS2015. By default, the log file is:

     %APPDATA%MicrosoftVisualStudioVersionActivityLog.xml

    This file will log all operations when you operate Visual Studio which has some information for troubleshooting. Please try it and share it with us.

    Best regards,

    Fletcher


    MSDN Community Support
    Please remember to click «Mark as Answer» the responses that resolved your issue, and to click «Unmark as Answer» if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to
    MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    • Marked as answer by

      Wednesday, December 28, 2016 2:58 PM

  • i trying to create a new project in visual studio .it give some error

    please give me some suggestions…..enter image description here

    i don’t know this happen.
    i am trying to reinstall and again same error is coming .

    i try this cant work …

    Krisztián Balla's user avatar

    asked Feb 3, 2015 at 12:47

    Sankar's user avatar

    5

    Try 1 first if not other one

    1. Go to Extentions and updates then Search Nuget and uninstall it,
      restart visual studio, again install Nuget then again restart.
      you should be able to create your new project.
    2. Repair your Visual Studio 2013 or 2015

    answered Jul 12, 2016 at 18:01

    Charitha Goonewardena's user avatar

    1

    I am using Visual Studio 2015 Express Web and had the same problem. I searched a lot for solutions and none of these worked:

    • Reinstall Nuget for Visual Studio 2015
    • Replace Nuget for Visual Studio 2015 with the former Nuget
    • Run Visual Studio as Administrator
    • Modify/Delete IISExpress applicationhost.config file
    • Reinstall IISExpress

    The only thing that solved it was a Repair-install of Visual Studio:

    • Press Windows + R
    • Enter appwiz.cpl and press Enter
    • Right-click the entry «Microsoft Visual Studio Express 2015 for Web» and click «Repair»
    • Be patient…

    Note: This is going to reinstall all packages that you have uninstalled, because you weren’t needing them (eg. Microsoft SQL Server Native Client).

    answered Feb 20, 2016 at 10:40

    Krisztián Balla's user avatar

    Krisztián BallaKrisztián Balla

    18.7k13 gold badges66 silver badges82 bronze badges

    1

    Go to: VS2013->Tools->Extensions and Updates->Online Search for NuGet and install. Fixed my problem in 2013 REL

    answered Feb 2, 2016 at 10:05

    Amol's user avatar

    AmolAmol

    1,4312 gold badges17 silver badges32 bronze badges

    1

    I encountered a similar problem when creating a .NET core project in VS 2015, and it’s resolved by repairing .NET Core. The possible reason is, my .NET core was installed associated with VS community version, but later I uninstall VS community and reinstall professional version, but .NET Core was not uninstalled with community version uninstall. After repairing .NET core from control panel, it works now.

    answered Oct 12, 2016 at 8:49

    Kaka's user avatar

    I had the same error using VS community 2017 (and previous), when trying to open a .cs file, or trying to open project properties.
    All that on a fresh VS install on a fresh Windows 10 install…

    I found 2 solutions:

    Start VS as admin (which is not a good choice, and may prevent debugging drag&drop into your app).

    or better:

    Change security settings of your %temp% folder to «everyone — full control». 🙂

    answered May 3, 2017 at 8:46

    Sylvain's user avatar

    SylvainSylvain

    2732 silver badges11 bronze badges

    You need to install Nuget package manager from Tools-> Extensions and Updates -> online-> and search ‘Nuget package manager’ from search bar and click install.

    answered May 7, 2017 at 15:05

    rubizky's user avatar

    Solution by Andriy Svyryd:

    Modifying Visual Studio 2015 installation and unchecking Microsoft Web Developer Tools
    Deleting C:Program Files (x86)Microsoft Visual Studio 14.0Common7IDEExtensionsMicrosoftWeb ToolsDNX folder that was left from a previous version of the tools.
    Deleting %LocalAppData%MicrosoftVisualStudio14.0ComponentModelCache
    Deleting %LocalAppData%MicrosoftVisualStudio14.0devenv.exe.config
    Running repair on the preview2 tooling.

    answered Jan 11, 2017 at 14:01

    Naresh Narasimhalu's user avatar

    Do you have the relevent components installed along with Visual Studio?

    I was getting this error when trying to add a new Axure Mobile Services project. Knowing how long repairing Visual Studio takes, I hoped to avoid that.

    What fixed it for me was opening up Programs and Features, and selecting «Modify» Visual Studio rather than «Repair».

    I’m not sure if there was an error in a previous installation that I didn’t notice, but Web Tools wasn’t selected in the installed components. After selecting that, installing, and restarting my computer, I no longer got the error when trying to add a new project.

    answered Jan 21, 2017 at 21:16

    alaskanloops's user avatar

    I encountered the same problem when I try to create ASP.NET MVC 4 web application in VS 2012.

    To resolve this issue In VS 2012 click on Tools (menu)>>Extensions and Updates (menu item) >> in the Extensions and Updates window click on Updates menu.

    Install pending updates for VS 2012 and also for Nuget.

    Restart the VS 2012.

    answered Feb 17, 2017 at 6:24

    Byre Gowda's user avatar

    My version of the problem was caused by VS extensions running in the background.
    My solution: disable non-critical extension «Extension» -> «Manage Extensions» -> «Installed» -> disable: «Visual Studio IntelliCode», and also disable other extensions not currently in use.
    -> restart VS

    answered Feb 23, 2022 at 10:34

    siggi_pop's user avatar

    siggi_popsiggi_pop

    5587 silver badges10 bronze badges

    • Remove From My Forums
    • Question

    • I am getting error on creating even the empty web application project. The error message is as given below:

      The system cannot find the file specified. (Exception from HRESULT: 0x80070002)

      I am using following build of Visual Studio:

      Visual Studio Professional 2013. Version 12.0.30723.00 Update 3

      Looks like it is the problem with the installation of the visual studio. But I can’t take risk of re-installing now because it would stop my going on development work.

      Any would help to resolve this would be appreciated.

      P.S. I am also having Visual Studio 2010 and Visual Studio 2012 Ultimate on my system.


      Regards, Randeep

    Answers

    • Hello Randeep,

      Will you get the same error when creating any other apps, like C# WinForm?

      If only web application project has the problem, you can try the following to reset the templates:

      1. Please open Windows Explorer, and navigate to  <Visual Studio Installation Path>Common7IDE (by default is C:Program Files Microsoft Visual Studio 12.0Common7IDE);
      2. Delete the ItemTemplatesCache, ProjectTemplatesCache folder;
      3. Open Visual Studio Tools/Developer Command Prompt for VS2013
        under Start menu -> All Programs -> Microsoft Visual Studio 2013 -> Visual Studio Tools (run it with Administrator privilege: right-click the program -> Run as administrator);
      4. Run the devenv /InstallVSTemplates switch;
      5. Run the devenv /Setup switch

      If all your projects get this error, please try repair the installaiton from control panel first. By the way, can you use Visual Studio Web projects before you get this error? And have you tried to use the Visual Studio Update 4, I see you still used
      Update 3, is there any reason for you to still use the Update 3 version?

      Best regards,


      Barry
      We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.

      Click
      HERE to participate the survey.

      • Marked as answer by

        Thursday, April 9, 2015 11:49 AM

    • Remove From My Forums
    • Question

    • I am getting error on creating even the empty web application project. The error message is as given below:

      The system cannot find the file specified. (Exception from HRESULT: 0x80070002)

      I am using following build of Visual Studio:

      Visual Studio Professional 2013. Version 12.0.30723.00 Update 3

      Looks like it is the problem with the installation of the visual studio. But I can’t take risk of re-installing now because it would stop my going on development work.

      Any would help to resolve this would be appreciated.

      P.S. I am also having Visual Studio 2010 and Visual Studio 2012 Ultimate on my system.


      Regards, Randeep

    Answers

    • Hello Randeep,

      Will you get the same error when creating any other apps, like C# WinForm?

      If only web application project has the problem, you can try the following to reset the templates:

      1. Please open Windows Explorer, and navigate to  <Visual Studio Installation Path>Common7IDE (by default is C:Program Files Microsoft Visual Studio 12.0Common7IDE);
      2. Delete the ItemTemplatesCache, ProjectTemplatesCache folder;
      3. Open Visual Studio Tools/Developer Command Prompt for VS2013
        under Start menu -> All Programs -> Microsoft Visual Studio 2013 -> Visual Studio Tools (run it with Administrator privilege: right-click the program -> Run as administrator);
      4. Run the devenv /InstallVSTemplates switch;
      5. Run the devenv /Setup switch

      If all your projects get this error, please try repair the installaiton from control panel first. By the way, can you use Visual Studio Web projects before you get this error? And have you tried to use the Visual Studio Update 4, I see you still used
      Update 3, is there any reason for you to still use the Update 3 version?

      Best regards,


      Barry
      We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.

      Click
      HERE to participate the survey.

      • Marked as answer by

        Thursday, April 9, 2015 11:49 AM

    Ну, я написал простой код, чтобы проверить возможность создания объектов с помощью оператора «new». Когда я пытался скомпилировать код, MS Visual Studio выдавала ошибку примерно так: «Ошибка: невозможно открыть файл C: Users … test1 Debug main.obj. Код ошибки = 0x80070002.Error: Could not find ‘C: Users … test1 Debug main.obj’. test1.exe был собран с / DEBUG: FASTLINK, который требует объектные файлы для отладки.

    Что здесь происходит? Пожалуйста помоги.

    Код:

    #include <iostream>
    
    class czlowiek {
    int wiek;
    char plec;
    czlowiek();
    czlowiek(int Wiek, int Plec);
    };
    
    czlowiek::czlowiek(int Wiek, int Plec) {
    wiek = Wiek;
    plec = Plec;
    }
    
    int main()
    {
    czlowiek *first;
    first = new czlowiek();
    delete first;
    std::cin.get();
    return 0;
    }
    

    0

    Решение

    Код, который вы разместили, не будет ссылаться:

    • Конструктор czlowiek() не имеет реализации.
    • Оба конструктора являются закрытыми (в классах члены и методы по умолчанию закрыты).

    В качестве предупреждения вы назначаете int для char (plec).

    1

    Другие решения

    Других решений пока нет …

    • Remove From My Forums
    • Question

    • Hello,

      I asked this first on Spiceworks Community Forum but i’ll ask here and I couldn’t get a fix.

      I’ve been trying for about a week now to get the Microsoft Visual Studio C++ 2015 Redistributable to install on one of our customers SBS 2008 server for some new software that requires it.

      Every time i try to get it to install I get the error «0x80070002 — The System cannot find the file specified».

      I’ve been Googling and none of the solutions that I’ve find work.

      • Tried SFC scanning the server: No Corruption
      • Full Virus scan of the server, using different AV: No Detections
      • Full chkdsk of the server: All okay
      • Removed all AV and retried installation
      • Removed all other installed .net & previous version of the C++
      • Tried the different Installers (with Update1, Update2 etc)
      • Downloaded and run Windows6.0-KB947821-v35-x64

      It seems from what i’ve found is it might be a Windows Update Error, but updates install fine and the server is now completely up to date, and i’m out of Ideas…

      Has anyone seen this issue and maybe got a solution or any suggestions for what else I can try?

      • Edited by

        Wednesday, January 11, 2017 11:54 AM

    Вопрос:

    Я пытаюсь создать новый проект в visual studio.it дает некоторую ошибку

    пожалуйста, дайте мне несколько предложений….. enter image description here

    Я этого не знаю.
    Я пытаюсь переустановить, и снова появляется такая же ошибка.

    Я пробую эту работу…

    Ответ №1

    Попробуйте 1 первый, если не другой

    • Перейдите в Extentions and updates, затем найдите Nuget и удалите его,
      перезапустите визуальную студию, снова установите Nuget, затем снова перезапустите.
      вы должны иметь возможность создать свой новый проект.
    • Восстановите свою Visual Studio 2013 или 2015

    Ответ №2

    Я использую Visual Studio 2015 Express Web и имею ту же проблему. Я много искал для решений, и ни одна из них не работала:

    • Переустановите Nuget для Visual Studio 2015
    • Замените Nuget для Visual Studio 2015 с прежним Nuget
    • Запустить Visual Studio как администратор
    • Изменить/Удалить файл IISExpress applicationhost.config
    • Переустановите IISExpress

    Единственное, что разрешило это: Repair-install Visual Studio:

    • Нажмите Windows + R
    • Введите appwiz.cpl и нажмите Enter
    • Щелкните правой кнопкой мыши запись “Microsoft Visual Studio Express 2015 для Интернета” и нажмите “Восстановить”
    • Будьте терпеливы…

    Примечание.. Это приведет к переустановке всех удаленных вами пакетов, поскольку вам не нужны они (например, собственный клиент Microsoft SQL Server).

    Ответ №3

    Перейдите по ссылке: VS2013- > Инструменты- > Расширения и обновления- > Онлайн-поиск для NuGet и установка. Исправлена ​​проблема в 2013 году REL

    Ответ №4

    Я столкнулся с аналогичной проблемой при создании основного проекта .NET в VS 2015, и он разрешил восстановление .NET Core. Возможная причина: ядро ​​.NET было установлено, связанное с версией сообщества VS, но позже я удалю сообщество VS и переустановил профессиональную версию, но .NET Core не был удален с удалением версии сообщества. После восстановления ядра .NET с панели управления он работает сейчас.

    Ответ №5

    Вам нужно установить менеджер пакетов Nuget из Tools- > Extensions and Updates → online- > и найти “Nuget package manager” из панели поиска и нажать “Установить”.

    Ответ №6

    Решение Андрея Свирида:

    Изменение установки Visual Studio 2015 и снятие флажка Microsoft Web Developer Tools
    Удаление папки C:Program Files (x86)Microsoft Visual Studio 14.0Common7IDEExtensionsMicrosoftWeb ToolsDNX, оставленной из предыдущей версии инструментов.
    Удаление% LocalAppData%MicrosoftVisualStudio14.0ComponentModelCache
    Удаление% LocalAppData%MicrosoftVisualStudio14.0devenv.exe.config
    Выполнение ремонта инструментария предварительного просмотра.

    Ответ №7

    У вас есть соответствующие компоненты, установленные вместе с Visual Studio?

    Я получал эту ошибку при попытке добавить новый проект Axure Mobile Services. Зная, как долго восстанавливается Visual Studio, я надеялся избежать этого.

    Для меня исправлено открытие программ и функций и выбор “Изменить” Visual Studio, а не “Ремонт”.

    Я не уверен, была ли ошибка в предыдущей установке, которую я не заметил, но веб-инструменты не были выбраны в установленных компонентах. После выбора этого, установки и перезагрузки моего компьютера, я больше не получаю ошибку при попытке добавить новый проект.

    Ответ №8

    Я столкнулся с той же проблемой, когда пытаюсь создать веб-приложение ASP.NET MVC 4 в VS 2012.

    Чтобы устранить эту проблему В VS 2012 нажмите “Инструменты” (меню) → “Расширения и обновления” (пункт меню) → в окне “Расширения и обновления” нажмите “Обновить”.

    Установите ожидающие обновления для VS 2012, а также для Nuget.

    Перезапустите VS 2012.

    Ответ №9

    У меня была такая же ошибка с использованием сообщества VS 2017 (и предыдущего) при попытке открыть файл .cs или попытке открыть свойства проекта.
    Все это на новой установке VS на новой установке Windows 10…

    Я нашел 2 решения:

    Запустите VS как admin (что не является хорошим выбором и может препятствовать отладке drag & drop в ваше приложение).

    или лучше:

    Измените параметры безопасности вашей папки% temp% на “все – полный контроль”.:)

    Я пытаюсь создать новый проект в visual studio.it дает некоторую ошибку

    пожалуйста, дайте мне несколько предложений.

    Я этого не знаю. Я пытаюсь переустановить, и снова появляется такая же ошибка.

    Я пробую эту работу.

    Попробуйте 1 первый, если не другой

    • Перейдите в Extentions and updates , затем найдите Nuget и удалите его, перезапустите визуальную студию, снова установите Nuget , затем снова перезапустите. вы должны иметь возможность создать свой новый проект.
    • Восстановите свою Visual Studio 2013 или 2015

    Я использую Visual Studio 2015 Express Web и имею ту же проблему. Я много искал для решений, и ни одна из них не работала:

    • Переустановите Nuget для Visual Studio 2015
    • Замените Nuget для Visual Studio 2015 с прежним Nuget
    • Запустить Visual Studio как администратор
    • Изменить/Удалить файл IISExpress applicationhost.config
    • Переустановите IISExpress

    Единственное, что разрешило это: Repair-install Visual Studio:

    • Нажмите Windows + R
    • Введите appwiz.cpl и нажмите Enter
    • Щелкните правой кнопкой мыши запись «Microsoft Visual Studio Express 2015 для Интернета» и нажмите «Восстановить»
    • Будьте терпеливы.

    Примечание. . Это приведет к переустановке всех удаленных вами пакетов, поскольку вам не нужны они (например, собственный клиент Microsoft SQL Server).

    Создатели ОС Windows в своем стремлении к совершенству не знают границ. Поэтому пакеты обновлений для данной ОС выходят с завидным постоянством. И пока пользователи задаются вопросом, неужели нельзя сделать операционную систему «без дыр» сразу (как например, выпускают большинство ОС семейства Linux), патчи к Windows 10, а также к Windows 8 и Windows 7 регулярно закачиваются Центром обновления Вашей операционной системы, то и дело вызывая ошибки в ее работе.

    Потому время от времени процесс обновления прерывается сообщениями типа «код ошибки 0x80070002» или «не удается найти указанный файл 0x80070002». Однако обновление — это не единственная причина для возникновения этой ошибки. Всего причин для ошибки 0x80070002 насчитывают более 5 тысяч, перечислить их не представляется возможным, но ключевые причины следующие.

    Причины ошибки 0x80070002

    • Сбой в обновлениях системы.
    • Проблемы при установке ОС.
    • При восстановлении Windows.

    Ошибка имеет место быть. Как исправить? Чаще всего с этой проблемой Вы сталкиваетесь при обновлении Windows. И наиболее оптимальным решением будет откатить эти обновления.

    Для этого откройте «Панель управления» виндовс либо через меню «Пуск» (для Windows XP и 7 или для Windows 8 и 10 с восстановленным меню «Пуск»), либо (для Windows 8 и 10) введя в строке поиска фразу «панель управления» и выбрав ее в результатах поиска (см. Скриншот 1).

    Выбрав вверху вид «Крупные значки», откройте пункт меню «Программы и компоненты». После чего выберите в представленном Вам списке программ те обновления, которое были последними (вызвали ошибку) и которые Вы решили удалить. После этого нажмите на «Удалить».

    Далее Вы можете пойти двумя путями. Первый — попытаться, надеясь, что ошибка не возникнет вновь, повторить обновление системы (дождаться автоматического обновления). Второй — отказаться от обновлений ОС.

    За отказ от обновлений говорят следующие моменты. Во-первых, обновление Windows может начаться в любой момент, что съест часть Вашего трафика и, соответственно, денежных средств, если Вы используете лимитированное подключение к Сети. Во-вторых, обновление может начаться перед ближайшим выключением и последующим включением устройства, чего Вы можете сразу не заметить. И если Вам вдруг в данный момент понадобится срочно компьютер, Вам прид ется ждать (порою очень долго!) завершения процесса установки обновлений. В-третьих, для владельцев нелицензионной версии ОС обновления зачастую приносят с собою сообщение об отсутствии активации Windows и отказ от работы ряда функций ОС.

    За обновление говорит тот важный факт, что без них Ваш компьютер подвергается значительному риску заражения вирусом, и Вы можете лишиться важных данных и денежных средств.

    Если Вы решили отключить автоматическое обновление, Вам необходимо развернуть окно «Выполнить» комбинацией клавиш Win+R. Далее введите в окно команду «service.msc». В открывшемся окне служб найдите «Центр обновления» и дважды кликните по нему. Это откроет соответствующие настройки. В закладке общие (см. скриншот 2) выберите Тип запуска → Отключена и нажмите Остановить.

    Обратите внимание, что если Вы решите вернуть автоматическое обновление. Это можно сделать там же. А также в данной службе можно настроить ручное обновление операционной системы.

    Если ошибка 0x80070002 случается при установке/восстановлении Windows?

    Обычно речь идет об отсутствии на дистрибутиве Windows какого-либо файла. Само собой, что файл никуда не делся, однако такие носители, как оптические диски (CD или DVD), подвержены риску царапин и сколов поверхности, что и приводит к невозможности прочесть часть установочных файлов. Нередко (при установке пиратской сборки) речь идет о замене части оригинальных файлов на переработанные пиратами, о чем последние забывают предупредить программу-установщик. Поэтому установщик их просто не видит.

    В любом случае, для решения проблемы 0x80070002 в этом случае лучше всего обратиться к другому дистрибутиву, и, само собой, это должен быть оригинальный диск либо его образ. Проведя установку с другого диска, Вы, скорее всего, решите проблему ошибки 0x80070002.

    Будем рады услышать от Вас отзыв, также поможем при установки компонентов, и в исправлении ошибок. Пишите всё в комментариях, чуть ниже

    ИНФОРМАЦИЯ О ВЕРСИИ ПЛАТФОРМЫ
    Windows: 6.1.7601.65536 (Win32NT)
    Общий язык Время выполнения: 4.0.30319.18444
    System.Deployment.dll: 4.0.30319.34280 Автор: FX452RTMGDR
    Clr.dll: 4.0.30319.18444 автор: FX451RTMGDR
    Dfdll.dll: 4.0.30319.34280 Автор: FX452RTMGDR
    Dfshim.dll: 4.0.41209.0 (Main.041209-0000)

    ИСТОЧНИКИ
    URL-адрес развертывания: файл: /// C: / Users /% D0% 92% D0% BB% D0% B0% D0% B4 / AppData / Роуминг / Microsoft / Windows / Start% 20Menu / Программы / Lenovo / Lenovo% 20Service% 20Bridge.appref-мс

    РЕЗЮМЕ ОШИБКИ
    Ниже приведено краткое описание ошибок, подробности этих ошибок перечислены позже в журнале.
    * Активация C: Users Влад AppData Роуминг Microsoft Windows Start Menu Programs Lenovo Lenovo Service Bridge.appref-ms привела к исключению. Были обнаружены следующие сообщения об ошибках:
    + Активация завершилась неудачно.
    + Не удается найти файл. (Исключение из HRESULT: 0x80070002)

    РЕЗЮМЕ НЕИСПРАВНОСТИ КОМПАНИИ
    Ошибка транзакции не обнаружена.

    ПРЕДУПРЕЖДЕНИЯ
    Во время этой операции не было предупреждений.

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

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

    А вот еще интересные материалы:

  • Яшка сломя голову остановился исправьте ошибки
  • Ясность цели позволяет целеустремленно добиваться намеченного исправьте ошибки
  • Ясность цели позволяет целеустремленно добиваться намеченного где ошибка
  • Виды ошибок на ауди
  • Визит воркшоп мерседес ошибка