The only output I get is from the build output window and this is saying build 1 successful

If I remove the ' from the line the app starts up but things like

Code:
AppVersion = Assembly.GetExecutingAssembly.GetName.Version.ToString
        BuildDate = RetrieveLinkerTimestamp(Process.GetCurrentProcess().MainModule.FileName)
        BuildDate = FormatDateTime(BuildDate, DateFormat.LongDate)
Are not run I get just the form with no data set on it

if you can tell me where to look to get you more information then will be happy to do this for you