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 6865605
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:04:30+00:00 2026-05-27T03:04:30+00:00

Are there any performance penalties running .NET 4.0 app from shared network folder? I

  • 0

Are there any performance penalties running .NET 4.0 app from shared network folder? I found what app starts slower but didn’t noticed any slow down while using it, but not sure about it.

  • 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-05-27T03:04:30+00:00Added an answer on May 27, 2026 at 3:04 am

    When running an executable over the network, Windows does not bring the entire application over the network at application startup. This is done to speed startup times (and there’s no point is downloading that 700MB embedded AVI resource if you never actually use it).

    This means that periodically, as new pages from the executable image are required, Windows will go back to the network to retrieve them.

    The method in which this is accomplished is that if your application happens to hit a page of memory that is not present, a standard page fault will trigger, telling Windows it needs to fill that page. If the network happens to be down at that moment, Windows will be unable to satisfy the page-fault. There’s no way to recover from this, so Windows throws an EXCEPTION_IN_PAGE_ERROR (0xC0000005).

    There are three ways to handle this:

    • do nothing and let the application die. Tell the customer to fix their network
    • trap the error, explaining that the application must be terminated now, and telling the user that their network is to blame
    • set the IMAGE_FILE_NET_RUN_FROM_SWAP PE image option. This will instruct Windows to copy the entire executable over the network at application load time. This will increase network traffic and user wait times (at application launch time), but avoid the error
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any performance to be gained these days from compiling java to native
Are there any performance benefits to me not using the gridview in asp.net for
Is there any performance testing tool for mobile app? Also i am not looking
Is there any performance overhead in using RaiseEvent in .NET ? I have a
Is there any performance hit from querying over two (or more) databases on the
Is there any performance difference between the following two statements? from item in collection
Are there any performance benefits to be gained from passing objects like WebControls by
Are there (performance) penalties* associated with the Enum Singleton Pattern in any way, as
Is there any performance benefit to pre-compiling an asp.net web application if it's set
Is there any performance benefits in INSERT INTO table1( column1) select * from table2;

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.