Error Code 0Xc0000135 error code
-
-
hi all I have made a exe file in c# but when ever i try to execute it gives me the error The application failed to initialize.error code (0xc0000135). Kindly suggest me he soution for the same thanks a lot in advance. Thanks and regards
Sankalp Verma
sanki779 wrote:
Kindly suggest me he soution for the same thanks a lot in advance.
Why don't you type the same into your favourite search engine. I did and I got the answer on the first hit: "the most likely cause is that the machine you are using does not have the Microsoft .NET Framework installed"
Upcoming Scottish Developers events: * We are starting a series of events in Glasgow in 2007. Are you interested in a particular subject, or as a speaker? * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog | Photos
-
sanki779 wrote:
Kindly suggest me he soution for the same thanks a lot in advance.
Why don't you type the same into your favourite search engine. I did and I got the answer on the first hit: "the most likely cause is that the machine you are using does not have the Microsoft .NET Framework installed"
Upcoming Scottish Developers events: * We are starting a series of events in Glasgow in 2007. Are you interested in a particular subject, or as a speaker? * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog | Photos
Thanks for such a promt reply.,,,,,,,,,,,,, so does that means that where ever i need to run the that exe i need to install the .net framework first os there any otherwork around? i m saying this because i need to run this exe on around 500 computer and it is not a easy job to install .net framework on all of them. Kindly suggest some workaround?
Sankalp Verma
-
Thanks for such a promt reply.,,,,,,,,,,,,, so does that means that where ever i need to run the that exe i need to install the .net framework first os there any otherwork around? i m saying this because i need to run this exe on around 500 computer and it is not a easy job to install .net framework on all of them. Kindly suggest some workaround?
Sankalp Verma
You will have to install the .NET framework on all of them.
Upcoming Scottish Developers events: * We are starting a series of events in Glasgow in 2007. Are you interested in a particular subject, or as a speaker? * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog | Photos
-
Thanks for such a promt reply.,,,,,,,,,,,,, so does that means that where ever i need to run the that exe i need to install the .net framework first os there any otherwork around? i m saying this because i need to run this exe on around 500 computer and it is not a easy job to install .net framework on all of them. Kindly suggest some workaround?
Sankalp Verma
sanki779 wrote:
m saying this because i need to run this exe on around 500 computer and it is not a easy job to install .net framework on all of them. Kindly suggest some workaround?
To run a C# / .NET application, you need the .NET framework installed on all machines that run the app. There are some very expensive products that will link the .NET framework into your app, do a google for .NET linker.
Michael CP Blog [^] Development Blog [^]
-
Thanks for such a promt reply.,,,,,,,,,,,,, so does that means that where ever i need to run the that exe i need to install the .net framework first os there any otherwork around? i m saying this because i need to run this exe on around 500 computer and it is not a easy job to install .net framework on all of them. Kindly suggest some workaround?
Sankalp Verma
there are some ads over here of grasshopper see it if they can help
-
Thanks for such a promt reply.,,,,,,,,,,,,, so does that means that where ever i need to run the that exe i need to install the .net framework first os there any otherwork around? i m saying this because i need to run this exe on around 500 computer and it is not a easy job to install .net framework on all of them. Kindly suggest some workaround?
Sankalp Verma
Or rewrite it in a none .NET language.:-D If it is to run as a Windows Form app on .NET, then you need the .NET runtime installed. Alternatively, you could develop it as an ASP.NET application which would only need the .NET runtime installed on the web server.
Arthur Dent - "That would explain it. All my life I've had this strange feeling that there's something big and sinister going on in the world." Slartibartfast - "No. That's perfectly normal paranoia. Everybody in the universe gets that." Deja View - the feeling that you've seen this post before.