---
title: "check new version of running applicatoin in c#"  
description: "check new version of running applicatoin in c#"  
author: "Jayden Bell"  
published: 2013-01-17  
updated: 2013-02-09  
canonical: https://www.mindstick.com/forum/536/check-new-version-of-running-applicatoin-in-c-sharp  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# check new version of running applicatoin in c#

Hi every one,\
\
I want to create an application that [check](https://yourviews.mindstick.com/story/2248/never-forget-to-check-these-specifications-before-buying-a-mobile-phone) [updates](https://yourviews.mindstick.com/view/85235/global-efforts-to-combat-climate-change-updates-and-initiatives) of running [windows](https://www.mindstick.com/articles/311752/how-to-install-and-use-the-google-wifi-software-on-a-windows-or-mac-computer) [application using c#](https://www.mindstick.com/forum/160510/how-to-fetch-data-from-the-database-in-the-dot-net-console-application-using-c-sharp) code. Please give me scenario.\
Any [suggestions](https://www.mindstick.com/blog/299486/how-to-write-for-your-audience) are appreciated\
\
Thanks in [advanced](https://www.mindstick.com/articles/12993/5-advanced-features-for-your-odoo-ecommerce-theme)

## Replies

### Reply by Jayden Bell

Shankar,I am not using ClickOnceDeployment mechanism

### Reply by Shankar M

\
Hi Jayden,\
You can accomplish it using ClickOnceDeployment of application.

### Reply by AVADHESH PATEL

Hi Jayden Bell\
\
You can try this way\
\
1. Create a table in your Database that must have two column which store your [application](https://www.mindstick.com/articles/12824/calculator-application-in-android) product key and version. \
\
2. Create a Web Service. Web Service's method receive application product key(a unique id which identify your application in database) and match to database and return application version.\
\
3. In your application, add web service references and call web service method and pass application product key. Receive product version which mention in database and match your application version.


---

Original Source: https://www.mindstick.com/forum/536/check-new-version-of-running-applicatoin-in-c-sharp

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
