rajeshgangam / dokan

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

AccessViolationException on .NET 2.0 while running any .NET app with library reference. #157

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. build the driver by using Windows Driver development kit.
2. copy the sys and dll file as per instructions. 
3. copy other exe file and install the driver by running that through 
command prompt(the same instructions from site)
4. try to run the Mirror.exe(C++ exe) from command prompt.(this one works 
from same machine)
5. Open the .NET Driver Wrapper Library from the given source 
code(Dokennet.dll) do the build.
5. Now try to Open the given RegsitryFS or other Mirror .NET sample and try 
to run i'm getting AccessviolationException on DokanMain.xxxxx call (the 
first method call to driver) throws the exception from library . 

Let me know if you need more info on this .
Any help really appriciated...

What is the expected output? What do you see instead?
-I want to see RegsitoryFS running...

What version of the product are you using? On what operating system?
Latest Version with Windows Server 2003 SP2(not sure about the SP)

Please provide any additional information below.

Original issue reported on code.google.com by jignesh....@gmail.com on 19 May 2010 at 11:45

GoogleCodeExporter commented 9 years ago
This issue will be fixed in the next DokanNet release (with Dokan 0.6.0).

Original comment by asa...@gmail.com on 17 Jul 2010 at 3:40