cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sarthur
Level 2

SdLogonUserBrowse is missing dll

I'm trying to use the SdLogonUserBrowse dialog from one of my custom dialogs. When I do, the dialog opens up just fine, but when I press one of the "Browse" buttons, I get the following error:

ISNetApiRT.dll is not loaded or there was an error loading the dll. This dll needs to be loaded for this operation. Verify that the dll is in the SUPPORTDIR directory.

There is no error number or anything else. That's all it says.

The first thing that I did was to make sure that I added that file to the SUPPORTDIR, but it's still giving me the same error. (I did check to make sure that the dll is getting there on an install, too.)

Any Ideas?
Labels (1)
0 Kudos
(2) Replies
m_rudolph
Level 6

Try this:

Click the Build menu and select Settings.

Down in the Link section (Libraries), add a comma after the last entry followed by:

\Script\ISRT\Lib\NetApiRT.obl

I'm assuming the file should be there by default. Maybe you can check to be sure. (C:\Program Files\Macrovision\IS2008\Script\isrt\lib\NetApiRT.obl)
0 Kudos
sarthur
Level 2

I checked, and that entry was already present in Build->Settings.
0 Kudos