お役に立てれば:
解決策:
プロジェクトの一時フレームワーク ファイルを次の場所で消去します。
Windows 7 の場合、パスは C:\Users[username]\AppData\Local\Temp\Temporary ASP.NET Files\ です。
パスに「Framework」が含まれる 64 ビット システムの場合、フル パスは次のとおりです: C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\
参照: http://www.solutioncottage.com/ShowSolution.aspx?solID=59
注: 通常、Google でエラー コードを検索すると、いくつかの優れた結果が得られます ;-)
編集: 16進数のエラーコードのグーグルについて。Microsoft Error Utilityを使用することをお勧めします。ツールをダウンロードし、exe を system32 フォルダーに配置します。次に、CMD を開き、コマンドを実行しerr 0x80070057
ます。オペレーティング システムのヘッダー ファイルにエラーが表示されます。これらのテキスト メッセージを 16 進コードと一緒に Google で検索する方がはるかに簡単です。ps exe を system32 フォルダーに配置すると、コマンド ウィンドウの任意のディレクトリから CMD を実行できるようになります。
出力をテキスト ファイルに移植した結果を次に示します。
err 0x80070057 > C:\NotNullGothjik.txt
# for hex 0x80070057 / decimal -2147024809 :
COR_E_ARGUMENT corerror.h
# MessageText:
# An argument does not meet the contract of the method.
DDERR_INVALIDPARAMS ddraw.h
DIERR_INVALIDPARAM dinput.h
DPERR_INVALIDPARAM dplay.h
DPERR_INVALIDPARAMS dplay.h
DPNERR_INVALIDPARAM dplay8.h
DSERR_INVALIDPARAM dsound.h
DVERR_INVALIDPARAM dvoice.h
ecInvalidParam ec.h
ecInvalidSession ec.h
ecBadBuffer ec.h
MAPI_E_INVALID_PARAMETER mapicode.h
STIERR_INVALID_PARAM stierr.h
E_INVALIDARG winerror.h
# One or more arguments are invalid
# 14 matches found for "0x80070057"