Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8350723
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T08:24:30+00:00 2026-06-09T08:24:30+00:00

I have packaged a .NET application in the form of a .zip file. The

  • 0

I have packaged a .NET application in the form of a .zip file.
The user needs to unzip the file on his local hard drive to create a directory with an executable and associated resources.
However, users keep unzipping the file on a network drive and execute the app from there, and they get problems because of this.

Can I force users to run the file from their local hard drive by displaying a message if they run it from a network drive and closing the app ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T08:24:32+00:00Added an answer on June 9, 2026 at 8:24 am

    You only need to check if the path is a network path and give an error message.

    Steps:

    1. Get path or running application:

      var path = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);

    2. Check if path is a network path:

      [DllImport("shlwapi.dll")]

      private static extern bool PathIsNetworkPath(string pszPath);

      if(PathIsNetworkPath(path))...

    3. Give error message

    Refer: PathIsNetworkPath

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application which is packaged as a .war file. It has GWT
I have a .Net application. It has a Strings.resx file, along with Strings.es.resx, and
I have a .NET application which uses an accdb file (MS Access 2007 format)
I have a .NET 3.5 Setup Package Project which installs my application successfully. The
I try to deploy my .NET MVC Web Application. I have generated the package.
I have an ASP.Net web application that is deployed to a number of different
I have a simple web form that sends and email out via .NET C#.
For an ASP.NET web application that is packaged and sold to customers for deployment,
I run an ASP.Net MVC3 application and have followed this Windows Azure How-To on
I have an ASP.NET 2.0 application (installed on IIS 6.0 from an MSI) which

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.