Tagged Questions
2
votes
2answers
73 views
VB.net program with no UI
I'm making a VB.net program via a text file and I'm compiling it using vbc.exe via command line. I'm trying to get just a simple program to run in the background of my computer. Problem is, it ...
2
votes
2answers
610 views
Does anyone know of a way to view all compiler warnings for a VB.NET project?
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 ...
1
vote
1answer
934 views
Strong Naming an assembly using command line compile
I am trying to use NAnt in order to compile and sign an assembly using the vbc compiler. I have a project set up and am able to successfully sign the assembly compiling with VS2010. When I try to ...
0
votes
2answers
375 views
Can MonoDevelop (2.2b2) running on Windows use the Microsoft compilers?
I've installed MonoDevelop 2.2b2 on my Windows workstation, which has the .NET 3.5 SDK installed and running fine (I can use VS Express and command-line compilation without a problem).
Apparently ...
0
votes
2answers
2k views
Command Line Compiling Settings.settings using VBC
To an earlier question of mine, invovling VBC and NAnt with WinForms, I have since come up with a better way of stating this.
Within vbproj file, you have the following:
<ItemGroup>
<None ...