Frage

I have completed my first window application using visual studio 10, but when I try to run it on another PC it flags an error .....

.Net framework initialization error ....

my question is: How can I add the framework in the setup file?

War es hilfreich?

Lösung

You shouldn't add it to your file but add it as a prerequisite and have the installer do the job for you.

Have a look here for information how to do just that.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top