User Triss - Stack Overflowmost recent 30 from stackoverflow.com2009-11-29T22:53:53Zhttp://stackoverflow.com/feeds/user/1731http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/277529/rapi-copy-file-using-opennetcf-desktop-communication-dll0RAPI copy file using OpenNETCF.Desktop.Communication.dllTriss2008-11-10T10:22:54Z2008-11-24T04:18:50Z
<p>Hello all,</p>
<p>I’m currently using the OpenNETCF.Desktop.Communication.dll to copy files from my desktop to a CE device, but I keep getting an error:</p>
<p>‘Could not create remote file’ </p>
<p>My development environment is VS2005 (VB.NET)</p>
<p>My code:
ObjRapi.Connect()
ObjRapi.CopyFileToDevice("C:\results.txt", "\results.txt")
ObjRapi.Dispose()
ObjRapi.Disconnect()</p>
<p>Has anyone run into this and did you manage to get around it. </p>
<p>Thanks</p>
http://stackoverflow.com/questions/277529/rapi-copy-file-using-opennetcf-desktop-communication-dll/277560#2775600Answer by Triss for RAPI copy file using OpenNETCF.Desktop.Communication.dllTriss2008-11-10T10:36:39Z2008-11-10T10:36:39Z<p>ObjRapi.CopyFileToDevice("C:\results.txt", "\ \results.txt") Opps was a typo. :)</p>
<p>Yeah still not working... thanks anyway.</p>
http://stackoverflow.com/questions/21938/is-it-really-that-bad-to-catch-a-general-exception2Is it really that bad to catch a general exception?Triss2008-08-22T07:41:13Z2008-08-22T12:47:44Z
<p>Whilst analysing some legacy code with FXCop, it occurred to me is it really that bad to catch a general exception error within a try block or should you be looking for a specific exception. Thoughts on a postcard please.</p>
http://stackoverflow.com/questions/18194/best-way-to-learn-sql-server/18329#183291Answer by Triss for Best way to learn SQL ServerTriss2008-08-20T16:33:41Z2008-08-20T16:33:41Z<p><a href="http://www.microsoft.com/downloads/details.aspx?familyid=BE6A2C5D-00DF-4220-B133-29C1E0B6585F&displaylang=en" rel="nofollow">Sql Books Online</a> would be a good place for referance.</p>