Click here to Skip to main content
15,914,162 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionUpload a file with parameters and a progress bar (HTTP POST) Pin
vikramUverse28-Jul-06 8:30
vikramUverse28-Jul-06 8:30 
AnswerRe: varying GUI performance on different machines Pin
Rob Graham28-Jul-06 2:38
Rob Graham28-Jul-06 2:38 
GeneralRe: varying GUI performance on different machines Pin
aryabinin28-Jul-06 4:38
aryabinin28-Jul-06 4:38 
QuestionSerial Port Communication Pin
analytiks27-Jul-06 23:51
analytiks27-Jul-06 23:51 
AnswerRe: Serial Port Communication Pin
Mike Dimmick28-Jul-06 3:32
Mike Dimmick28-Jul-06 3:32 
QuestionEdit a column in a datagrid without using an edit column in C# Pin
Mons211027-Jul-06 5:07
Mons211027-Jul-06 5:07 
Questionwindows service and mapped drives [modified] Pin
Captain Willard27-Jul-06 2:09
Captain Willard27-Jul-06 2:09 
AnswerRe: windows service and mapped drives Pin
Mike Dimmick28-Jul-06 3:37
Mike Dimmick28-Jul-06 3:37 
Mapped drives are stored in the user's profile, and services don't load the user's profile, instead using the default user profile. I'd use a UNC path. We found when doing scheduled backups remotely using NTBackup, scheduled with the Scheduled Tasks feature, for a mapped drive to work successfully, the user needed to be logged in. Switching to a UNC path meant that the user no longer needed to be logged in.

Network shares should be accessible by a service as long as either a) you use a domain account which has permission to write to the folder or b) the user account name and password on the client match with the same account name's password on the server.

You should check the NTFS permissions on the share as well as the share's permissions. Both need to allow the write for it to work. I normally just leave share permissions at Everyone/Full Control and rely on the NTFS permissions.

Stability. What an interesting concept. -- Chris Maunder

GeneralRe: windows service and mapped drives Pin
Captain Willard31-Jul-06 1:23
Captain Willard31-Jul-06 1:23 
Questionto change managed assembly attribute programmatically [modified] Pin
Mushtaque Nizamani26-Jul-06 19:13
Mushtaque Nizamani26-Jul-06 19:13 
QuestionConvert and handle video files Pin
edonistart26-Jul-06 3:47
edonistart26-Jul-06 3:47 
QuestionSqlServer evaluation period expired Pin
lehya26-Jul-06 2:25
lehya26-Jul-06 2:25 
AnswerRe: SqlServer evaluation period expired Pin
Dan Neely26-Jul-06 2:42
Dan Neely26-Jul-06 2:42 
AnswerSqlServer evaluation period expired Pin
Hesbon Ongira27-Jul-06 22:37
Hesbon Ongira27-Jul-06 22:37 
QuestionCall to Web Service using HTTP GET does NOT work Pin
Andrew Mercer26-Jul-06 0:49
Andrew Mercer26-Jul-06 0:49 
AnswerRe: Call to Web Service using HTTP GET does NOT work Pin
mr_lasseter26-Jul-06 12:50
mr_lasseter26-Jul-06 12:50 
GeneralRe: Call to Web Service using HTTP GET does NOT work Pin
Andrew Mercer26-Jul-06 22:22
Andrew Mercer26-Jul-06 22:22 
QuestionUnmanaged C++, windows service Pin
yoti1126-Jul-06 0:36
yoti1126-Jul-06 0:36 
AnswerRe: Unmanaged C++, windows service Pin
Mike Dimmick26-Jul-06 2:55
Mike Dimmick26-Jul-06 2:55 
Questionanti-aliasing images in GDI+? Pin
kusanagi200025-Jul-06 22:11
kusanagi200025-Jul-06 22:11 
AnswerRe: anti-aliasing images in GDI+? Pin
Robert Rohde26-Jul-06 3:19
Robert Rohde26-Jul-06 3:19 
GeneralRe: anti-aliasing images in GDI+? Pin
kusanagi200026-Jul-06 14:14
kusanagi200026-Jul-06 14:14 
QuestionDataGridView selection on right click Pin
~~~Johnny~~~25-Jul-06 6:55
~~~Johnny~~~25-Jul-06 6:55 
AnswerRe: DataGridView selection on right click Pin
Andrew Lygin25-Jul-06 8:47
Andrew Lygin25-Jul-06 8:47 
GeneralRe: DataGridView selection on right click Pin
~~~Johnny~~~25-Jul-06 8:58
~~~Johnny~~~25-Jul-06 8:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.