FolderBrowserDialog error

K

Keith G Hicks

I figured this would be simple but I have a problem. The code below runs
fine from the debugger but when I run the exe I get an entry point error:

"The procedure entry point RtlDuplicateUnicodeString could not be located
inthe dymanic link library ntdll.dll."

Dim fbd As New FolderBrowserDialog
fbd.ShowDialog()

This is the only code in the click event of a button. I just need to let the
user choose a folder in which to save a file. The file is already named by
my code so I'm not asking the user for a file name, just a location to save
it in.

TIA,

Keith
 
H

Herfried K. Wagner [MVP]

Keith G Hicks said:
I figured this would be simple but I have a problem. The code below runs
fine from the debugger but when I run the exe I get an entry point error:

"The procedure entry point RtlDuplicateUnicodeString could not be located
inthe dymanic link library ntdll.dll."

Dim fbd As New FolderBrowserDialog
fbd.ShowDialog()

..NET Framework version number?
Windows version number?
 
K

Keith G Hicks

I have a feeling I should not worry about this. I just realized I get the
exact same error whenever I open up MS Outlook 03. I had to reinstall my
whole system about a year ago. I noticed it right near the end of installing
everything. Outlook opened up fine prior to installing something but I don't
know what it was. And it's worked fine despite the error. I expect that when
I install this on the production machine in my client's office, that error
will not occur.

Keith G Hicks said:
.net 2.0
windows 2k pro sp4
 
H

Herfried K. Wagner [MVP]

Keith G Hicks said:
I have a feeling I should not worry about this. I just realized I get the
exact same error whenever I open up MS Outlook 03. I had to reinstall my
whole system about a year ago. I noticed it right near the end of
installing
everything. Outlook opened up fine prior to installing something but I
don't
know what it was. And it's worked fine despite the error. I expect that
when
I install this on the production machine in my client's office, that error
will not occur.

You may find this post helpful:

RtlDuplicateUnicodeString "RtlDuplicateUnicodeString not found in NTDLL.DLL"
error - microsoft.public.win2000.general
<URL:http://google.com/[email protected]>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top