MPR.DLL missng WNetRestoreConnectionA

  • Thread starter Thread starter Bertil Morefalt
  • Start date Start date
B

Bertil Morefalt

Hi!

I am tying to install an VC++ application (win32 - mfc) on a computer
with XP Professional. Installscript is maid by Visual Studio 2003
deployment project.

The installaiton of the application goes witout trouble, but when I try
to start the application, it begins to start, but quits withouty any
messgaes.

Started with depends.exe it shows that MPR.DLL is missng
WNetRestoreConnectionA.

How do I correct this problem?

Best regards,
Bertil Morefält
 
1. Go to Start > Run and type: CMD , and hit enter.
2. In the Command Prompt window type: SFC /SCANNOW
and hit enter. Have your Windows XP CD available.

SFC = System File Checker. SFC will scan your system and replace
missing or damaged XP system files with the correct version.

Introduction to using scannow sfc (system file checker)
http://www.updatexp.com/scannow-sfc.html

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User
Microsoft Newsgroups

-------------------------------------------------------------------------------------------

:

| Hi!
|
| I am tying to install an VC++ application (win32 - mfc) on a computer
| with XP Professional. Installscript is maid by Visual Studio 2003
| deployment project.
|
| The installaiton of the application goes witout trouble, but when I try
| to start the application, it begins to start, but quits withouty any
| messgaes.
|
| Started with depends.exe it shows that MPR.DLL is missng
| WNetRestoreConnectionA.
|
| How do I correct this problem?
|
| Best regards,
| Bertil Morefält
 
Carey Frisch [MVP] skrev:
1. Go to Start > Run and type: CMD , and hit enter.
2. In the Command Prompt window type: SFC /SCANNOW
and hit enter. Have your Windows XP CD available.

SFC = System File Checker. SFC will scan your system and replace
missing or damaged XP system files with the correct version.

Introduction to using scannow sfc (system file checker)
http://www.updatexp.com/scannow-sfc.html
Hi!

I have tried 'sfc /scannow' on both a XP Pro and a Win 2000 Pro, but I
am getting the same result trying to run my application???

Best regards,
Bertil morefält
 

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

Back
Top