Ok, some people have the .net framework. Most people dont.
I want others to use my applications.
I know that many people dont want to download a large file just to run a small app, some people dont have administrator access and some people want to put their program on a disc and run it wherever they want to (within reason).
This also applies to custom controls really. Theyre all references to .dlls.
Is there a way to just put the .dlls that you need in the directory with your application without installing them on someones computer for everything to use?
Like just tell vb: "These 5 dlls will be in the programs directory, or a subdirectory."
If all youre using is the forms .dll, it seems to me that you could drop the other references (like xml and drawing) that youre not using.
I want others to use my applications.
I know that many people dont want to download a large file just to run a small app, some people dont have administrator access and some people want to put their program on a disc and run it wherever they want to (within reason).
This also applies to custom controls really. Theyre all references to .dlls.
Is there a way to just put the .dlls that you need in the directory with your application without installing them on someones computer for everything to use?
Like just tell vb: "These 5 dlls will be in the programs directory, or a subdirectory."
If all youre using is the forms .dll, it seems to me that you could drop the other references (like xml and drawing) that youre not using.