Hello, i used the .NET proivder dated 08 Aug 2010 from the web site.  My
working application started to give problem.  The unhandled exception i get
is as under.  I please request help.  If this is not the correct forum, can
i please known the correct one.
Thanks and regards,
Lt Col (Retd) RDS Chauhan
___________________________

SharpDevelop Version : 4.0.0.5949
.NET Version         : 4.0.30319.1
OS Version           : Microsoft Windows NT 6.1.7600.0
Current culture      : English (India) (en-IN)
Working Set Memory   : 131032kb
GC Heap Memory       : 20416kb

Exception thrown:
System.ArgumentException: The directory name *
C:\Users\Jiri\Desktop\NETProvider*\source\FirebirdSql\Data\FirebirdClient is
invalid.
   at System.IO.FileSystemWatcher.set_Path(String value)
   at ICSharpCode.SharpDevelop.FileChangeWatcher.SetWatcher()
   at ICSharpCode.SharpDevelop.FileChangeWatcher..ctor(OpenedFile file)
   at ICSharpCode.SharpDevelop.FileServiceOpenedFile..ctor(FileName
fileName)
   at ICSharpCode.SharpDevelop.FileService.GetOrCreateOpenedFile(FileName
fileName)
   at ICSharpCode.SharpDevelop.FileService.LoadFileWrapper.Invoke(String
fileName)
   at ICSharpCode.Core.FileUtility.<>c__DisplayClass1.<ObservedLoad>b__0()
   at ICSharpCode.Core.FileUtility.ObservedLoad(FileOperationDelegate
loadFile, String fileName, String message, FileErrorPolicy policy)
   at ICSharpCode.Core.FileUtility.ObservedLoad(NamedFileOperationDelegate
saveFileAs, String fileName, String message, FileErrorPolicy policy)
   at ICSharpCode.Core.FileUtility.ObservedLoad(NamedFileOperationDelegate
saveFileAs, String fileName, FileErrorPolicy policy)
   at ICSharpCode.SharpDevelop.FileService.OpenFile(String fileName, Boolean
switchToOpenedView)
   at ICSharpCode.SharpDevelop.FileService.JumpToFilePosition(String
fileName, Int32 line, Int32 column)
   at ICSharpCode.SharpDevelop.Services.WindowsDebugger.JumpToCurrentLine()
   at
ICSharpCode.SharpDevelop.Services.WindowsDebugger.debuggedProcess_ExceptionThrown(Object
sender, ExceptionEventArgs e)
   at Debugger.Process.OnExceptionThrown(ExceptionEventArgs e)
   at Debugger.Process.RaisePausedEvents()
   at Debugger.MTA2STA.<>c__DisplayClass4.<EnqueueCall>b__1()
   at Debugger.MTA2STA.PerformCall()
   at Debugger.MTA2STA.PerformAllCalls()
   at
System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry
tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.runTryCode(Object userData)
   at
System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode
code, CleanupCode backoutCode, Object userData)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext
executionContext, ContextCallback callback, Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state, Boolean
ignoreSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry
tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()

---- Recent log messages:
17:20:28.305 [1] DEBUG - Debugger: Debugger event: OnResumed()
17:20:28.314 [1] DEBUG - Debugger: Callback: LogMessage
17:20:28.314 [1] DEBUG - Debugger: Debugger event: OnLogMessage
17:20:28.324 [1] DEBUG - Debugger: Callback: Exception
17:20:28.324 [1] DEBUG - Debugger: Process has queued callbacks
17:20:28.334 [1] DEBUG - Debugger: Callback: Exception2
(type=DEBUG_EXCEPTION_FIRST_CHANCE)
17:20:28.336 [1] DEBUG - Debugger: Callback: Exception2
(type=DEBUG_EXCEPTION_USER_FIRST_CHANCE)
17:20:28.337 [1] DEBUG - Debugger: Callback: Exception2
(type=DEBUG_EXCEPTION_CATCH_HANDLER_FOUND)
17:20:28.338 [1] DEBUG - Debugger: Callback: Exception
17:20:28.338 [1] DEBUG - Debugger: Process has queued callbacks
17:20:28.340 [1] DEBUG - Debugger: Callback: Exception2
(type=DEBUG_EXCEPTION_FIRST_CHANCE)
17:20:28.340 [1] DEBUG - Debugger: Callback: Exception2
(type=DEBUG_EXCEPTION_USER_FIRST_CHANCE)
17:20:28.364 [1] DEBUG - Debugger: Callback: LogMessage
17:20:28.364 [1] DEBUG - Debugger: Debugger event: OnLogMessage
17:20:28.364 [1] DEBUG - Debugger: Callback: LogMessage
17:20:28.364 [1] DEBUG - Debugger: Debugger event: OnLogMessage
17:20:28.367 [1] DEBUG - Debugger: Callback: Exception
17:20:28.367 [1] DEBUG - Debugger: Process has queued callbacks
17:20:28.367 [1] DEBUG - Debugger: Callback: Exception2
(type=DEBUG_EXCEPTION_UNHANDLED)
17:20:28.383 [1] DEBUG - Debugger: Debugger event: OnExceptionThrown()
17:20:28.386 [1] INFO - FileService
 Jumping to File Position:
