Questions tagged [vbc]

Microsoft's Visual Basic .NET (VB.NET) compiler

Microsoft's Visual Basic .NET (VB.NET) compiler

39 questions
0
votes
3 answers

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 application. The main problem seems to be that VBC…
MagicKat
  • 9,695
  • 6
  • 32
  • 43
0
votes
1 answer

VS build project error: The specified task executable "vbc.exe" could not be run. Access is denied

I am switching to Windows 10, and the project build gives this error: "The specified task executable "vbc.exe" could not be run. Access is denied" Running Visual Studio 2015, project type is class library, targeting 4.5.2. .Net Framework 4.5.2 is…
jprusakova
  • 1,557
  • 3
  • 19
  • 31
0
votes
1 answer

Delay in Visual C# - Arduino

I am making a Visual C# executable file, and I want to use a for loop which sends 'A' and 'B' for the two cases defined in Arduino code below for 3 LEDs: int data; void setup() { Serial.begin(9600); pinMode(11, OUTPUT); pinMode(12, OUTPUT); …
Kamran
  • 75
  • 7
0
votes
2 answers

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 of this question. I don't know much about how it…
codeulike
  • 22,514
  • 29
  • 120
  • 167
0
votes
0 answers

Compiling vb project using VBC throwing error

I have VB project, which is compiling/building perfectly using vb6 IDE in XP mode. My objective is to automate the deployment process, so am trying to build this project in command line using VBC. But while compiling vb project in window 7 using…
0
votes
1 answer

Copy multiple columns to another worksheet

I have XML feed which has lot of unnecessary data, so I found following macro to copy rows, which include "Soccer" in column BA, to new worksheet What I'd like it to do is to copy only specifics columns E,I,P,T,W,Y,Z to sheet not whole rows, so then…
martinenko
  • 15
  • 1
0
votes
1 answer

Why is vbc mangling the command line?

Following the technique here, I got the vbc command line used to compile my project. I've used this to compile the project from the command line and it's worked fine the several times I've tried it. The command line is about 25,000 characters…
Joshua Frank
  • 13,120
  • 11
  • 46
  • 95
0
votes
2 answers

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 MonoDevelop defaults to calling the Mono VB.NET…
richardtallent
  • 34,724
  • 14
  • 83
  • 123
-1
votes
1 answer

"No input sources specified"

I'm upgrading a client's old VB.Net (2003) desktop app, using VS 2019 Community. I've one issue that I cannot resolve. I'm getting a BC2008 error code, with description "no input sources specified". I've done some googling, and some have found a…
brad
  • 105
  • 1
  • 9
1 2
3