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

What is strong name in .net assembly?

0 Answers  


Explain about delegate?

0 Answers  


what is intermediate language?

0 Answers  


Name the two main parts of .net?

0 Answers  


What is the use of errorprovider control?

0 Answers  






Using VB, how can you change the Mouse Pointer?

0 Answers   CGI,


I want to reduce my CPU Usage when I am querying the Database for records. Now my Winform App(in VB.Net) suddenly Jumps to 100% CPU Usage when i query for records from sql server database. I want this Usage to be less. Any help is appreciated

2 Answers  


diff b/w windows and console application?

4 Answers  


what is vb.net?

10 Answers  


How do you declare static variable and how it is declared and what is its lifetime?

3 Answers   Infosys,


What are the various open source tool available for VB.NET?

0 Answers  


if user enters 1 or 2 or any other number in digit format in next textbox it should show the answer in word reading like if enters 12 answer should be twelve

4 Answers  


Categories