I'm interested in using LDAP to grab some information off of our Exchange server in a VB6 COM+ component I'm creating. The problem is that I haven't found any Microsoft provided ways to do so; when I searched their site I came across an API, but it was only for C/C++. Has anyone found a (simple)...
You need to run the client EXE on your client machines (as far as I know, the PAK file is not used for anything). The EXE file installs the DLL on the client machine and points any references for it to the MTS Server.
I have 3 linked subreports which summarize various data (which I store in separate shared variables). In the footer of my main report, I display and total all of these shared variables. It works on occasion, but usually only returns the data for either one or two subreports (even though each has...
We ran into a related problem on our project. We use MTS to handle our remote components, but our solution may help anyway. It consisted of using early binding during development, and then late binding for our remote clients. This allowed our programmers to use the benefits of early binding...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.