Ok, some people have the .net framework. Most people don't.
I want others to use my applications.
I know that many people don't want to download a large file just to run a small app, some people don't 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. They're all references to .dlls.
Is there a way to just put the .dll's 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 dll's will be in the programs directory, or a subdirectory."
If all you're using is the forms .dll, it seems to me that you could drop the other references (like xml and drawing) that you're not using.
I want others to use my applications.
I know that many people don't want to download a large file just to run a small app, some people don't 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. They're all references to .dlls.
Is there a way to just put the .dll's 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 dll's will be in the programs directory, or a subdirectory."
If all you're using is the forms .dll, it seems to me that you could drop the other references (like xml and drawing) that you're not using.