vbc Questions
4
Solved
I want to do a build from the command line, but I'd like to get the exact command line syntax from Visual Studio (2012), so that I don't have to manually figure out all of the flags, imports, and o...
Reindeer asked 6/11, 2013 at 20:53
4
Solved
VB.NET has this rather annoying limitation which caps compiler warnings reported at 100.
vbc : warning BC42206: Maximum number of warnings has been exceeded.
This makes things rather frustrating...
Galactopoietic asked 25/11, 2009 at 19:9
1
Solved
How can a single .NET assembly, targeting 2.0, 3.0, 3.5, 4.0, and 4.5 concurrently, support extension methods for both C# and VB.NET consumers?
The standard suggestion is to add this:
namespace S...
Statistician asked 14/6, 2012 at 0:5
1
© 2022 - 2024 — McMap. All rights reserved.