I installed Visual C++ .net 2003 on my computer. Took forever to do and when I finally try to open my code to look at it and make changes, it shows my code as nothing but 0000000's.
What is causing this Any ideas I say that I need to install Microsoft Internet Information Services on my computer. How would I know if I have this or not I met all the other minimum requirements.

Problem seeing my code
FerdBirfel
You don't need IIS just to be able to see your code. You only need IIS if you are developing ASP/Web applications.
Can you open the same file using another application (like notepad.exe) if so what does it show What happens if you just run TYPE myfile.cpp from the command line
Is the source file pure-ASCII text You're not using Unicode or something like that
amaric
I tried to open it in notepad, wordpad, editplus and it doesnt show anything at all. I am not using unicode.
PaulSomers
John Freddy