Which language is this written in? Does visual studio community 2015 work? I cant seem to resolve the issue i tried setting it startup project, recompiling it all. i cant seem to figure out which file to manually edit with notepad++ to double check the file paths. Also my visual studio compiles with the following warnings. Is there a certain package i need to make sure i install when i install Visual Studio?
Are there any special settings i need to configure?
1>------ Rebuild All started: Project: Launchpad.Launcher, Configuration: Debug x86 ------
2>------ Rebuild All started: Project: Launchpad.Utilities, Configuration: Debug x86 ------
2> Launchpad.Utilities -> E:\Users\dark5\Desktop\Launchpad-master\Launchpad.Utilities\bin\Debug\Launchpad.Utilities.exe
2> Running Code Analysis...
2>E:\Users\dark5\Desktop\Launchpad-master\Launchpad.Utilities\Handlers\ManifestHandler.cs(98): warning CA2202: Microsoft.Usage : Object 'checksumStream' can be disposed more than once in method 'ManifestHandler.GenerateManifest_Implementation(string, EManifestType)'. To avoid generating a System.ObjectDisposedException you should not call Dispose more than one time on an object.: Lines: 98, 99
2>E:\Users\dark5\Desktop\Launchpad-master\Launchpad.Utilities\Handlers\ManifestHandler.cs(98): warning CA2202: Microsoft.Usage : Object 'tw' can be disposed more than once in method 'ManifestHandler.GenerateManifest_Implementation(string, EManifestType)'. To avoid generating a System.ObjectDisposedException you should not call Dispose more than one time on an object.: Lines: 98
2> Code Analysis Complete -- 0 error(s), 2 warning(s)
1> Launchpad.Launcher -> E:\Users\dark5\Desktop\Launchpad-master\Launchpad.Launcher\bin\Debug\Launchpad.exe
1> Running Code Analysis...
1>E:\Users\dark5\Desktop\Launchpad-master\Launchpad.Launcher\Handlers\ConfigHandler.cs(416): warning CA2202: Microsoft.Usage : Object 'fs' can be disposed more than once in method 'ConfigHandler.InitializeGameArgumentsFile()'. To avoid generating a System.ObjectDisposedException you should not call Dispose more than one time on an object.: Lines: 416
1>E:\Users\dark5\Desktop\Launchpad-master\Launchpad.Launcher\Handlers\LauncherHandler.cs(194): warning CA2202: Microsoft.Usage : Object 'resourceStream' can be disposed more than once in method 'LauncherHandler.GetUpdateScriptSource()'. To avoid generating a System.ObjectDisposedException you should not call Dispose more than one time on an object.: Lines: 194
1>MSBUILD : warning CA1001: Microsoft.Design : Implement IDisposable on 'Changelog' because it creates members of the following IDisposable types: 'WebView'. If 'Changelog' has previously shipped, adding new members that implement IDisposable to this type is considered a breaking change to existing consumers.
1>MSBUILD : warning CA1001: Microsoft.Design : Implement IDisposable on 'WindowsBrowser' because it creates members of the following IDisposable types: 'WebBrowser', 'Viewport', 'Socket'. If 'WindowsBrowser' has previously shipped, adding new members that implement IDisposable to this type is considered a breaking change to existing consumers.
1>MSBUILD : warning CA1060: Microsoft.Design : Because it is a P/Invoke method, 'WindowsBrowser.SetParent(IntPtr, IntPtr)' should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods.
1> Code Analysis Complete -- 0 error(s), 5 warning(s)
========== Rebuild All: 2 succeeded, 0 failed, 0 skipped ==========