你好,我寫了一個VB6應用程序,當我運行沒有VB6 IDE 的計算機上的應用程序我得到一個錯誤:錯誤:運行時錯誤424所需的對象運行時錯誤424出現
但是當我安裝VB6 IDE的應用程序工作正常!
有沒有我失蹤的任何DLL?
謝謝
你好,我寫了一個VB6應用程序,當我運行沒有VB6 IDE 的計算機上的應用程序我得到一個錯誤:錯誤:運行時錯誤424所需的對象運行時錯誤424出現
但是當我安裝VB6 IDE的應用程序工作正常!
有沒有我失蹤的任何DLL?
謝謝
當您使用數據訪問對象時,它會生成以下錯誤應用程序的宏運行Visual Basic:
Run-time Error '424':
或更多的可能性是存在的,而DAO對象不正確寫入/註冊或UR DAO DLL的力量破壞
來解決這個問題:
On the Start menu, click Run. In the Open box, type regedit, and then click OK.
Open the following registry key:
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/SharedDLLs
Click the following value in the SharedDLLs folder:
C:\Program Files\Common Files\Microsoft Shared\DAO\dao3032.dll
If you are using Microsoft Excel 97, click the following value in the SharedDLLs folder:
C:\Program Files\Common Files\Microsoft Shared\DAO\DAO350.DLL
On the Edit menu, click Modify. The edit DWORD value dialog box appears. If the value data box value is greater than 1, change it to1, and then click OK. On the Registry menu, click Exit. Run the Microsoft Office Setup program in maintenance mode. When you are prompted, click Remove All. When you are prompted to remove shared components, click Remove All.
If you are prompted to restart the computer after Setup is completed, do so. Install Microsoft Office.
有關其他參考,請參閱here。
您正在安裝VB運行時文件,還是在已安裝運行時的計算機上進行安裝? http://www.microsoft.com/en-us/download/details.aspx?id=24417 – jac