Could "VS2010 and IE10 Attaching the Script debugger to process iexplore.exe failed" solution break Win update? - updating

I run "VS2010 and IE10 Attaching the Script debugger to process iexplore.exe failed" solution http://goo.gl/S1jXp.
Could this cause Windows 7 64 bit to fail installing updates? (Error code 641 in Windows Update http://goo.gl/5ttfP)
regsvr32.exe "%ProgramFiles(x86)%\Common Files\Microsoft Shared\VS7Debug\msdbg2.dll"

Related

Javac throwing unsupported error while Eclipse works fine

I tried to use cmd prompt to execute my java file but I got this error that says
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: MovingObject has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0
but when I tried executing my java file on eclipse it works perfectly fine, its just that I want to try and run it to the command prompt to see if both ways works. Tried searching about the problem but most of the other problems is way back from long ago.
The problem was that my computer was confused as to what JRE to use. I have manually installed JDK and JRE 8 before.
So when I tried checking it through cmd.
javac -version is Java 16
while, java -version is Java 8
So, I uninstalled my Java 8 since I have installed JDK 16 and JRE version 16 on my eclipse which confuses my computer as to what version to use. That's pretty much it.

OpenCV build on Windows Visual Studio error: 'setlocal' is not recognized as an internal or external command

I am building OpenCV source code on Windows 10 with Visual Studio 2015, but encounter an strange error.
First of all, I configured the source code with CMake. After configuration successfully done, I opened the configured OpenCV solution with VS2015 and press F7 to build. However, seems that every project being built encounter following error caused by 'setlocal' is not recognized.
6>------ Build started: Project: IlmImf, Configuration: Debug x64 ------
6> 'setlocal' is not recognized as an internal or external command,
6> operable program or batch file.
Things are strange because previously I also built OpenCV source code on Win10 with VS2015 and there was no any such kind of error before. But not know why this error appears now.
How do resolve this error?

C++ Builder XE requested operation requires elevation

I've been using C++ builder XE under Windows 7 for a couple of years now. At some time I must have set the shortcut to C++ builder to "run as administrator", however I recently found that a bug which crashes my program when run from the command line (double clicking the .exe file in Windows Explorer) doesn't show itself in the IDE unless I DON'T run it as administrator. However, when I now pick another project I've been working on and try to compile and run it, I now get : "Error : Unable to create process: The requested operation requires elevation."
I realise this is due to Windows 7's UAC, but don't know how to debug my software any more !
Ideally, I would like to be able to compile and run my software in the debugger as a normal user.

\tf.exe is not a valid win32 application

Whenever i try execute TF.exe (via Windows Explorer/Command Prompt/VS2005 Command Prompt/VS2005 x64 Command Prompt) i get the error:
"C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\tf.exe tf.exe is not a valid win32 application"
This was working before, don't remember exactly when it starting happening or why (possible due to some dumb windows/visual studio/.net security update, is my guess)
Odd thing is that Team Foundation Server operations work perfect via Visual Studio.
Anyone has a clue?
Details
Windows XP Pro SP3 (x86)
Visual Studio 2005 (8.0.50727.762)
repaired TFS installation fixed it
You have to add the path to the executable to your PATH environment variable. Here are the instructions - https://superuser.com/questions/284342/what-are-path-and-other-environment-variables-and-how-can-i-set-or-use-them

Application Error while installing wamp server

i was trying to install the wamp server 2.2 intended for a 64-bit OS.. there's an application error saying "The application was unable to start correctly (0xc000007b). Click OK to close the application." But when i went to Mozilla Firefox to go to the localhost, it won't open. please help me..
If the application didn't start correctly you can't expect for localhost to work. Be sure you installed the 64 bit version on a 64bit OS or you can try xampp.
Application error The application was unable to start correctly (0xc000007b) The error code means "STATUS_INVALID_IMAGE_FORMAT"
I know 2 possible reason for this:
1- In most cases this error occurred when 64 bit windows reaches 32 bit dll in search path. Specially in this case and about wamp server 64 bit it can be caused by 32 bit version of msvcr100.dll in path. Just download 64 bit version of it and copy the file to "C:\wamp\bin\apache\Apache2.4.4\bin"
here you can download the 64 bit of this dll http://www.dll-files.com/dllindex/dll-files.shtml?msvcr100
After this click on wamp icon in system tray Apache/Service/install service to fix the problem.
2- the exe file is damaged due to disk error. In this case try using fdisk. if fdisk found errors on disk and problem not fixed then reinstall the program.
Due to the windows version mismatches. Uninstall Wamp Server 2.2 and download Wamp Server 64bit version.
Download

Resources