Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
AnswerRe: getting specific string error? Pin
Christian Graus13-Jul-09 10:57
protectorChristian Graus13-Jul-09 10:57 
QuestionGraphics.MeasureString accuracy Pin
tasoss13-Jul-09 10:16
tasoss13-Jul-09 10:16 
AnswerRe: Graphics.MeasureString accuracy Pin
Christian Graus13-Jul-09 10:39
protectorChristian Graus13-Jul-09 10:39 
GeneralRe: Graphics.MeasureString accuracy Pin
tasoss13-Jul-09 10:47
tasoss13-Jul-09 10:47 
GeneralRe: Graphics.MeasureString accuracy Pin
Christian Graus13-Jul-09 10:58
protectorChristian Graus13-Jul-09 10:58 
GeneralRe: Graphics.MeasureString accuracy Pin
tasoss13-Jul-09 11:58
tasoss13-Jul-09 11:58 
AnswerRe: Graphics.MeasureString accuracy Pin
Luc Pattyn13-Jul-09 10:46
sitebuilderLuc Pattyn13-Jul-09 10:46 
QuestionAccessing a mapped drive in windows service Pin
mark_me13-Jul-09 9:48
mark_me13-Jul-09 9:48 
Hi, i have a windows service that needs to read files from mapped drive. The drive is located at \\networkshare\mynetwork. This path has a a folder named ConfirmedOrders. so i am trying to read as:
"file.readalllines(\\networkshare\mynetwork\confirmedorders\myfile.txt)" in windows service and i get an exception UnauthorizedAccess with msg "Access to path ... was denied".
I have another asp.net page which connects to same location and is able to read the file.
I have no idea why my service is not reading the file. The account that i am using for service is LocalSystem and yeah, the mapped drive has permissions for all users.
I tried switching the service to user account but that requires username and password and am not sure on wat the username and password should be. Tried assingning a username and password and i get a msg that "no mapping between account names and security Ids was done".

Any help would be greatly appreciated.
Thanx
AnswerRe: Accessing a mapped drive in windows service [modified] Pin
Paladin200013-Jul-09 10:22
Paladin200013-Jul-09 10:22 
GeneralRe: Accessing a mapped drive in windows service Pin
mark_me13-Jul-09 11:18
mark_me13-Jul-09 11:18 
GeneralRe: Accessing a mapped drive in windows service [modified] Pin
Paladin200014-Jul-09 9:10
Paladin200014-Jul-09 9:10 
AnswerRe: Accessing a mapped drive in windows service Pin
darkelv13-Jul-09 19:24
darkelv13-Jul-09 19:24 
GeneralRe: Accessing a mapped drive in windows service Pin
mark_me14-Jul-09 7:21
mark_me14-Jul-09 7:21 
QuestionOpenCV Project ? Pin
Mohammad Dayyan13-Jul-09 8:42
Mohammad Dayyan13-Jul-09 8:42 
AnswerRe: OpenCV Project ? Pin
Henry Minute13-Jul-09 8:46
Henry Minute13-Jul-09 8:46 
GeneralRe: OpenCV Project ? Pin
Mohammad Dayyan13-Jul-09 8:51
Mohammad Dayyan13-Jul-09 8:51 
GeneralRe: OpenCV Project ? Pin
Henry Minute13-Jul-09 9:01
Henry Minute13-Jul-09 9:01 
GeneralRe: OpenCV Project ? Pin
0x3c013-Jul-09 9:10
0x3c013-Jul-09 9:10 
AnswerRe: OpenCV Project ? Pin
Henry Minute13-Jul-09 9:20
Henry Minute13-Jul-09 9:20 
QuestionReading pdf file as text from the URL. Pin
aakar13-Jul-09 8:08
aakar13-Jul-09 8:08 
AnswerRe: Reading pdf file as text from the URL. Pin
Christian Graus13-Jul-09 8:25
protectorChristian Graus13-Jul-09 8:25 
Questiondecimal value being truncated when exporting data to excel from asp.net c# Pin
vijju0413-Jul-09 8:04
vijju0413-Jul-09 8:04 
AnswerRe: decimal value being truncated when exporting data to excel from asp.net c# Pin
Christian Graus13-Jul-09 8:26
protectorChristian Graus13-Jul-09 8:26 
AnswerRe: decimal value being truncated when exporting data to excel from asp.net c# Pin
paas13-Jul-09 8:33
paas13-Jul-09 8:33 
GeneralRe: decimal value being truncated when exporting data to excel from asp.net c# Pin
vijju0415-Jul-09 8:28
vijju0415-Jul-09 8:28 

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.