Имя пользователя:
Пароль:
 

Название темы: Ошибка SideBySide
Показать сообщение отдельно

Новый участник


Сообщения: 11
Благодарности: 0

Профиль | Отправить PM | Цитировать


Помогоите, плз, разобраться.
Изначально была проблема такая:



Ошибки SideBySide показывали вот что:
Цитата:
Activation context generation failed for "C:\Windows\Installer\{67E03279-F703-408F-B4BF-46B5FC8D70CD}\WksCal.exe". Dependent Assembly msadctls,processorArchitecture="x86",type="win32",version="1.0.1801.0" could not be found. Please use sxstrace.exe for detailed diagnosis.

Activation context generation failed for "C:\Windows\Installer\{67E03279-F703-408F-B4BF-46B5FC8D70CD}\wksdb.exe". Dependent Assembly msadctls,processorArchitecture="x86",type="win32",version="1.0.1801.0" could not be found. Please use sxstrace.exe for detailed diagnosis.

Activation context generation failed for "C:\Windows\Installer\{67E03279-F703-408F-B4BF-46B5FC8D70CD}\wksss.exe". Dependent Assembly msadctls,processorArchitecture="x86",type="win32",version="1.0.1801.0" could not be found. Please use sxstrace.exe for detailed diagnosis.

Activation context generation failed for "C:\Windows\Installer\{67E03279-F703-408F-B4BF-46B5FC8D70CD}\WksWP.exe". Dependent Assembly msadctls,processorArchitecture="x86",type="win32",version="1.0.1801.0" could not be found. Please use sxstrace.exe for detailed diagnosis.
Поставил Microsoft Visual C++ 2005 SP1 Redistributable Package
Вроде как не помогло. Через раз опять появлялись эти ошибки.

Сделал, как написано ТУТ

А именно
Цитата:
Open up notepad...and add this (and only this) to it.

strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" _
& strComputer & "\root\subscription")


Set obj1 = objWMIService.Get("__EventFilter.Name='BVTFilter'" )

set obj2set = obj1.Associators_("__FilterToConsumerBinding")

set obj3set = obj1.References_("__FilterToConsumerBinding")



For each obj2 in obj2set
WScript.echo "Deleting the object"
WScript.echo obj2.GetObjectText_
obj2.Delete_
next

For each obj3 in obj3set
WScript.echo "Deleting the object"
WScript.echo obj3.GetObjectText_
obj3.Delete_
next

WScript.echo "Deleting the object"
WScript.echo obj1.GetObjectText_
obj1.Delete_

Now, save it as <Random Name whatever you want>.vbs
Restart your laptop/desktop, and hit f8 in order to get it into safe mode (don't need networking or cp)....Run the file, should have to click ok twice....once done, run file again, should hit error, Unknown File....After that, I had to reboot several times (Around 6)...but my computer has been running swell since. I hope this helps anyone with this problem.
Перезагружал несколько раз. Теперь осталась одна ошибка (если честно - не знаю - от этого ли решения)


Почему одна всё-таки осталась?

И теперь финальный вопрос.

ТУТ ЖЕ парень пишет:
Цитата:
After researching, there is another reason this error could be caused. Improper voltage settings for your RAM. Get a bench tester, and test your RAM....if your comp locks up or freezes, reboot access your BIOS....and lower your voltage or raise it a small amount and retry. From what I have read, a person using 4 1gb sticks, had to adjust his voltage from 1550 down to 1500. After that, he 'claimed' problem was fixed. Try that also....I am continuing research on this error and will post anymore fixes that I might find that are not obviously redundant or idiotic.

Also, I never stated my computer: Quad Core Intel...2.33ghz x 4....running 8 gb of Kingston HyperX ram....Nvidia GT 120 video card. Using Windows Vista Home Premium....
Хм. Т.е. возможно, что проблема в оперативной памяти? Ноут я брал в штатах - SONY VAIO SZ750N. Intel Core 2 Duo T8100, 2.1 GHz. NVIDIA GeForce 8400M GS.
И там же в магазине мне добавили 1 GB оперативы. Т.е. было 2, стало 3. Но тормозов раньше не было. Вот, что-то не могу разобраться в причине.
И если делов в оперативной памяти - можете по-русски написать, что в биосе и как подправить?

Очень надеюсь на помощь, т.к. уже пол года бьюсь.

Отправлено: 06:20, 04-07-2009 | #39

Название темы: Ошибка SideBySide