> I have a problem with compiled .exe file. I use Visual Studio Pro
> 2008. I have c# windows forms project (for .NET 3.5). I compile
[quoted text clipped - 6 lines]
>
> Do you know what is a source of problem?
> > I have a problem with compiled .exe file. I use Visual Studio Pro
> > 2008. I have c# windows forms project (for .NET 3.5). I compile
[quoted text clipped - 11 lines]
>
> Jon
When I click on it I got hourglass cursor for a moment and then
nothing.
Rzep
Jon Skeet [C# MVP] - 07 Mar 2008 11:27 GMT
<snip>
> When I click on it I got hourglass cursor for a moment and then
> nothing.
I suggest you put some logging in your application to show where it
gets to - make it write to a file.
Also look at the event log to see if there's anything in there.
Jon
rzep - 07 Mar 2008 12:03 GMT
> <snip>
>
[quoted text clipped - 7 lines]
>
> Jon
Thank you, I forgot about event viewer :-(. I found error :-)
Thank you again and have a nice weekend
Rzep
Eps - 07 Mar 2008 11:48 GMT
> When I click on it I got hourglass cursor for a moment and then
> nothing.
>
> Rzep
Jon's suggestion about logging is a good one and is the best way to find
out whats going on.
As a shot in the dark though, could it be somesort of missing resource
?, I know i have run in to problems where I have not copied config files
(or had old config values with incorrect data).

Signature
Eps