Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~540 People Reached
Favorite Forums
Member Avatar for tgreer

[B]Brief Summary[/B] I've written a Windows Service. It uses Process.Start() to launch a Console Application. The console application performs a File.Copy(), to copy a file from the local file system to a network share. [COLOR=Red]Problem: [/COLOR] The file copy fails. I get an exception that tells me "part of the …

Member Avatar for tgreer
0
388
Member Avatar for callavin

Hi I have one application which have xml like this: <?xml version="1.0" encoding="utf-8" ?> <XML xmlns="http://www.abc.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="xxxx.xsd"> <Device make="P" model="V"> <!--Group Information--> <Groups> <Group name="h"> <Device>P_V4</Device> <Device>P_n</Device> </Group> .... .... </Device> </XML> How can I access the elements under the tag "Group"?? suggest me some good tutorial regarding the …

Member Avatar for Toulinwoek
0
152