Re: Problem with C#


[ Follow Ups ] [ BasicCard User Forum ]

Posted by igorb (80.87.240.30) on January 22, 2008 at 08:12:50:

In Reply to: Problem with C# posted by igorb on January 22, 2008 at 02:18:17:

I'm resolve above problem, but I still can't create a file. Now, I use BasicCard.dll for .Net; Here is a code:

BasicCardFileIO currentFolder = new BasicCardFileIO(this);
currentFolder.MakeDirectory("temp");
currentFolder.ChangeCurrentDirectory("temp");

currentFolder.OpenFile("mb", BasicCardFileOpenMode.ModeBinary, 15);

I got exception "feInvalidAccess".

Idea?




Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]