Tagged Questions
Microsoft's Visual Basic.Net (VB.Net) Compiler
2
votes
2answers
71 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
608 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
412 views
.NET: Resgen Tutorial
First off I have RFM and RFM and I have tried to follow a few sites but I cannot grasp the concept of the Resource Manager.
Can someone please explain to me how to generate a resource manager similar ...
1
vote
1answer
229 views
MSBuild 3.5 produces different IL than MSBuild 4 for the same code
Edited to indicate the VS'08 cannot compile a working dll, though I original said it could
We have a piece of VB code that compiles differently depending on what tools are used to compile it.
I ...
1
vote
1answer
930 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 ...
1
vote
3answers
548 views
Does VS2010 use csc.exe / vbc.exe (directly or indirectly) to compile relevant projects?
Pretty much as the title suggests.
I can't find any proof that DevEnv.exe actually calls these at any point.
0
votes
2answers
312 views
ASP.NET: Parser error message with vbc.exe
Here's the scenario:
We have an ASP.NET powered Content Management System running on a server, which is built by a third-party and so unfortunately has to be considered a 'black box' for the purposes ...
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 ...
0
votes
3answers
517 views
VBC + NAnt. Error compiling WinForm
It should first be noted that I am trying to avoid rewriting all my scripts to use msbuild.
I have noticed that there are several problems when using NAnt with the VBC task and compiling a WinForms ...