
WinForms not a member of System
Hi Fred,
just make sure the project has a reference to System.Winforms.dll
Quote:
> I ran the convert program for upgrading vb6 to vb.net and the line:
> app.path & "\filename.txt" was translated to:
> System.WinForms.Application.StartUpPath & "\filename.txt"
> But when I enter it into the code module of a webform I get the error
> message:
> "Winforms is not a member of System"
> Any help appreciated
> Fred