views:

15

answers:

0

I am in the middle of porting a colleagues console application code to within another application. He inadvertently forgot to switch Option Strict On when developing so when I have brought it across I have received 100> errors for converting x type to type y.

Is there a way in visual studio to auto accept all the suggested conversions to save me wading through a laborious task?