blah blah blah is here! blah blah » Close

-1
votes
1 answers

setup creation with the help of visual studio 2005

I want to create a setup by visual studio 2005.when i run this setup on target computer.The .net framework not install on that computer.. i want to that my setup check on traget computer is .net framework install or not.if not then my set ...

1
votes
1 answers

File.Create clings on like a b******

foamy
2499

Hi all, Can anyone explain to me why this: [code] File.Create("foamy.txt"); File.ReadAllLines("foamy.txt"); [/code] produces a System.IOException and this: [code] using(StreamWriter sw = new StreamWriter(&quo ...

Feedback