vb.net - Error trying to access converted C# project from VB -


beginner here. i'm trying move on c# future, want convert main project it. i'm tried using sharpdevelop 4.4, after converting attempting open forms in visual studio results in:

to prevent possible data loss before loading designer, following errors must resolved:      designer not shown file because none of classes within can designed.

and error:

     instances of error (1)        1.   hide call stack       @ system.componentmodel.design.serialization.codedomdesignerloader.ensuredocument(idesignerserializationmanager manager)     @ system.componentmodel.design.serialization.codedomdesignerloader.performload(idesignerserializationmanager manager)     @ microsoft.visualstudio.design.serialization.codedom.vscodedomdesignerloader.performload(idesignerserializationmanager serializationmanager)     @ microsoft.visualstudio.design.serialization.codedom.vscodedomdesignerloader.deferredloadhandler.microsoft.visualstudio.textmanager.interop.ivstextbufferdataevents.onloadcompleted(int32 freload)    

is there way can manually convert files? know there code converters online, have no idea how change entire solution.


edit: getting error after trying run program:

   error   5   outputpath property not set project 'skype.converted.csproj'.  please check make sure have specified valid combination of configuration , platform project.  configuration='debug'  platform='anycpu'.  error may appear if other project trying follow project-to-project reference project, project has been unloaded or not included in solution, , referencing project not build using same or equivalent configuration or platform.   skype.converted

and info message:

message    4   designer not shown file because none of classes within can designed.

i recommend code converter, it's 1 i've used when i've been able find solutions answers in c# , need them in vb.

i'm sure use reverse action manually convert code.

link: http://converter.telerik.com/

as far designer bits concerned, i'm relatively can select of controls on 1 project, copy, , paste them onto other project. re-associating them functions/handles annoying though.