lambdaX / dokan

Automatically exported from code.google.com/p/dokan
0 stars 1 forks source link

DokanNetMirror not working in remote W7 x64 #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile the sample application "DokanNetMirror" in my local machine (XP,
Visual Studio 2008, .Net Framework 3.0)
2. Copy the compiled application into a W7 x64, via remote.
3. Run the application

What is the expected output? What do you see instead?

MessageBox : "DokanNetMirror Stopped working". Does not specify exception type.

What version of the product are you using? On what operating system?

Dokan 0.5.2 on W7 x64

Please provide any additional information below.

Original issue reported on code.google.com by fedecur...@gmail.com on 21 Apr 2010 at 2:43

GoogleCodeExporter commented 9 years ago
I'm not able to get DokanNetMirror working on W2K8 64 bit either. It will 
complain 
that it's not able to find the dokan.dll. I did confirm the dokan library was 
installed and dokan.dll does exist.

Original comment by brandon....@gmail.com on 22 Apr 2010 at 8:41

GoogleCodeExporter commented 9 years ago
dokan.dll is 32 bit library. You need to compile your application as 32 bit 
application, otherwise it fails to load dokan.dll.

Original comment by asa...@gmail.com on 22 Apr 2010 at 8:48