473,397 Members | 1,950 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

ADsSecurity

Hi there

I have an ASP application running on Windows 2003 Server. This application
need 'ADsSecurity.dll' registred to run. Now I would move this to a new
server, which is a W2k3 64-Bit server. Now I have tried to register the dll.
But there is an error message (LoadLibrary("ADsSecurity.dll") failed - The
specified module could not be found.). Wehre is my problem? Is it possible to
install 'ADsSecurity.dll' on a 64 bit system?

Aug 24 '06 #1
2 3775
Juerg wrote:
Hi there

I have an ASP application running on Windows 2003 Server. This
application need 'ADsSecurity.dll' registred to run. Now I would move
this to a new server, which is a W2k3 64-Bit server. Now I have tried
to register the dll. But there is an error message
(LoadLibrary("ADsSecurity.dll") failed - The specified module could
not be found.). Wehre is my problem? Is it possible to install
'ADsSecurity.dll' on a 64 bit system?
If you don't get an answer here, you may wish to post this question to a
server-related newsgroup.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Aug 24 '06 #2

"Juerg" <Ju***@discussions.microsoft.comwrote in message
news:97**********************************@microsof t.com...
Hi there

I have an ASP application running on Windows 2003 Server. This
application
need 'ADsSecurity.dll' registred to run. Now I would move this to a new
server, which is a W2k3 64-Bit server. Now I have tried to register the
dll.
But there is an error message (LoadLibrary("ADsSecurity.dll") failed - The
specified module could not be found.). Wehre is my problem? Is it possible
to
install 'ADsSecurity.dll' on a 64 bit system?
adssecurity.dll is a free add-on, made in a time that SecurityDescriptor did
not exist!
So just use
CreateObject("SecurityDescriptor")

and not
CreateObject("'ADsSecurity")

There's also an improved compatible securitydescriptor object.

http://www.adccure.nl/freeADUtilties.aspx

Aug 24 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Dan Crossett | last post by:
I am trying to remove the inherited rights for the group Users at the directory level \\server\share\directory. Questions: Why doesn't the code below work, or what would be a better/easier way to...
0
by: HitSkiper | last post by:
I am getting the error "The security ID structure is invalid." When running this code. Sub SetPermissions(ByRef vPath As String, ByVal UserName As String) Dim objADsSec As ADsSecurity Dim...
0
by: Steve | last post by:
Even when I add (or think I do!) a new ACL in the correct order according to http://support.microsoft.com/default.aspx?scid=kb;en-us;269159 I still get errors when trying to view the security...
10
by: Aleborg | last post by:
I use this code to set writepermissions on a folder/file with Win32Security.DLL SecurityDescriptor secDesc = SecurityDescriptor.GetFileSecurity (@strFile,...
2
by: Ram | last post by:
Hey, I'v managed to find a way of adding NTFS permissions to a certain folder, But the problem is, the folder has a couple of inherited permissions which I want to delete. How can I remove the...
0
by: Jeremy Chapman | last post by:
In an asp.net page, I'm creating an exchange account. I've created the account, and tied it to a primary NT account. Now I'm trying to assign permissions to it but I get an error of "The...
2
by: ralderton | last post by:
How can you set folder permissions from an asp.net (vb.net) Web app I want to dynamically create folder and assign full permissions to only system and a specific user account Thanks
2
by: Phil Hey | last post by:
I am trying to set permissions on a folder programmatically, and have success fully used the code below for knowledge base article 266461 : How To: Programmatically Set NTFS File System Folder...
2
by: Max Vit | last post by:
I have been toying with the idea of having an Active Directory authentication / authorisation functionality in MS Access; but there is not much useful info around. I have built these...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.