Number of errors

  • Thread starter Thread starter Marc Robitaille
  • Start date Start date
M

Marc Robitaille

Hello ,

I activated the option strict in my project. What a mess :-)
I would like to know if it is possible to change the maximum of errors which
are add in the tasks list when the option is activate?

thank you
Marc R.
 
Marc Robitaille said:
I activated the option strict in my project. What a mess :-)
I would like to know if it is possible to change the maximum of errors
which are add in the tasks list when the option is activate?

I don't think that this is possible, however, you can filter the tasks shown
in the task list by selecting the appropriate filter from the task list's
context menu.
 
I don´t think that's is possible too, but instead of activating it at
project level, you can "activate" it file by file adding the line

Option Strict On

in the first line of the file. Then you fix the errors of that file and you
remove it. Once you have done that with all the files, you can activate it
at project level.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
Thank you

Herfried K. Wagner said:
I don't think that this is possible, however, you can filter the tasks
shown in the task list by selecting the appropriate filter from the task
list's context menu.
 
Thank you. I will do that :-)
Carlos J. Quintero said:
I don´t think that's is possible too, but instead of activating it at
project level, you can "activate" it file by file adding the line

Option Strict On

in the first line of the file. Then you fix the errors of that file and
you remove it. Once you have done that with all the files, you can
activate it at project level.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top