T TJS Nov 3, 2004 #1 Can an assembly created in the .net Framework sdk be used by someone running Visual Studio ?
K Kevin Spencer Nov 3, 2004 #2 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
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
T TJS Nov 3, 2004 #3 by assembly , I mean a .dll file. I just compile a .vb file with command line code saved in a .bat file very easy
by assembly , I mean a .dll file. I just compile a .vb file with command line code saved in a .bat file very easy
K Kevin Spencer Nov 3, 2004 #4 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
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