Does anybody know?

J

Jacek Jurkowski

What to do with this error while compiling Setup project?

"An error occured while validating. HRESULT = '80040155'"
 
D

Dmitriy Lapshin [C# / .NET MVP]

Hi Jacek,

What do you think could cause this error? I mean, do you use custom actions
or any advanced stuff like that? You can also look up this error code in the
Windows Installer SDK - in its raw form, and the error number (0x0155 in hex
form) itself.
 
G

Guest

What to do with this error while compiling Setup project?
"An error occured while validating. HRESULT = '80040155'"
Is this a standalone program or does it use other custom dll's?
Do you get this error during compilation, or when your programs starts to
execute.

I think that this is some dll that you load that either is not installed or
is the wrong version.
Another possibilty is that you launch this application form a network
drive.(maybe comple directly on a nework drive?)
 
M

Martha[MSFT]

Make sure that the file you are trying to access is not locked by another
process and that the
destination directory actually exists and also there is enough free space.

Hope this helps,
Martha
 

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

Similar Threads

Does anybody know? 2
Setup Project 1
Problem with setup 3
Problem building a setup project 2
DllImport property Preservesig 1
Using COM objects in .NET 2
Clip art 5
XML load 4

Top