- Misc. updates in Visual Studio project conversion and ASP.NET conversion
- fixed the "partial" declaration problem in c# where all class declarations of a partial class-pair must have the "partial" keyword specified, not like in VB.NET where the partial keywork is optional on the first declaration
- "VB.NET -> C#" : Base-Constructor invocation bug fixed in NRefactory