Questions tagged [visual-build-professional]

Visual Build from Kinook™ Software, Inc. is a powerful tool that enables developers and build masters to easily create an automated, repeatable process for building and deploying desktop software, games, web and enterprise applications. Visual Build is RAD for software builds.

Discussion forums: https://www.kinook.com/Forum/forumdisplay.php

24 questions
0
votes
1 answer

Error to build project in VS2010:"could not load file or assemby..."

I just install VS2010 and try to build a project. The below Error was shown, "Error while trying run project: could not load file or assembly 'PROJECT' or one of its dependencies. The module was expected to contain an assembly mainfest" I reinstall…
0
votes
2 answers

Automatically exit Visual Build Professional tool when build is done?

Visual Build Professional has an [Exit] action but it only terminates the build currently in progress. Is there any way for it to terminate the entire build tool? I have a frequently run build script which I usually let run in the background, and it…
StayOnTarget
  • 11,743
  • 10
  • 52
  • 81
0
votes
1 answer

Visual Build Pro 9 fails to build Unit Tests that use PrivateObject

I've recently switched from Visual Build Pro 8 to Visual Build Pro 9, and am having issues with building certain test projects. This appears to be related to various unit tests having to use the PrivateObject class in order to test private methods,…
0
votes
3 answers

Unable to determine workspace after Windows Profile reset

I'm using Visual Build Pro to run build scripts and build an application. Part of those scripts is getting the latest code from TFS. All was working fine until my windows profile became corrupted and had to be deleted and recreated. Since then I'm…
Sh3mm
  • 113
  • 1
  • 11
0
votes
1 answer

Visual studio professional 2013 for specflow tests

Sorry for this question as i am very new to Visual studio with c# knowledge. I am single tester in organization. The requirement is i need to test an application using Visual studio 2013 with Specflow features. My workaround is that i need to buy…
A user
  • 1,060
  • 3
  • 19
  • 47
0
votes
1 answer

Capture the exit-code from a console-app

Visual Build Professional (Pro, vbp) has "Success Exit Codes" where I can put in a whitelisted values...(when I define a call out to an external .exe) When I create a call to an external .exe , how can I capture the return-code / exit-code and put…
granadaCoder
  • 26,328
  • 10
  • 113
  • 146
0
votes
1 answer

Why does Visual Build Pro build wrong project in "VisBuildPro Project" step?

I have created a Visual Build Professional 8 script that uses the "System" > "VisBuildPro Project" step to call another build script. I browsed to the correct build script to be run for the step in the Project tab of the properties the "VisBuildPro…
zurbergram
  • 421
  • 6
  • 20
-1
votes
2 answers

How can I use the SVN revision number in Visual Build?

I want to use the SVN revision number as the 4th digit in my version number. In Visual Build, my version number is defined as %MAJOR%.%MINOR%.%BUILD%.%REVISION% and I'd like to populate the %REVISION% variable from SVN. How can I achieve that in…
Thomas Weller
  • 55,411
  • 20
  • 125
  • 222
-5
votes
1 answer

I can't mark multiple strings in my statement if, i want to make talking console app and when is typed / chat is over

using System; namespace Let_sTalk { class Program { static void Main(string[] args) { Console.Write("<-:"); string q = Console.ReadLine(); string w = Console.ReadLine(); …
1
2