[C:\Users\Jiri\Desktop\NETProvider\source\FirebirdSql\Data\FirebirdClient\FbCommand.cs
: 561x4]
17:20:28.386 [1] DEBUG - NavigationService -- suspend logging
17:20:28.386 [1] INFO - Open file
C:\Users\Jiri\Desktop\NETProvider\source\FirebirdSql\Data\FirebirdClient\FbCommand.cs
17:20:28.387 [1] DEBUG - NavigationService -- resume logging
17:20:28.387 [1] ERROR - ThreadException caught
--> Exception:
System.ArgumentException: The directory name
C:\Users\Jiri\Desktop\NETProvider\source\FirebirdSql\Data\FirebirdClient is
invalid.
   at System.IO.FileSystemWatcher.set_Path(String value)
   at ICSharpCode.SharpDevelop.FileChangeWatcher.SetWatcher()
   at ICSharpCode.SharpDevelop.FileChangeWatcher..ctor(OpenedFile file)
   at ICSharpCode.SharpDevelop.FileServiceOpenedFile..ctor(FileName
fileName)
   at ICSharpCode.SharpDevelop.FileService.GetOrCreateOpenedFile(FileName
fileName)
   at ICSharpCode.SharpDevelop.FileService.LoadFileWrapper.Invoke(String
fileName)
   at ICSharpCode.Core.FileUtility.<>c__DisplayClass1.<ObservedLoad>b__0()
   at ICSharpCode.Core.FileUtility.ObservedLoad(FileOperationDelegate
loadFile, String fileName, String message, FileErrorPolicy policy)
   at ICSharpCode.Core.FileUtility.ObservedLoad(NamedFileOperationDelegate
saveFileAs, String fileName, String message, FileErrorPolicy policy)
   at ICSharpCode.Core.FileUtility.ObservedLoad(NamedFileOperationDelegate
saveFileAs, String fileName, FileErrorPolicy policy)
   at ICSharpCode.SharpDevelop.FileService.OpenFile(String fileName, Boolean
switchToOpenedView)
   at ICSharpCode.SharpDevelop.FileService.JumpToFilePosition(String
fileName, Int32 line, Int32 column)
   at ICSharpCode.SharpDevelop.Services.WindowsDebugger.JumpToCurrentLine()
   at
ICSharpCode.SharpDevelop.Services.WindowsDebugger.debuggedProcess_ExceptionThrown(Object
sender, ExceptionEventArgs e)
   at Debugger.Process.OnExceptionThrown(ExceptionEventArgs e)
   at Debugger.Process.RaisePausedEvents()
   at Debugger.MTA2STA.<>c__DisplayClass4.<EnqueueCall>b__1()
   at Debugger.MTA2STA.PerformCall()
   at Debugger.MTA2STA.PerformAllCalls()
   at
System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry
tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.runTryCode(Object userData)
   at
System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode
code, CleanupCode backoutCode, Object userData)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext
executionContext, ContextCallback callback, Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state, Boolean
ignoreSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry
tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()

---- Post-error application state information:
Installed 3rd party AddIns:
Workbench.ActiveContent: [AvalonEditViewContent
F:\HIS\ConsoleApplication1\ConsoleApplication1\Program.cs]
ProjectService.OpenSolution: [Solution:
FileName=F:\HIS\ConsoleApplication1\ConsoleApplication1.sln,
HasProjects=True, ReadOnly=False]
ProjectService.CurrentProject: [CSharpProject: FireBirdApp]



-- 
  Regards,
  Lt Col (Retd) Rajiv Dular Singh Chauhan
  09601704890
  0265-2637655
_____________________________
------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to