Hi.
I have a new C# project (VS2013 Update 4).
I'm going to add "Npgsql.EntityFramework" and its dependencies from official NuGet repository.
It fails, if .NET Reflector extension is activated.
It succeeds, if .NET Reflector extension is deactivated explicitly.
Here is the output from nuget installation window:
ä¾å˜é–¢ä¿‚ 'Npgsql (= 2.2.4.3)' ã®è§£æ±ºã‚’試ã¿ã¦ã„ã¾ã™ã€‚
ä¾å˜é–¢ä¿‚ 'EntityFramework (≥ 6.0.0)' ã®è§£æ±ºã‚’試ã¿ã¦ã„ã¾ã™ã€‚
'Npgsql 2.2.4.3' をインストールã—ã¦ã„ã¾ã™ã€‚
'Npgsql 2.2.4.3' ãŒæ£å¸¸ã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•れã¾ã—ãŸã€‚
'EntityFramework 6.0.0' をインストールã—ã¦ã„ã¾ã™ã€‚
'EntityFramework 6.0.0' ãŒæ£å¸¸ã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•れã¾ã—ãŸã€‚
スクリプト ファイル 'H:ProjConsoleApplication25packagesEntityFramework.6.0.0 oolsinit.ps1' を実行ã—ã¦ã„ã¾ã™ã€‚
'Npgsql.EntityFramework 2.2.4.3' をインストールã—ã¦ã„ã¾ã™ã€‚
'Npgsql.EntityFramework 2.2.4.3' ãŒæ£å¸¸ã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•れã¾ã—ãŸã€‚
'Npgsql 2.2.4.3' ã‚’ PGnuGet ã«è¿½åŠ ã—ã¦ã„ã¾ã™ã€‚
'Npgsql 2.2.4.3' ㌠PGnuGet ã«æ£å¸¸ã«è¿½åŠ ã•れã¾ã—ãŸã€‚
'EntityFramework 6.0.0' ã‚’ PGnuGet ã«è¿½åŠ ã—ã¦ã„ã¾ã™ã€‚
'EntityFramework 6.0.0' ㌠PGnuGet ã«æ£å¸¸ã«è¿½åŠ ã•れã¾ã—ãŸã€‚
スクリプト ファイル 'H:ProjConsoleApplication25packagesEntityFramework.6.0.0 oolsinstall.ps1' を実行ã—ã¦ã„ã¾ã™ã€‚
'Npgsql.EntityFramework 2.2.4.3' ã‚’ PGnuGet ã«è¿½åŠ ã—ã¦ã„ã¾ã™ã€‚
'Npgsql.EntityFramework 2.2.4.3' ㌠PGnuGet ã«æ£å¸¸ã«è¿½åŠ ã•れã¾ã—ãŸã€‚
'Npgsql.EntityFramework 2.2.4.3' をアンインストールã—ã¦ã„ã¾ã™ã€‚
'Npgsql.EntityFramework 2.2.4.3' ãŒæ£å¸¸ã«ã‚¢ãƒ³ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•れã¾ã—ãŸã€‚
'EntityFramework 6.0.0' をアンインストールã—ã¦ã„ã¾ã™ã€‚
'EntityFramework 6.0.0' ãŒæ£å¸¸ã«ã‚¢ãƒ³ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•れã¾ã—ãŸã€‚
'Npgsql 2.2.4.3' をアンインストールã—ã¦ã„ã¾ã™ã€‚
'Npgsql 2.2.4.3' ãŒæ£å¸¸ã«ã‚¢ãƒ³ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•れã¾ã—ãŸã€‚
インストールãŒå¤±æ•—ã—ã¾ã—ãŸã€‚ãƒãƒ¼ãƒ«ãƒãƒƒã‚¯ã—ã¦ã„ã¾ã™...
ライブラリã¯ç™»éŒ²ã•れã¦ã„ã¾ã›ã‚“。 (HRESULT ã‹ã‚‰ã®ä¾‹å¤–:0x8002801D (TYPE_E_LIBNOTREGISTERED))
I have attached a VS2012 in order to watch debug output.
This line may or may not help.
åž‹ 'System.Runtime.InteropServices.COMException' ã®åˆå›žä¾‹å¤–㌠RedGate.Reflector.VsPackage.dll ã§ç™ºç”Ÿã—ã¾ã—ãŸ
I have a new C# project (VS2013 Update 4).
I'm going to add "Npgsql.EntityFramework" and its dependencies from official NuGet repository.
It fails, if .NET Reflector extension is activated.
It succeeds, if .NET Reflector extension is deactivated explicitly.
Here is the output from nuget installation window:
I have attached a VS2012 in order to watch debug output.
This line may or may not help.