V
Vivek
Hello,
I developed a small application in C# with VS2005Express. It uses the
FolderBrowserDialog of Windows.Forms to open this dialog box twice, for the
origin and destination of files. It works well but as 2005Ex uses .net 2.0,I
remade the project for 1.1 with sharpdevelop and compiled. At the start, it
worked well but afterwards it started giving error or exceptions :
1. Firstly it says, instruction 0x123456 uses adress 0x000700. The memory
cannot be read;
2. System.NullReferenceException ;
3. System.StackOverflowException
The error can be one of these three, while I try to select a file from
FolderBrowserDialog Box. Sometime, for the first time, sometimelater.
Apparently, the error is launched by Mscorlib.
I use the same instantiation of FolderBrowserDialog for both dialog box
(origin and destination).
Where does the error come from ? Can somebody help me out ?
Thanks in advance, Vivek
I developed a small application in C# with VS2005Express. It uses the
FolderBrowserDialog of Windows.Forms to open this dialog box twice, for the
origin and destination of files. It works well but as 2005Ex uses .net 2.0,I
remade the project for 1.1 with sharpdevelop and compiled. At the start, it
worked well but afterwards it started giving error or exceptions :
1. Firstly it says, instruction 0x123456 uses adress 0x000700. The memory
cannot be read;
2. System.NullReferenceException ;
3. System.StackOverflowException
The error can be one of these three, while I try to select a file from
FolderBrowserDialog Box. Sometime, for the first time, sometimelater.
Apparently, the error is launched by Mscorlib.
I use the same instantiation of FolderBrowserDialog for both dialog box
(origin and destination).
Where does the error come from ? Can somebody help me out ?
Thanks in advance, Vivek