문제

I'm attempting to write a file to an SMB share using FileStream. Whenever I attempt this, I get a login dialog asking for username, password and domain. I enter these details and click OK, but it box comes back up. I enter details for another user that I know has access. The same happens. After the third attempt, my application pops up with an IOException and breaks.

I know the credentials I'm using are correct... but something's not working as it should.

My device is a Motorola MC3190.

Any suggestions much appreciated!!

도움이 되었습니까?

해결책

The answer was simple - set the time and date on the SMB client!!

다른 팁

I would check and make sure the WINS Service is running on the 2003 server.

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