![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi Our application crashes when running it from a remote pc (\\server\app\app.exe), but when I run it from my pc (c:\app\app.exe) it is fine. It seem to happen when we use ADO.Net Any ideas? Thanks |
#3
| |||
| |||
|
|
Is Ado.NET installed on the remote PC? Mark "Camper Joe" <CamperJoe (AT) discussions (DOT) microsoft.com> wrote in message news:6F60A207-68C8-42E7-A6DB-E74763B074DC (AT) microsoft (DOT) com... Hi Our application crashes when running it from a remote pc (\\server\app\app.exe), but when I run it from my pc (c:\app\app.exe) it is fine. It seem to happen when we use ADO.Net Any ideas? Thanks |
#4
| |||
| |||
|
|
Hi Mark Yes it is. We tried it with a normal PC that has the DotNet Framework, and I even tried it on a pc with Visual Studio 2005 installed. Same thing. Cheers Paul. "Mark Peters" wrote: Is Ado.NET installed on the remote PC? Mark "Camper Joe" <CamperJoe (AT) discussions (DOT) microsoft.com> wrote in message news:6F60A207-68C8-42E7-A6DB-E74763B074DC (AT) microsoft (DOT) com... Hi Our application crashes when running it from a remote pc (\\server\app\app.exe), but when I run it from my pc (c:\app\app.exe) it is fine. It seem to happen when we use ADO.Net Any ideas? Thanks |
#5
| |||
| |||
|
|
Google for CAS (Code Access Security) - which is the native security model of the CLR (and its purpose is to constrain code that is not coming from the local machine) - that's most probably the cause of the behavior you are seeing. ----- Dominick Baier (http://www.leastprivilege.com) Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp) Hi Mark Yes it is. We tried it with a normal PC that has the DotNet Framework, and I even tried it on a pc with Visual Studio 2005 installed. Same thing. Cheers Paul. "Mark Peters" wrote: Is Ado.NET installed on the remote PC? Mark "Camper Joe" <CamperJoe (AT) discussions (DOT) microsoft.com> wrote in message news:6F60A207-68C8-42E7-A6DB-E74763B074DC (AT) microsoft (DOT) com... Hi Our application crashes when running it from a remote pc (\\server\app\app.exe), but when I run it from my pc (c:\app\app.exe) it is fine. It seem to happen when we use ADO.Net Any ideas? Thanks |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |