2016-04-27 24 views
0

私はVB.net Webアプリケーションをしばらくは使用していましたが、クラスライブラリからWindowsフォームアプリケーションへの設定を入力します。私は、これは失敗し、構築しようとしたが、私はスイッチバックするとき、プログラムが実行できなくなり、エラーが表示さ:プログラムC: ... ****を起動できませんVB.netアプリケーションdll VB.netアプリケーションVisual Studio 2015

Unable to start program 'C:\Users\User\...\bin\Project.dll'
'C:\Users\User\...\bin\Project.dll' is not a valid Win32 application.

これに先立ち、アプリケーションが細かい建設します。 はさらに、プロジェクトのプロパティページで、「ウェブ」セクションでは、エラーが表示されます。

An error occurred trying to load the page.
Value does not fall within the expected range.

ビルド出力が予期しない動作に何ら手がかりを提供していますが、それがうまく構築し、それだけで実行されません。コードは完全に機能しています。

私は、/ binディレクトリを削除してから、それを再構築して(これが失敗したときに古い内容を復元できるように)、スタートアッププロジェクトを設定し、ターゲットCPUを変更し、デバッグ/リリースモードを変更しようとしました。 ReSharperビルドとVisual Studioビルドの両方を試しました。 私はまた、 'C:\ Users \ User ... \ bin \ Project.vshost.exe'をターゲットにしたビルド構成を作ってみましたが、すぐにこれを実行して終了します。 プロジェクト設定のアプリケーションページに「スタートアップオブジェクト」を設定するオプションはありませんが、これは決して問題ではありません。以前にアプリケーションを実行するためにEXEをターゲットにする必要はありませんでした。他のアプリケーションタイプを試してみると、「Sub Mainはプロジェクトに見つかりませんでした」と書かれています。

私はそのサイズのためにプロジェクトを作り直すことができないので、誰かがいくつかの洞察力を提供できるなら、次回はIDE設定で遊んでいないことに気をつけてください。今

<UseIIS>True</UseIIS> 
<UseCustomServer>False</UseCustomServer> 
<servers defaultServer=""> 

しかし:

======= ======= UPDATED

は、だから私はにWebProjectPropertiesを変更することで、 "実行していない問題を" 固定しました私はプログラムを実行し、次のエラーが表示されます

Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.UnitTestFramework (2)' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

System.IO.FileLoadException: Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.UnitTestFramework (2)' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

スタックトレースと詳細:


=== Pre-bind state information === 
LOG: DisplayName = Microsoft.VisualStudio.QualityTools.UnitTestFramework (2) 
(Partial) 
WRN: Partial binding information was supplied for an assembly: 
WRN: Assembly Name: Microsoft.VisualStudio.QualityTools.UnitTestFramework (2) | Domain ID: 2 
WRN: A partial bind occurs when only part of the assembly display name is provided. 
WRN: This might result in the binder loading an incorrect assembly. 
WRN: It is recommended to provide a fully specified textual identity for the assembly, 
WRN: that consists of the simple name, version, culture, and public key token. 
WRN: See whitepaper http://go.microsoft.com/fwlink/?LinkId=109270 for more information and common solutions to this issue. 
LOG: Appbase = file:///C:/Users/User/Source/Repos/Findem/IfitConsulting/ 
LOG: Initial PrivatePath = C:\Users\User\Source\Repos\Findem\IfitConsulting\bin 
Calling assembly : (Unknown). 
=== 
LOG: This bind starts in default load context. 
LOG: Using application configuration file: C:\Users\User\Source\Repos\Findem\IfitConsulting\web.config 
LOG: Using host configuration file: C:\Users\User\Documents\IISExpress\config\aspnet.config 
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config. 
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). 
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/vs/0ef61219/b7128029/Microsoft.VisualStudio.QualityTools.UnitTestFramework (2).DLL. 
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/vs/0ef61219/b7128029/Microsoft.VisualStudio.QualityTools.UnitTestFramework (2)/Microsoft.VisualStudio.QualityTools.UnitTestFramework (2).DLL. 
LOG: Attempting download of new URL file:///C:/Users/User/Source/Repos/Findem/IfitConsulting/bin/Microsoft.VisualStudio.QualityTools.UnitTestFramework (2).DLL. 
WRN: Comparing the assembly name resulted in the mismatch: NAME 
ERR: Failed to complete setup of assembly (hr = 0x80131040). Probing terminated. 

スタックトレース

[FileLoadException: Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.UnitTestFramework (2)' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)] 
    System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +0 
    System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +36 
    System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +152 
    System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection) +77 
    System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +21 
    System.Reflection.Assembly.Load(String assemblyString) +28 
    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +38 

[ConfigurationErrorsException: Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.UnitTestFramework (2)' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)] 
    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +738 
    System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +217 
    System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +130 
    System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +170 
    System.Web.Compilation.BuildManager.GetPreStartInitMethodsFromReferencedAssemblies() +92 
    System.Web.Compilation.BuildManager.CallPreStartInitMethods(String preStartInitListPath, Boolean& isRefAssemblyLoaded) +290 
    System.Web.Compilation.BuildManager.ExecutePreAppStart() +157 
    System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +531 

[HttpException (0x80004005): Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.UnitTestFramework (2)' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)] 
    System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9947380 
    System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +101 
    System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +261 

答えて

0

[OK]をので、最終的にそれを修正する方法を考え出し、うまくいけば、これは同じような状況で終わる他のいくつかの貧しい人々の魂を助けることができます!

最初のステップは、あなたのproject.vbprojファイルや変更を編集することです。そして、

 <WebProjectProperties> 
     <UseIIS>True</UseIIS> 
     <UseCustomServer>False</UseCustomServer> 
     <servers defaultServer=""> 
     ... 
     </servers> 
    </WebProjectProperties> 

 <WebProjectProperties> 
     <UseIIS>False</UseIIS> 
     <UseCustomServer>True</UseCustomServer> 
     <servers defaultServer="SelfHostServer"> 
     ... 
     </servers> 
    </WebProjectProperties> 

を、あなたは(あなたの/ binディレクトリに移動し、次のファイルを削除したいですプロジェクトはあなたのプロジェクト名です):

Project.dll 
Project.dll.CodeAnalysisLog.xml 
Project.dll.config 
Project.dll.CodeAnalysisLog 
Project.pdb 
Project.xml 

そして再構築しても問題ありません。

関連する問題