¡@

Home 

c# Programming Glossary: remote

TransactionScope automatically escalating to MSDTC on some machines?

http://stackoverflow.com/questions/1690892/transactionscope-automatically-escalating-to-msdtc-on-some-machines

You can pass the transaction objects by making a call on a remote method that takes a Transaction as a parameter or you can try.. a Transaction as a parameter or you can try to access a remote transactional serviced component. This serializes the transaction..

Accessing Password Protected Network Drives in Windows in C#?

http://stackoverflow.com/questions/2563724/accessing-password-protected-network-drives-in-windows-in-c

such as a user being logged on by a terminal server remote shell or similar process. This logon type has the additional.. local system. The server cannot impersonate the client on remote systems. summary Impersonation 2 summary The server process.. process can impersonate the client's security context on remote systems. NOTE Windows NT This impersonation level is not supported...

IIS Express enable external request

http://stackoverflow.com/questions/3313616/iis-express-enable-external-request

Express enable external request How can I enable remote requests in IIS Express Scott Guthrie wrote that is possible.. post up on the IIS team site now explaining how to enable remote connections on IIS Express . Here is the pertinent part of that..

Best practices for exception management in Java or C#

http://stackoverflow.com/questions/409563/best-practices-for-exception-management-in-java-or-c-sharp

issues with exceptions comes from 1 accessing data via a remote service or 2 deserializing a JSON object. Unfortunately I can't..

Interprocess communication for Windows in C# (.NET 2.0)

http://stackoverflow.com/questions/50153/interprocess-communication-for-windows-in-c-sharp-net-2-0

a .net class library that can be used for local and remote RPC Project home page http csharptest.net projects rpclibrary..

Accessing a Shared File (UNC) From a Remote, Non-Trusted Domain With Credentials

http://stackoverflow.com/questions/659013/accessing-a-shared-file-unc-from-a-remote-non-trusted-domain-with-credentials

our domain and is not within a trusted external domain via remote file sharing UNC. Naturally we need to supply credentials to.. UNC. Naturally we need to supply credentials to the remote machine. Typically one solves this problem in one of two ways.. NET USE . Access the file with a UNC path as if the remote computer were on the domain and ensure that the account under..

Large Object Heap Fragmentation

http://stackoverflow.com/questions/686950/large-object-heap-fragmentation

It is continuously calculating and serialising data to a remote host and is hitting the Large Object Heap LOH a fair bit. However.. once the calculation is complete and has been sent to the remote host the memory should be freed. What I am seeing however is..

How to double buffer .NET controls on a form?

http://stackoverflow.com/questions/76993/how-to-double-buffer-net-controls-on-a-form

not turn on double buffering if the person is running in remote desktop. public static void SetDoubleBuffered System.Windows.Forms.Control..

Programmatically add an application to Windows Firewall

http://stackoverflow.com/questions/113755/programmatically-add-an-application-to-windows-firewall

WinForm Application UI Hangs during Long-Running Operation

http://stackoverflow.com/questions/1216791/winform-application-ui-hangs-during-long-running-operation

on which I need to use a for loop having a large number of Remote Calls around 2000 3000 calls and while executing the for loop..

Why are no Symbols loaded when remote debugging?

http://stackoverflow.com/questions/151966/why-are-no-symbols-loaded-when-remote-debugging

written. Then I choose Debug Attach to Process . I chose Remote Transport Native Only with no authentication . I used the correct..

Getting the IP Address of a Remote Socket Endpoint

http://stackoverflow.com/questions/1904160/getting-the-ip-address-of-a-remote-socket-endpoint

the IP Address of a Remote Socket Endpoint How do I determine the remote IP Address of.. the remote IP Address of a connected socket I have a RemoteEndPoint object I can access and well as its AddressFamily member... fixed up alot heh Socket s IPEndPoint remoteIpEndPoint s.RemoteEndPoint as IPEndPoint IPEndPoint localIpEndPoint s.LocalEndPoint..

Is there a faster way than this to find all the files in a directory and all sub directories?

http://stackoverflow.com/questions/2106877/is-there-a-faster-way-than-this-to-find-all-the-files-in-a-directory-and-all-sub

