Hi
Just started trying out Windows programming (after programming PHP websites
for 4-5 years). Just downloaded and installed Visual C# Express and made my
first program using an example from the help file. But it made an installer
and all that crap. I just want to have an exe file that I can run without
installing it first (of course .NET framework needs to be installed). I hope
that is possible, and if so I would be very happy to know how (code, a link
to
tutorial or the like)?
-Allan
rammer - 22 Aug 2007 07:24 GMT
Hi Freezer:)
just look for .exe in bin\Debug or bin\Release folder in solution
folder, for example
in C:\Documents and Settings\<username>\My Documents\Visual Studio
2005\Projects\MyFirstProject\MyFirstProject\bin\Debug
;)
> Hi
>
[quoted text clipped - 8 lines]
>
> -Allan
Frowning Freezer - 22 Aug 2007 07:52 GMT
Wow, was it really that simple!! Thanks!
Allan
> Hi Freezer:)
>
[quoted text clipped - 21 lines]
>>
>> -Allan