DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
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:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us