using SearchOption.AllDirectories Method Local Folder Remote Folder GetFileListA 00 00.0781235 05 22.9000502 GetFileListB..

C# .NET: How to check if we're running on battery?

http://stackoverflow.com/questions/241142/c-sharp-net-how-to-check-if-were-running-on-battery

pay my taxes and disable things if we're running over Remote Desktop or running on battery. If we're running over remote.. your taxes summary returns returns public static Boolean IsRemoteSession This is just a friendly wrapper around the built in way.. How do you convince developers to pay their taxes Taxes Remote Desktop Connection and painting GetSystemMetrics SM_REMOTESESSION..

Possible to launch a process in a user's session from a service?

http://stackoverflow.com/questions/3128017/possible-to-launch-a-process-in-a-users-session-from-a-service

If you don't have it you can try use some WTS function Remote Desktop Services API http msdn.microsoft.com en us library aa383464.aspx..

How to format DateTime columns in DataGridView?

http://stackoverflow.com/questions/4033113/how-to-format-datetime-columns-in-datagridview

new TemplateQuery ffdaSpecified true ffda true Remote invocation Invoke new MethodInvoker delegate gridEntities.DataSource..

Setting a WebRequest's body data

http://stackoverflow.com/questions/4256136/setting-a-webrequests-body-data

null throw new ApplicationException string.Format Remote server call 0 1 resulted in a http error 2 3 . method uri httpResponse.StatusCode.. wex else throw new ApplicationException string.Format Remote server call 0 1 resulted in an error. method uri wex catch Exception..

Multithreading a large number of web requests in c#

http://stackoverflow.com/questions/4277844/multithreading-a-large-number-of-web-requests-in-c-sharp

the connection the 5 tuple Protocol Local IP Local Port Remote IP Remote Port goes into a TIME_WAIT state for 240 seconds by.. the 5 tuple Protocol Local IP Local Port Remote IP Remote Port goes into a TIME_WAIT state for 240 seconds by default...

Access a Remote Directory from C#

http://stackoverflow.com/questions/5433570/access-a-remote-directory-from-c-sharp

a Remote Directory from C# I am trying to access a remote network share.. DisplayType ResourceDisplaytype.Share RemoteName networkName.TrimEnd ' ' var result WNetAddConnection2.. public int Usage public string LocalName public string RemoteName public string Comment public string Provider summary The..

Why would Application.Exit fail to work?

http://stackoverflow.com/questions/554408/why-would-application-exit-fail-to-work

shutting down the dev computer When in release mode the Remote Connection or other computer this is run on will be shut down...

C# HttpWebRequest SEC_I_RENEGOTIATE Intermittent Errors

http://stackoverflow.com/questions/6232746/c-sharp-httpwebrequest-sec-i-renegotiate-intermittent-errors

length 0 returned code OK . System.Net Information 0 7148 Remote certificate Version V1 When it fails System.Net Error 0 3680..

Accessing a Shared File (UNC) From a Remote, Non-Trusted Domain With Credentials

http://stackoverflow.com/questions/659013/accessing-a-shared-file-unc-from-a-remote-non-trusted-domain-with-credentials

a Shared File UNC From a Remote Non Trusted Domain With Credentials We've run into an interesting..

How to double buffer .NET controls on a form?

http://stackoverflow.com/questions/76993/how-to-double-buffer-net-controls-on-a-form

if the user is running in a terminal services session e.g. Remote Desktop This helper method will not turn on double buffering.. SetDoubleBuffered System.Windows.Forms.Control c Taxes Remote Desktop Connection and painting http blogs.msdn.com oldnewthing..

How do I use TransactionScope in C#?

http://stackoverflow.com/questions/794364/how-do-i-use-transactionscope-in-c

Here is a screen shot of what we use except for the Allow Remote Administration option I have not run into the HRESULT E_Fail.. I consider it to be an uncommon scenario is RestrictRemoteClients registry key. If the value of this key is set to 2 RPC_RESTRICT_REMOTE_CLIENT_HIGH.. for more info on RestrictRemoteClients. Finally while not specific to your issue a very important..