G
Guest
I am new to VB.NET and Visual Studio 2005. I have several VB 6.0 programs to
convert. When I convert one of them, I get a lot of warning messages. One of
them is the following:
Variable 'xyz' is passed by reference before it has been assigned a value. A
null reference exception could result at runtime.
I'm getting lots of instances of this message. It seems obvious and I don't
need to be warned about it. Is there any way to turn off specific warning
messages? I'm getting so many that the maximum warning message count is being
exceeded, and there may be other warnings that I'd like to see.
Also, in my code I'm getting other UPGRADE_WARNING comments. At the end of
these messages, it says, "Click for more information:". There follows a long
link, but it's not clickable. How do I get at the more information?
Dan
convert. When I convert one of them, I get a lot of warning messages. One of
them is the following:
Variable 'xyz' is passed by reference before it has been assigned a value. A
null reference exception could result at runtime.
I'm getting lots of instances of this message. It seems obvious and I don't
need to be warned about it. Is there any way to turn off specific warning
messages? I'm getting so many that the maximum warning message count is being
exceeded, and there may be other warnings that I'd like to see.
Also, in my code I'm getting other UPGRADE_WARNING comments. At the end of
these messages, it says, "Click for more information:". There follows a long
link, but it's not clickable. How do I get at the more information?
Dan