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
~642 People Reached
Favorite Forums
Member Avatar for ail swati

When I am trying to create a new directory in my WPF application i am getting the following error. " 'The invocation of the constructor on type 'NetworkApplication.Login' that matches the specified binding constraints threw an exception.' Line number '3' and line position '9'." this is my line of code …

Member Avatar for ail swati
0
197
Member Avatar for ail swati

hi How can i get information of a computer in my workgroup in windows application using c#. I am able to get their name and now want to fetch information of that computer like is some particular software is installed in that computer or not. Please help thanks Swati

Member Avatar for nmaillet
0
119
Member Avatar for ail swati

I want copy my file to another machine in network using c#.net. can any one please help me with it thanks Swati ail

Member Avatar for ail swati
0
145
Member Avatar for judithSampathwa

hi there, i have a question in coping a file to machine in the network i use the below code [CODE] public string UploadFile(string ID,string Phase,string source,string fileName) { string path = @"\Server-003\F\Details\Reports\" + ID + @"\Phase" + Phase + @"\Proposal"; Directory.CreateDirectory(path); //string folderPath = path.Substring(0,slashIndexLast); string[] files = Directory.GetFiles(path); …

Member Avatar for PierlucSS
0
181