473,770 Members | 7,229 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Do not want application to run on server

I'm developing a C# application that I want to run on standalone computers,
but not from a server or network. Is there a way on starting the application
that I can check if the application is on a server and stop it from running?
Thanks.

Nov 16 '05 #1
5 1296

"pcad1" <pc***@discussi ons.microsoft.c om> wrote in message
news:E5******** *************** ***********@mic rosoft.com...
I'm developing a C# application that I want to run on standalone
computers,
but not from a server or network. Is there a way on starting the
application
that I can check if the application is on a server and stop it from
running?
Thanks.


check out this link
http://www.csharpfriends.com/dotnet/...d_version.aspx
it shows how to use the System.Operatin gSystem object to get the version
major and minor and determine the system it is on. You could determine if
it is on one of those servers and stop the app.
Nov 16 '05 #2
pcad1

Have a look at the System.Environm ent class, especially the static OSVersion
property.

Here is KB article that I think addresses your problem:

http://support.microsoft.com/default...b;en-us;304283
Have a look at this link for all of the combinations of major version/minor
version:
http://msdn.microsoft.com/library/de...infoex_str.asp
regards
roy fine

"pcad1" <pc***@discussi ons.microsoft.c om> wrote in message
news:E5******** *************** ***********@mic rosoft.com...
I'm developing a C# application that I want to run on standalone computers, but not from a server or network. Is there a way on starting the application that I can check if the application is on a server and stop it from running? Thanks.

Nov 16 '05 #3
Do you mean that you don't want the user to be able to install the app on a
file share and run it over a network?
You can access the directory where the app is running from and then ask the
OS if the drive is a networked share. If so, stop.

--- Nick

"pcad1" <pc***@discussi ons.microsoft.c om> wrote in message
news:E5******** *************** ***********@mic rosoft.com...
I'm developing a C# application that I want to run on standalone computers, but not from a server or network. Is there a way on starting the application that I can check if the application is on a server and stop it from running? Thanks.

Nov 16 '05 #4
Thanks a lot for this help. They gave me just the info I need.

Regards,
pcad1

Nov 16 '05 #5
Nick,

This is exactly what I would like to do. Easy enuf to access the directory
where app is running but what CODE is used to "ask the OS if the drive is a
networked share"? Specific code would be very helpful. Thanks again.

"Nick Malik" wrote:
Do you mean that you don't want the user to be able to install the app on a
file share and run it over a network?
You can access the directory where the app is running from and then ask the
OS if the drive is a networked share. If so, stop.

--- Nick

"pcad1" <pc***@discussi ons.microsoft.c om> wrote in message
news:E5******** *************** ***********@mic rosoft.com...
I'm developing a C# application that I want to run on standalone

computers,
but not from a server or network. Is there a way on starting the

application
that I can check if the application is on a server and stop it from

running?
Thanks.


Nov 16 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
2272
by: Jim Hubbard | last post by:
http://www.eweek.com/article2/0,1759,1774642,00.asp
15
1469
by: uphid | last post by:
I've been tossing around an idea here in the shop for a while, and I am curious if anyone else out there would be interested. I am thinking of creating a server implementation for Access MDBs. It's a fairly straight-forward idea. The server would be a program that would listen for SQL commands, such as SELECTs or INSERTs to be sent to it (over TCP/IP). In turn, it would run the SQL against the local database and return either records...
12
291
by: Jim Hubbard | last post by:
http://www.eweek.com/article2/0,1759,1774642,00.asp
1
1275
by: Chetana | last post by:
Hi, I want to run my asp.net application from server.I have uploaded my asp.net files on the server and I want to run it ditectly from server but I am getting authentication error as 'An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the...
4
3087
by: kbarber | last post by:
Can someone tell me how to build a C sharp application from a solution that I could then email to someone else?
0
9592
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9425
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10230
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10004
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8886
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5450
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3972
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3576
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2817
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.