hello friends..
when i deployment my project in the client machine that is
successful but whenever i try to run my project using .exe
file then it gives me error "<filename>.exe is not a valid
win32 application."
what i do somebody halp me pls



hello friends.. when i deployment my project in the client machine that is successful but wheneve..

Answer / kk

The error which you told in your question is because you
are trying to execute a file which is not actually
installed on the client machine. may be you are just
copying the files of your project on client machine. But in
order to run your project you need to make installer of
your project and then deploy it on client machine to make
your executable files specific to the client platform.

Is This Answer Correct ?    10 Yes 0 No

Post New Answer

More VB.NET Interview Questions

Explain how to send xml file on server using http protocol?

0 Answers  


How vb implements the disconnected architecture as like vb.net?

0 Answers  


Explain about delegate?

0 Answers  


Explain about Visual basic.NET culture?

0 Answers  


how many server controls are presented in vb.net

2 Answers  






What is non_deterministic finalization?

0 Answers  


What is the differences between dataset.clone and dataset.copy?

0 Answers  


How to achieve Polymorphism in VB.Net?

0 Answers  


Explain the difference between web.config and machine.config and where it will be ?

0 Answers  


What do you mean by deserialization?

0 Answers  


What is a literal control?

0 Answers  


What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?

0 Answers  


Categories