Question

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!!

Was it helpful?

Solution

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

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top