cyberdeamon / atomic-dev

Automatically exported from code.google.com/p/atomic-dev
0 stars 0 forks source link

iEMW Issue #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compiling the Source Code
2. Building Project
3. Debugging 
4. Not having RAM_GEC_ABOUTBOX installed.

What is the expected output? What do you see instead?
* An error explaining missing code. 
* Microsoft.VisualBasic.
* Really anything in aboutBox.cs, aboutBox.designer.cs and aboutBox.resx. 

This only occurs when building the source

Fixing this issue
There are two options:
1. Install RAM_GEC_ABOUTBOX in Visual C# or Visual Studio
2. Remove aboutBox and it's reference ( {{{ (new aboutBox()).ShowDialog()); }}} 
)

Original issue reported on code.google.com by krypto...@gmail.com on 8 Jan 2012 at 8:37