|
|
|
start date: Wed, 22 Aug 2007 16:53:31 -0500,
posted on: microsoft.public.dotnet.languages.vb
back
| Thread Index |
|
1
fniles
|
|
2
Arunkumar Keserla
|
|
3
Arunkumar Keserla
|
|
4
Peter Bromberg [C# MVP]
|
|
5
Peter Bromberg [C# MVP]
|
Problem creating Release EXE
I am using VisualStudio 2005 (VB.Net).
A weird thing happens. I used to have a button and a textbox on my form, and
I deleted them. I do a Build on a Release mode. But, the EXE that it creates
is dated 8/23/07 4:20 pm. My computer clock says 8/22/07 4:50 pm. And, when
I run the exe, both the button and textbox are still on the form. The Debug
exe is fine. I even added msgbox at form_load, and the message box is shown
on the Debug exe, but not on the Release exe.
No matter what I do/change on the code, the release EXE created is dated
8/22/07 4:50 pm.
What can I do to create the correct Release EXE ?
Thank you.
Date:Wed, 22 Aug 2007 16:53:31 -0500
Author:
|
Re: Problem creating Release EXE
Check whether you have "On Run, when build or deployment errors occur" you
have "Launch old version" or some setting that is causing you to launch the
older version. This setting can be found at Tools->Options->Projects and
Solutions->Build and Run.
-Arun
> I am using VisualStudio 2005 (VB.Net).
> A weird thing happens. I used to have a button and a textbox on my
> form, and
> I deleted them. I do a Build on a Release mode. But, the EXE that it
> creates
> is dated 8/23/07 4:20 pm. My computer clock says 8/22/07 4:50 pm. And,
> when
> I run the exe, both the button and textbox are still on the form. The
> Debug
> exe is fine. I even added msgbox at form_load, and the message box is
> shown
> on the Debug exe, but not on the Release exe.
> No matter what I do/change on the code, the release EXE created is
> dated
> 8/22/07 4:50 pm.
> What can I do to create the correct Release EXE ?
> Thank you.
Date:Wed, 22 Aug 2007 22:41:48 +0000 (UTC)
Author:
|
Re: Problem creating Release EXE
Check whether you have "On Run, when build or deployment errors occur" you
have "Launch old version" or some setting that is causing you to launch the
older version. This setting can be found at Tools->Options->Projects and
Solutions->Build and Run.
-Arun
> I am using VisualStudio 2005 (VB.Net).
> A weird thing happens. I used to have a button and a textbox on my
> form, and
> I deleted them. I do a Build on a Release mode. But, the EXE that it
> creates
> is dated 8/23/07 4:20 pm. My computer clock says 8/22/07 4:50 pm. And,
> when
> I run the exe, both the button and textbox are still on the form. The
> Debug
> exe is fine. I even added msgbox at form_load, and the message box is
> shown
> on the Debug exe, but not on the Release exe.
> No matter what I do/change on the code, the release EXE created is
> dated
> 8/22/07 4:50 pm.
> What can I do to create the correct Release EXE ?
> Thank you.
Date:Wed, 22 Aug 2007 22:41:48 +0000 (UTC)
Author:
|
RE: Problem creating Release EXE
You have more than one weird thing happening. You've asked a question about
Windows Forms executables in the ASP.NET newsgroup, which has nothing to do
with Windows Forms. Try to post questions to the correct newsgroup for best
results.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
"fniles" wrote:
> I am using VisualStudio 2005 (VB.Net).
> A weird thing happens. I used to have a button and a textbox on my form, and
> I deleted them. I do a Build on a Release mode. But, the EXE that it creates
> is dated 8/23/07 4:20 pm. My computer clock says 8/22/07 4:50 pm. And, when
> I run the exe, both the button and textbox are still on the form. The Debug
> exe is fine. I even added msgbox at form_load, and the message box is shown
> on the Debug exe, but not on the Release exe.
> No matter what I do/change on the code, the release EXE created is dated
> 8/22/07 4:50 pm.
> What can I do to create the correct Release EXE ?
> Thank you.
>
>
>
Date:Wed, 22 Aug 2007 16:42:02 -0700
Author:
|
RE: Problem creating Release EXE
You have more than one weird thing happening. You've asked a question about
Windows Forms executables in the ASP.NET newsgroup, which has nothing to do
with Windows Forms. Try to post questions to the correct newsgroup for best
results.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
"fniles" wrote:
> I am using VisualStudio 2005 (VB.Net).
> A weird thing happens. I used to have a button and a textbox on my form, and
> I deleted them. I do a Build on a Release mode. But, the EXE that it creates
> is dated 8/23/07 4:20 pm. My computer clock says 8/22/07 4:50 pm. And, when
> I run the exe, both the button and textbox are still on the form. The Debug
> exe is fine. I even added msgbox at form_load, and the message box is shown
> on the Debug exe, but not on the Release exe.
> No matter what I do/change on the code, the release EXE created is dated
> 8/22/07 4:50 pm.
> What can I do to create the correct Release EXE ?
> Thank you.
>
>
>
Date:Wed, 22 Aug 2007 16:42:02 -0700
Author:
|
|
|