R
Robert Scheer
Hi.
My development machine uses vs.net 2002. On this machine I changed the
WindowsApplication.vbproj file found at C:\Program Files\Microsoft
Visual Studio .NET 2002\Vb7\VBWizards\WindowsApplication\Templates\1033
to always start new projects with Option Strict On:
<VisualStudioProject>
<VisualBasic>
<Build>
<Settings
OutputType = "WinExe"
OptionCompare = "Binary"
OptionExplicit = "On"
OptionStrict = "On"
If I change the same file on a machine using vs.net 2003, this change
is ignored. Is there anything different on vs.net 2003 that I need to
do in order for this to work?
Thanks,
Robert Scheer
My development machine uses vs.net 2002. On this machine I changed the
WindowsApplication.vbproj file found at C:\Program Files\Microsoft
Visual Studio .NET 2002\Vb7\VBWizards\WindowsApplication\Templates\1033
to always start new projects with Option Strict On:
<VisualStudioProject>
<VisualBasic>
<Build>
<Settings
OutputType = "WinExe"
OptionCompare = "Binary"
OptionExplicit = "On"
OptionStrict = "On"
If I change the same file on a machine using vs.net 2003, this change
is ignored. Is there anything different on vs.net 2003 that I need to
do in order for this to work?
Thanks,
Robert Scheer