J
Jose Cintron
I created a pretty basic program based on the "Windows Forms Application"
template using C++ in VS 2005. When I run the program from my local system
it runs properly (do happy dance), now when I copy the same program to a
network share (I have a drive mapped to it) and execute the same program I
get an error message that reads
=== Start Error Pop-up Window ===
Reporter.exe has encountered a problem and needs to close. We
are sorry for the inconvenience.
If you were in the middle of something, the information you were working on
might be lost.
Please tell Microsoft about this problem.
We have created an error report that you can send to help us improve
Reporter.exe. We will treat this report as confidential and anonymous.
What datta does this report contain?
Why should I report to Microsoft?
<Debug> <Send Error Report> <Don't Send>
=== End Error Pop-up Window ===
When I click on debug I get the following...
=== Start Debug message ===
An unhandled exception of type 'System.IO.FileLoadException' occurred in
Unknown Module.
Additional information: Could not load file or assembly 'Reporter,
Version=1.0.2439.41345, Culture=neutral, PublicKeyToken=null' or one of its
dependencies. Failed to grant minimum permission requests. (Exception from
HRESULT: 0x80131417)
=== End Debug message ===
Any ideas on what the heck does this means? Do I have to set something in
my project to allow the program to run from a network share (that would be
stupid). TIA!
template using C++ in VS 2005. When I run the program from my local system
it runs properly (do happy dance), now when I copy the same program to a
network share (I have a drive mapped to it) and execute the same program I
get an error message that reads
=== Start Error Pop-up Window ===
Reporter.exe has encountered a problem and needs to close. We
are sorry for the inconvenience.
If you were in the middle of something, the information you were working on
might be lost.
Please tell Microsoft about this problem.
We have created an error report that you can send to help us improve
Reporter.exe. We will treat this report as confidential and anonymous.
What datta does this report contain?
Why should I report to Microsoft?
<Debug> <Send Error Report> <Don't Send>
=== End Error Pop-up Window ===
When I click on debug I get the following...
=== Start Debug message ===
An unhandled exception of type 'System.IO.FileLoadException' occurred in
Unknown Module.
Additional information: Could not load file or assembly 'Reporter,
Version=1.0.2439.41345, Culture=neutral, PublicKeyToken=null' or one of its
dependencies. Failed to grant minimum permission requests. (Exception from
HRESULT: 0x80131417)
=== End Debug message ===
Any ideas on what the heck does this means? Do I have to set something in
my project to allow the program to run from a network share (that would be
stupid). TIA!