If you're reading this, it's probably because I asked you to produce a short but complete program which demonstrated your problem (as described here) and you failed to do so.
There's nothing personal about this page. I haven't written it because I don't like you, or because I think you're a bad programmer, or because your problem doesn't deserve my attention. It's just that in order for me (and others) to help you, it's worth you doing a bit of work yourself first.
If you've given a good reason why you can't come up with a short but complete program, of course, that's a different matter - sometimes they're almost impossible to come up with, because you can't reproduce the problem in the first place. However, far too often people reply to my request with code which is either horribly longwinded for no good reason, or won't compile, or is only part of the code. No, I don't want to start a new project in VS.NET just for the sake of your problem - it takes much longer to create a project, possibly add some controls in the designer, cut and paste your code into just the right place, find the problem, then delete both the project from the solution and the the files from the disk. I want to be able to cut and paste your code into a single text file (okay, it's sometimes necessary to have more than one file - especially if you're dealing with something like one assembly loading another), compile and run it from the command line, and then delete it from there if necessary. (Usually I just reuse the same file - this is easier to do than reusing a project).
Is my approach somewhat bossy? Yup. However, it gets results, and gets them faster than other approaches I've seen. So please, check this list, fix your code, and post it again - I promise I'll look at it if you do...
vsvars32.bat
but nothing else.)
If you really feel that the answer to all the above questions is "yes" then please feel free to ask me for clarification as to why I've pointed you at this page in the first place. Apologies in advance if I've missed something and everything was fine in the first place.
Back to the main page.