Page 1 of 1

Unable to Load AgentSVN.dll from PB 12.1

Posted: Fri Nov 10, 2017 1:34 am
by yamwekie
Hi Admin,

I am not able to load AgentSVN.dll from PB 12.1 IDE.

From PB's workspace's properties,
After choosing AgentSVN and input the user ID, upon clicking on Project ... , this is the error message.
"Unable to Load SCC Provider DLL: C:\Program Files (x86)\AgentSVN\AgentSVN.dll"

I have tried to install in a VM and a physical machine, both give me the same problem.
It is fresh installation both machines for classic PB and AgentSVN.

Doing evaluation for PB and AgentSVN, hope you can advise me.

Thank you.
Best Regards,
Wee

Re: Unable to Load AgentSVN.dll from PB 12.1

Posted: Fri Nov 10, 2017 1:52 am
by jussij
Firstly, since Agent SVN is a 32 bit plug-in you need to make sure you are running a 32 bit version of PowerBuilder.

If this is the case then could you also try the following:

1. Go to this page: https://www.visualstudio.com/downloads/

2. Scroll to the bottom of that page and look for the Microsoft Visual C++ redistributable which will be described as follows:

Microsoft Visual C++ Redistributable for Visual Studio 2017
This package installs run-time components of Visual C++ libraries and can be used to run such applications on a computer even if it does not have Visual Studio 2017 installed.

3. Download and install the x86 version of that Microsoft Visual C++ redistributable.

This should hopefully mean the Agent SVN dll now loads correctly.

Cheers Jussi

Re: Unable to Load AgentSVN.dll from PB 12.1

Posted: Fri Nov 10, 2017 2:18 am
by yamwekie
Many thanks, it works perfectly.
Rgds,
Wee