User Triss - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T22:53:53Z http://stackoverflow.com/feeds/user/1731 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/277529/rapi-copy-file-using-opennetcf-desktop-communication-dll 0 RAPI copy file using OpenNETCF.Desktop.Communication.dll Triss 2008-11-10T10:22:54Z 2008-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#277560 0 Answer by Triss for RAPI copy file using OpenNETCF.Desktop.Communication.dll Triss 2008-11-10T10:36:39Z 2008-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-exception 2 Is it really that bad to catch a general exception? Triss 2008-08-22T07:41:13Z 2008-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#18329 1 Answer by Triss for Best way to learn SQL Server Triss 2008-08-20T16:33:41Z 2008-08-20T16:33:41Z <p><a href="http://www.microsoft.com/downloads/details.aspx?familyid=BE6A2C5D-00DF-4220-B133-29C1E0B6585F&amp;displaylang=en" rel="nofollow">Sql Books Online</a> would be a good place for referance.</p>