Hi
When you create a new project, these seem to be set by default to Strict Off and Explicit On. I would like Strict On for all my projects. Is there a way to do this (you could do this for Explicit in VB6)
Thanks
mark
No that will only do what u want for this project! MS didnt have time to offer this function so for this try doing the following (cut & paste from a post on MSDN)
You need to modify the templates that projects are derived from. For
instance to modify the Class Library projects, modify the
ClassLibrary.vbproj file in the Templates directory and add the attribute of
OptionStrict="On" in the Settings element.
Modify each project's template for changing other project types to default
as well.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.