문제

I am using NETMF 4.1 and I have this error with the source, which can be found at

http://www.skewworks.com/ftpserver/

I am trying to deploy an FTP server on a FEZ COBRA II (https://www.ghielectronics.com/docs/48/fez-cobra-ii-developer)

The error is ** CLR_E_ENTRY_NOT_FOUND ** ....in MMP file.

How do I resolve this for the application to run.

도움이 되었습니까?

해결책

Resolved this error.....Well the error was because I was using outdated namespaces from GHI electronics (v 4.1) which was NETMF namespace, it must be replaced by using the GHI.Premium (v 4.2)package then there you are all set, except few other like networking clasees must be chaged. if any one comes across this one ....I hope this helps you people.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top