EmulatorArchive / bizhawk

Automatically exported from code.google.com/p/bizhawk
1 stars 0 forks source link

Solution cannot build #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Update source to current revision as of writing (SVN 4336)
2. Open 'BizHawk2012.sln' in VS 2012
3. Select 'Rebuild Solution

What is the expected output?
The projects are built.

What do you see instead?
The following:

Warning 1   Field 'BizHawk.Emulation.Computers.Commodore64.MOS.MOS6522.paLatch' 
is never assigned to, and will always have its default value 
0   C:\Emulation\BizHawk\source\BizHawk.Emulation\Computers\Commodore64\MOS\MOS652
2.cs    48  16  BizHawk.Emulation_v4.5
Warning 2   Field 'BizHawk.Emulation.Computers.Commodore64.MOS.MOS6522.pbLatch' 
is never assigned to, and will always have its default value 
0   C:\Emulation\BizHawk\source\BizHawk.Emulation\Computers\Commodore64\MOS\MOS652
2.cs    49  16  BizHawk.Emulation_v4.5
Warning 3   Field 'BizHawk.Emulation.Consoles.PSX.Octoshock.memoryDomains' is 
never assigned to, and will always have its default value 
null    C:\Emulation\BizHawk\source\BizHawk.Emulation\Consoles\PSX\Octoshock.cs 263
    31  BizHawk.Emulation_v4.5
Error   4   Application Configuration file "app.config" is invalid. Could not find 
file 
'C:\Emulation\BizHawk\source\DiscoHawk\app.config'. C:\Emulation\BizHawk\source\
DiscoHawk\app.config    DiscoHawk_4.5
Error   5   The name 'XmlGame' does not exist in the current 
context C:\Emulation\BizHawk\source\BizHawk.MultiClient\MainForm.cs 1927    18  BizH
awk.MultiClient_v4.5
Error   6   The type or namespace name 'SNESGameGenie' could not be found (are you 
missing a using directive or an assembly 
reference?) C:\Emulation\BizHawk\source\BizHawk.MultiClient\MainForm.cs 3359    5   B
izHawk.MultiClient_v4.5
Error   7   The type or namespace name 'SNESGameGenie' could not be found (are you 
missing a using directive or an assembly 
reference?) C:\Emulation\BizHawk\source\BizHawk.MultiClient\MainForm.cs 3359    28  
BizHawk.MultiClient_v4.5
Error   8   The type or namespace name 'GBGameGenie' could not be found (are you 
missing a using directive or an assembly 
reference?) C:\Emulation\BizHawk\source\BizHawk.MultiClient\MainForm.cs 3364    5   B
izHawk.MultiClient_v4.5
Error   9   The type or namespace name 'GBGameGenie' could not be found (are you 
missing a using directive or an assembly 
reference?) C:\Emulation\BizHawk\source\BizHawk.MultiClient\MainForm.cs 3364    26  
BizHawk.MultiClient_v4.5
Error   10  The type or namespace name 'GenGameGenie' could not be found (are you 
missing a using directive or an assembly 
reference?) C:\Emulation\BizHawk\source\BizHawk.MultiClient\MainForm.cs 3369    5   B
izHawk.MultiClient_v4.5
Error   11  The type or namespace name 'GenGameGenie' could not be found (are you 
missing a using directive or an assembly 
reference?) C:\Emulation\BizHawk\source\BizHawk.MultiClient\MainForm.cs 3369    27  
BizHawk.MultiClient_v4.5

What version of the product are you using?
SVN 4336

On what operating system?
Windows 7 Home Premium 64-bit

Please provide any additional information below.

Original issue reported on code.google.com by autofire...@gmail.com on 27 Apr 2013 at 1:20

GoogleCodeExporter commented 9 years ago
We are not officially supporting the .net 4.5 build.  Please use the the 
regular .sln file

Original comment by adeli...@tasvideos.org on 9 May 2013 at 7:46