G
Guest
I've developed a small program using Visual C# .NET 2005 Beta, which required
..NET 2.0 Beta. I may redo it in Visual Studio .NET 2003. My clients don't
have .NET installed, and I'd like to avoid installing .NET on their machines
for now. Is there a way to (1) determine IF I'm using any .NET components in
my code, (2) redesign without those components, and (3) create an executable
that doesn't rely on .NET? If not, is there a tool that allows C# programs
without reliance on .NET?
Thanks for any help you can provide.
..NET 2.0 Beta. I may redo it in Visual Studio .NET 2003. My clients don't
have .NET installed, and I'd like to avoid installing .NET on their machines
for now. Is there a way to (1) determine IF I'm using any .NET components in
my code, (2) redesign without those components, and (3) create an executable
that doesn't rely on .NET? If not, is there a tool that allows C# programs
without reliance on .NET?
Thanks for any help you can provide.