How can I remove the .NET framework dependency from my deployment program?

  • Thread starter Thread starter interested_learner
  • Start date Start date
AI Thread Summary
The discussion centers on deploying a .NET program across multiple computers without requiring the .NET framework to be pre-installed. The main issue is that the deployment project automatically includes the .NET framework as a dependency, preventing the program from running on systems lacking it. A suggested solution involves including the netfx file on the installation media, such as a CD, to facilitate the installation of the .NET framework alongside the application. However, there is uncertainty about the effectiveness of this approach, indicating a need for further clarification or alternative methods to eliminate the dependency on the .NET framework for the program to function independently.
interested_learner
Messages
210
Reaction score
1
Ok. I finished a .NET program that I want to use on a number of different computers, not all of them with the .NET framework installed. I created a deployment project, but I always get the .NET framework as a dependency. In other words, my program only works when the framework is installed. How do I fix my deployment program so that this dependency is removed?
 
Technology news on Phys.org
You put the netfx file on the cd as far as I know, but don't take my word as the last.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
Back
Top