A
Angela
I'm not sure how to explain this, but I'll try my best...
I'm writing a C# Windows Form that should allow a
developer to compile different projects (that they select
from choices on the form), compare the versions of the
DLLs for certain projects, or back the code up to Visual
Source Safe.
I got the version verifcation part done and I wrote a
method to handle the compilation, but the projects don't
compile when I use the application to compile them. I can
compile them in Visual Studio just fine. Does anyone know
how to write a method to compile a given project??
Also, I have no idea where to begin with the backing files
up to VSS. Is this even possible to do through a C# app?
Thanks in advance for your help!
Angela
I'm writing a C# Windows Form that should allow a
developer to compile different projects (that they select
from choices on the form), compare the versions of the
DLLs for certain projects, or back the code up to Visual
Source Safe.
I got the version verifcation part done and I wrote a
method to handle the compilation, but the projects don't
compile when I use the application to compile them. I can
compile them in Visual Studio just fine. Does anyone know
how to write a method to compile a given project??
Also, I have no idea where to begin with the backing files
up to VSS. Is this even possible to do through a C# app?
Thanks in advance for your help!
Angela