Questions tagged [vb6]

17 questions
4
votes
1 answer

Windows 10 app incorrect behaviour - VB6 app

We are preparing to move to Windows 10, and one application, which works fine on Windows 7, does not behave correctly in a normal user session. The application is no longer supported by the vendor, so we have no escalation path for support. We can…
Geoff
  • 41
  • 1
2
votes
4 answers

Com DLL becomes unregistered at random

We have a VB6 application that uses a COM object to communicate with an email package. The app runs autonomously and every once in a blue moon the COM DLL seems to become unregistered. A quick call to RegSvr32 and the system is back to happy. We…
Dan Blair
  • 141
  • 3
  • 5
1
vote
2 answers

VB6 Scheduled tasks on Windows Server 2008 Standard

We are having issues with specific tasks written in VB6 it would seem. I am not a developer, but I am told these tasks exe are written in VB6. The task is initiated by task scheduler, the process begins to run (you can view the task in task manager,…
Terry
1
vote
1 answer

Replaced Samba3 server with Synology: old VB6 program cannot create files

I've replaced a Samba3 server with a Synology DS218 and an old program written in VB6 cannot create new files on the share anymore. The VB exe runs on some XP machines, and the share is mapped to the same drive letter as before. What is weird: files…
Maxxer
  • 282
  • 4
  • 18
1
vote
0 answers

task scheduler does not run when not logged in

I have created simple exe to perform a task using VB6. I have deployed the same on Windows Server 2008 as task scheduler. The issue is when the user is not logged in on server, task fails to execute. I have kept option to "Run whether user is logged…
Paresh J
  • 111
  • 4
1
vote
1 answer

MS Access DB performance on a VMware virtual machine

In our office, we have a Windows 2008 virtual machine hosted on an HP ProLient ML350 G6. This VM has access to all of the resources available on the host. On this machine there are some Microsoft Access databasess which are used in a poorly coded…
1
vote
2 answers

Passing credentials from a website to a web service on the same server

I have a VB6 backend for a classic ASP site. That VB then calls a web service on the same server using MSXML2. This works all of our servers but one. If I set the web service site to accept anonymous login it will work however if I force only…
Ryan
  • 123
  • 5
1
vote
1 answer

Running application as user: MSComm32.ocx error

(I'm not sure this is the best place to ask this question, so if not, please redirect me to it) I'm setting up a new win2008R2 terminal server and am having issues with an application that runs fine on our 2003 TS. If I run the application as a…
VolrathTheFallen
  • 318
  • 2
  • 11
1
vote
2 answers

Legacy VB6 application under Win7 SQL error

We have a rather unfortunate legacy application at work, written originally in VB6 it predates anybody in our IT department by at least 5 years. We have a contracted developer for ongoing maintenance and where he can he rewrites sections over into…
Shial
  • 1,017
  • 1
  • 9
  • 14
1
vote
1 answer

Solution for virtualizing a VB6 application

I posted this on stackoverflow, but probably it's more intopic here. My company, a small manifacturing industry, uses a custom ERP built in Visual Basic 6, made of a single desktop application installed on every client (about 10 PCs), using a MS…
Carlo S.
  • 11
  • 1
0
votes
0 answers

SQL Server does not exist or access denied but management studio connection works

I am trying to log on to SQLServer express 2008R2 on a Windows 2003 server using Sql server authentication over a VPN. The login and password work for Management Studio but not for the connection string in a VB6 program. The connection string is of…
Kirsten
  • 185
  • 4
  • 20
0
votes
1 answer

SQL Server error "SQL Server does not exist or access denied"

I have a VB6 application with an SQL Server 2008 database. It works fine on my developer workstation, of course, but when I deployed it in a freshly installed operating system (a virtual machine), an error occurs saying: Additional info: I tried to…
Lester Nubla
  • 145
  • 1
  • 9
0
votes
1 answer

VB6 application backup using SQL 2005 suddenly failing

We have a windows server 2003 R2 machine running MSSQL 2005, and our XP workstations all run a VB6 application which calls the SQL backup utility to backup a 700 Mb database. A couple of weeks ago all of the workstations stopped being able to do a…
0
votes
2 answers

VB6 Application Permission Denied Error 70 for Active Directory Users

I've setup a small Active Directory users for about 25, In every individual machine they run an old VB6 Application but some how the domain users can't run it, It raises an 'Permission Denied: Error 70' but it works fine for domain…
kgthenerd
  • 73
  • 1
  • 5
0
votes
4 answers

How to register a DLL using PowerShell without RegAsm

I have an ASP Classic application which references some Visual Basic 6.0 COM objects. One of these Visual Basic 6.0 COM objects reference another third-party DLL. The third-party DLL needs to be registered on a Windows Server 2008 R2 x64…
Ian McShane
  • 123
  • 1
  • 1
  • 4
1
2