This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- SdLogonUserBrowse is missing dll
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 06, 2007
03:26 PM
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?
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?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 07, 2007
01:21 PM
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)
Click the Build menu and select Settings.
Down in the Link section (Libraries), add a comma after the last entry followed by:
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)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 07, 2007
01:24 PM
I checked, and that entry was already present in Build->Settings.