Devpost
Participate in our public hackathons
Devpost for Teams
Access your company's private hackathons
Grow your developer ecosystem and promote your platform
Drive innovation, collaboration, and retention within your organization
By use case
Blog
Insights into hackathon planning and participation
Customer stories
Inspiration from peers and other industry leaders
Planning guides
Best practices for planning online and in-person hackathons
Webinars & events
Upcoming events and on-demand recordings
Help desk
Common questions and support documentation
Back to all discussions
karthik s • over 10 years ago
I got an error while using sendanywhere.dll (valid assembly)
Yoonsik Oh Manager • over 10 years ago
Hi.
Please inform me more detailed error message. And, What is the OS version that you are developing. What function do you try when you get error?
Thanks.
Os: Windows 8.1 Vs 2013 WindowsFormsApplication(C#) See http://screencast.com/t/YuZCP446PI
You should develop in C or C++ language because it made by Windows native API. Or you can make wrapper for unmanaged code if you want to use C#.
Comments are closed.
3 comments
Yoonsik Oh Manager • over 10 years ago
Hi.
Please inform me more detailed error message.
And, What is the OS version that you are developing. What function do you try when you get error?
Thanks.
karthik s • over 10 years ago
Os: Windows 8.1
Vs 2013
WindowsFormsApplication(C#)
See
http://screencast.com/t/YuZCP446PI
Yoonsik Oh Manager • over 10 years ago
You should develop in C or C++ language because it made by Windows native API.
Or you can make wrapper for unmanaged code if you want to use C#.