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
Answer Posted / 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 View All Answers
Explain the use of option explicit?
Explain i.tostring method?
What is break mode? What are the options to step through code?
What is the significance of delegates?
What is the use of errorprovider control?
How to create a constant in vb.net?
What is the difference between readonly variable and constant variable?
described weak typing?
Write the role of new keyword?
Name a feature which is common to all .net languages?
Explain about globalization?
Explain internal keyword in .net framework?
What is a stream in vb.net?
What is DLL HELL in VB.NET
what is commom language runtime?