Questions tagged [vb]

7 questions
5
votes
2 answers

Debian error: ifup: couldn't read interfaces file "/etc/network/interfaces"

Since today Debian gives an error: ifup: couldn't read interfaces file "/etc/network/interfaces" If I look up the interfaces file I see the following: # This file describes the network interfaces available on your system # and how to activate them.…
user1879242
  • 51
  • 1
  • 1
  • 2
3
votes
2 answers

how to preform a Mid Function in Bash

I'm trying parse the text of a string in bash which I then can throw a case selection at, but I'm having the biggest trouble trying to figure how to do it. In VB I know its real easy like someString = "Hey there" Select Case Mid(someString,1,5) …
mrTomahawk
  • 1,119
  • 1
  • 10
  • 17
2
votes
1 answer

VB Application Crashes, but process continue to run

I have an issue in a Citrix environment in which a legacy VB application is published on the server. A problem I see is that occasionally it crashes, but the process for the application continues to run. The main problem here is that the rogue…
Untalented
  • 37
  • 3
1
vote
3 answers

Sharepoint Alert on Web Create

We are currently working on a project that involves sharepoint. We have created a template web and that contains specific content that we would like to have duplicated each time we create a new web. We have setup a create web user control running…
Bill Best
  • 165
  • 2
  • 8
0
votes
1 answer

ASP.NET (VB) app used to work, now gives “Overload resolution failed” on 2008 R2 IIS 7.5

I'm migrating a legacy ASP.NET 2.0 (VB) application from an old Windows 2003 IIS 6 server to Windows 2008 R2 IIS 7.5. The application works fine on Win 2003, and 'mostly' works fine on the new server... However, I'm receiving the strange error below…
mjmoody383
  • 101
  • 1
0
votes
2 answers

VB script + run CMD and display network address by using SendKeys

I use the following VB script ( example ) , to open CMD window and run ipconfig on my WIN XP CMD window was opened but from some reason WshShell.SendKeys not send the ipconfig on CMD window please advice what chuld be the reasons that…
yael
  • 2,363
  • 4
  • 28
  • 41
-2
votes
2 answers

Transition legacy software from Windows XP on Windows 10

I have a 'general' question regarding transitioning legacy software from Windows XP to Windows 10. I will provide all relevant info and the reason for doing so. Firstly, the legacy software was coded by a software engineer in 2006 on Windows XP. The…