Nach dem Upgrade von Visual Studio von 2005 auf 2010 alles funktioniert, nur beim Versuch die Tabellen auf dem SQL Server 2008 R2, der mit dem Visual Studio 2010 mitgeliefert wurde, auf den Maschinen mit Windows 7 mit 32 bit und Server 2008r2 mit 64 bit
zu öffnen, kommpt die Fehletmeldung 0x8007007e Specified module not found.
In Google ist ein Hinweis:
https://support.microsoft.com/en-us/kb/978714
You have a computer that is running a 64-bit edition of Windows 7 or of Windows Server 2008 R2. When you run the W32tm.exe /resync command from the %SystemRoot%\SysWow64 folder in an elevated command prompt, the operation fails. Additionally, you receive
an error message that resembles the following:
The specified module could not be found. <0x8007007E>
This issue occurs because a 32-bit version of the W32time.dll module is missing in a 64-bit edition of Windows 7.
In a 64-bit edition of Windows 7, there are two versions of the W32tm.exe tool:
- A 64-bit version of the tool is located in %SystemRoot%\System32.
- A 32-bit version of the tool is located in %SystemRoot%\SysWow64.
If you run the 32-bit version of W32tm.exe together with the /resync option, it loads the W32time.dll module. However, the operating system cannot locate an appropriate version of the W32time.dll module. Therefore, you receive the error message.
Der Hotfix droht:
https://support.microsoft.com/en-us/hotfix/kbhotfix?kbnum=978714&kbln=en-us
Hotfix Request
Important
• A hotfix is intended to correct a specific problem.
• Apply the hotfix only to systems that are experiencing the specific problem.
• Installing the incorrect hotfix can cause damage to your system.
• If you are not sure whether the hotfix is the correct one for your system, do not install it.
• Hotfixes are included in subsequent service packs that are safer to install through Microsoft Update.
Nun ich habe auf meinem Laptop System Windows 7 32 bit und auf dem Server 2008r2 64 bit. Ich bekomme das gleiche Problem auf beiden Maschinen. Aus diesem Grund verstehe ich die Ausführungen von Microsoft nicht ganz. Kann ich dieses Hotfix benützen? Wenn
nein, gibt es noch andere Abhilfe? Ich bin ein gebrantes Kind.
Gruss
Rudolf Stary