Click here to Skip to main content
15,895,813 members
Everything / Release

Release

release

Great Reads

by Graeme_Grant
Enabling development and production AppSettings support for non-ASP.NET Core apps
by Greg Utas
No breakpoints or drooling all over the console!
by Huisheng Chen
Using reflection to dynamically verify if an assembly is in debug or release compilation
by KevinPo
How to navigate and program against the Release Management API, even though it does not have official documentation.

Latest Articles

by Graeme_Grant
Enabling development and production AppSettings support for non-ASP.NET Core apps
by Greg Utas
No breakpoints or drooling all over the console!
by Sibeesh Passion
Easy set up Build and Release pipeline configuration of Angular app
by Vyacheslav Voronenko
Implementation of the git flow releasing model

All Articles

Sort by Score

Release 

25 Feb 2023 by Graeme_Grant
Enabling development and production AppSettings support for non-ASP.NET Core apps
10 Mar 2022 by Greg Utas
No breakpoints or drooling all over the console!
4 Feb 2012 by Huisheng Chen
Using reflection to dynamically verify if an assembly is in debug or release compilation
8 Dec 2015 by KevinPo
How to navigate and program against the Release Management API, even though it does not have official documentation.
7 Sep 2013 by Zoltán Zörgő
Well, I am confused, since what you are talking about seems not open source to me. But from what you wrote, you have nothing to fear about. You could even sell your product. The Express editions are free of charge to build your app and to deploy - you can't sell them, thus you can't charge for...
7 Aug 2012 by Sergey Alexandrovich Kryukov
You only need to dispose object of the types implementing System.IDisposable. Please see:http://msdn.microsoft.com/en-us/library/system.idisposable.aspx[^].If you work with temporary object, the best way of doing it is using the using statement, which helps to dispose the object you create...
29 Oct 2012 by E.F. Nijboer
Make a copy and try some things.First simply:- Delete the Bin and Obj directory before opening the project and then rebuild.If that didn't help, try:- Delete the specific user settings for the project (.suo file in the same folder as the solution)Still nothing? Try this:- Start...
26 Mar 2012 by Member 2191406
we want to automate s/w releases includes update to EXE,DLL, confile files, Web sites, SQL Stored Procedures, UDFs, Views etc.Is there any tools available to manage these updates to PROD enviroments. pl help. thanks in advance.
26 Mar 2012 by Not Active
Yes, I believe they call this a setup script or setup application.
26 Mar 2012 by ProEnggSoft
I think VisualPatch may suite your purpose as explained herehttp://www.indigorose.com/products/visual-patch/#point1[^]
11 Sep 2012 by Itz.Irshad
What is difference between Debug and Release Mode in Visual Studio 2008 using C# ? Please, detail me from configuration point of view.Thanks
18 Mar 2013 by doug25
I've finally found a solution. After using some break points I determined where the problem was occurring (the use of a vector to hold materials).I've implemented a custom vector now using a template class and low and behold my program works in release mode and debug.I still don't know...
10 May 2013 by Vaibhav_J_Jaiswal
Hi friends,I am fetching a problem in which debug exe is runs properly and in release it crashed. I debug the exe in release mode and got the following things. First I show you code:void CPlaybackThread::_GetGraphicSurface(uint64_t in_ui64Time, ...
10 May 2013 by R.B.
Memory may be corrupt due to another routine in your program. Look at code that is executed before _GetGraphicSurface() is invoked.
10 May 2013 by sja63
Hi,perhaps you should compile your project with warning level /W3 at least.My experience is that a higher warning level and of course the eliminationof these warnings will give you a more stable exe even as release version.Best regards
10 May 2013 by Paul M Watt
A simple way to see if the stack is being overwritten, move these variables that get these mysterious values above the declaration of jMPGFPlaylist variable and see if the next value is overwritten.
7 Sep 2013 by Mr.TMG
I'm developing an application for use at the company that I work for.Using VB.net Express and SQL ExpressThe company is a small business.I'm just planning on installing this database and UI for internal use of the employees mostly to make my jobs easier by enforcing data integrity...
11 Oct 2013 by ASP.NET Community
With the release of ASP.NET 2.0, a new set of controls were made available to help provide navigational elements to your web sites. These controls
11 Oct 2013 by ASP.NET Community
MS.NET VERSIONSWith the recent release of.NET 4.0 a lot of confusion has crept into .NET versions. Right from the beginning .NET versions numbers
9 May 2014 by CPallini
Obligatory reference: Newcomer's "Surviving the Release Version" article[^].
29 Oct 2014 by Member 10989623
I am getting the following error while configuring RM server- "Object Already exists" in windows server 2008 R2 enterprise. Please find the log." I, 2014/10/29, 08:18:40.108, Variable : Key = DefaultLogin, Value = GAP-RELEASE\BuildUser I, 2014/10/29, 08:18:40.124, Variable : Key =...
16 Dec 2014 by Kinna-10626331
Hello I have 3 projects in one solution ( 2 WPF projects and one C# empty Project theme).Also they have references to different .dlls .My problem is : 2 executables ( from one of the 2 WPF projects ) and multiple .dlls are been generated in the bin/debug and bin/release directories. Looks...
16 Dec 2014 by TheRealSteveJudge
Maybe this article might help you:Load DLL From Embedded Resource[^]
11 May 2015 by barneyman
(comment promoted to answer)sounds like a GDI leak :)you ARE re-selecting the old font back into the DC before you destroy it?
3 Aug 2015 by amihai1
Hi ,As everyone knows , in VS2010 and above there is a use of Web.config transforms to remove add update tags and attributes in a web.config file .Release management has the ability to switch values inside a web.token.config (convention is a variable like so : __ConnectionString__...
5 Sep 2016 by Pradip Kumar Sen
I am using Microsoft Release Management for Visual Studio 2013 Update 2. i have setup deployer using ReleaseTfvcTemplate.12 template. this setup is deploying the code as expected but only problem i am seeing is it is not taking latest version. it is taking previos version of build for...
18 Mar 2017 by Member 10850253
I have a file that I have loaded into a richTextBox, and now I want to delete it,in my c# app, but can't because its in use by the app.I need to close this file first, but don't know how.Can someone please help me.What I have tried:richTextBox1.LoadFile(null);
8 May 2018 by bbirajdar
Dear Members I am developing a ASP.NET MVC 5 application as a Outlook web add-in. It uses Azure AD for authentication. My issue is - If I publish it in debug mode, it works fine. If I publish it in release mode and try to authenticate the new user, it throws the following exceptions. The...
7 Feb 2019 by ZurdoDev
As mentioned in the comments, this link has a suggestion: javascript - Unsupported grant type error when requesting access_token on Spotify API with Meteor HTTP - Stack Overflow[^]
17 May 2021 by pkaelin
Has anyone some experience when it comes to change & release management and legal, compliance or audit requirements (country dependent)? Can you share some of your legal (country dependent), compliance or audit requirements? We already have a...
12 May 2021 by SeanChupas
As Richard said, you need to consult a lawyer. I would not trust any legal advice that you find on this site.
8 Jun 2021 by Ken Guru
Hi, today I suddenly stumbled upon a problem. The format "ddd. dd.MM.yyyy" (and others) of the LabelStyle format of the chart was suddenly displayed completely wrong. Further investigation revealed that the representation is correct in a debug...
11 Sep 2012 by Prasad_Kulkarni
Debug has extra checking, extra initialisaton and other features which makes locating problems easier, it is also not optimised to make debugging make more sense. Because of all of these settings though, the debug mode version runs at a fraction of the speed of the release mode.Release mode...
29 Feb 2016 by Vyacheslav Voronenko
Implementation of the git flow releasing model
9 Mar 2013 by Michael Haephrati
In order to build a working application you need more than that. You need header files, and other definitions. What you have published here is a partial piece of source code. You will need to use Visual Studio to create a new project, which will create for you an almost empty application, which...
21 Oct 2015 by Olivia Glenn
Create meaningful version numbers that everyone - developers, testers, operations, managers, and even end-users - will find helpful
7 Feb 2019 by Sibeesh Passion
Easy set up Build and Release pipeline configuration of Angular app
11 Mar 2013 by doug25
Hello,I am working through a book about character animation with direct3dThere is a CD-ROM that came with the book and the examples on the cd will compile and run ok in debug mode but when I compile a release build, I get a runtime error to do with a vector:iterator...
29 Oct 2012 by MitchG92_24
Hi all,I've had a look around the web but haven't been able to find the right answer - and due to my limited C# assembly knowledge, I turn to you!I have a WPF application that I have been running quite happily until today.When I run the program in the debugger it will run perfectly,...
23 Jan 2021 by Joeadeoye
Hi everyone,I have successfully written my Android Application using C# with Xamarin.Android Visual Studio 2010. I debugged and deploy my app to AVD Emulator to test and everything went fine. But now, i am ready to package my app, i want to build my app in "Release" mode, now i got the error...
10 May 2015 by Member 10946506
This is a problem I have beating my head against for 6 months. I'm hoping that someone else has encountered this issue and found either a solution or a workaround. I am using VS 2010 C++ Express to develop W32 apps on a PC running 64-bit Win 7 Home edition. A chronic problem I encounter...
7 Aug 2012 by bEGI23
How do i release respectively dispose the objects which are held from these fuctions below? Dim drvInfo As DirectoryInfo = New DirectoryInfo("C:\myFolder") Dim filesInfo() As FileInfo = drvInfo.GetFiles("*.*", SearchOption.TopDirectoryOnly)Try For Each file As FileInfo In...
11 Sep 2012 by JF2015
You could have at least tried finding the answer on your own. There is lots of information to be found by Google. Here is one quite nice one:http://stackoverflow.com/questions/4043821/performance-differences-between-debug-and-release-builds[^]
7 Feb 2019 by Member 14063588
After doing second release to azure server i am unable to login to my website.Getting an error message as "unsupported grant error" What I have tried: Geeting an error message during my website release in azure server
23 Nov 2012 by Member 9625106
Hello, in my application I got 2 Charts that are loaded by a DataContext.The problem is that i got differences between DEBUG and RELEASE.During the DEBUG (with SharpDevelop) the 1st one is working fine and the 2nd one working not really good (old values remains on the graph).During the...
10 Mar 2013 by doug25
The code I posted here is where the runtime error is occurring. I believe the problem lies with something to do with visual studio; I read somewhere that certain release builds work in other versions of visual C++. I've got headers and a working application, but it will only run in debug mode....
9 May 2014 by Nick R 336
I am compiling an application using Visual Studio 2010 64 bit compiler. It compiles without errors. The Debug version of the application runs fine. However the Release version crashes on start-up with the following 2 errors:Faulting application name: Router.exe, version: 1.0.0.1, time stamp:...
5 Apr 2016 by HPVinod
Hi All,We are deploying applications using Release management and version control as TFS, During the deployment TFS is building and keeping all files in drop location,RM is collecting all files from drop and deploying it to on premises servers.Now the problem for few projects RM is unable to...