sdk vs Visual Studio

  • Thread starter Thread starter TJS
  • Start date Start date
T

TJS

Can an assembly created in the .net Framework sdk be used by someone
running Visual Studio ?
 
I had no idea you could create an assembly in the .Net Framework SDK. How
did you do it?

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 
by assembly , I mean a .dll file. I just compile a .vb file with command
line code saved in a .bat file

very easy
 
Visual Studio shells out to the Framework command-line tools to do the
actual work, so there's no difference.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 
Back
Top