Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

How can I solve this problem with this program?

$
0
0

SharpDevelop Version : 4.3.1.9430-406354be

.NET Version         : 4.0.30319.1008

OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1

Current culture      : Italian (Italy) (it-IT)

Working Set Memory   : 22552kb

GC Heap Memory       : 292kb

 

Unhandled exception terminated SharpDevelop

Exception thrown:

System.IO.DirectoryNotFoundException: Impossibile trovare una parte del percorso 'E:\AddIns\'.

   in System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

   in System.IO.FileSystemEnumerableIterator`1.CommonInit()

   in System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler)

   in System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)

   in ICSharpCode.Core.CoreStartup.AddAddInsFromDirectory(String addInDir)

   in ICSharpCode.SharpDevelop.Sda.CallHelper.InitSharpDevelopCore(CallbackHelper callback, StartupSettings properties)

   in ICSharpCode.SharpDevelop.Sda.SharpDevelopHost..ctor(AppDomain appDomain, StartupSettings startup)

   in ICSharpCode.SharpDevelop.SharpDevelopMain.RunApplication()

   in ICSharpCode.SharpDevelop.SharpDevelopMain.Run()

   in ICSharpCode.SharpDevelop.SharpDevelopMain.Main(String[ args)

 

---- Recent log messages:

17:45:41.394 [1] INFO - InitSharpDevelop...

17:45:42.062 [1] INFO - Looking for AddIns...

17:45:42.431 [1] INFO - Leaving RunApplication()

17:45:42.475 [1] FATAL - System.IO.DirectoryNotFoundException: Impossibile trovare una parte del percorso 'E:\AddIns\'.

   in System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

   in System.IO.FileSystemEnumerableIterator`1.CommonInit()

   in System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler)

   in System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)

   in ICSharpCode.Core.CoreStartup.AddAddInsFromDirectory(String addInDir)

   in ICSharpCode.SharpDevelop.Sda.CallHelper.InitSharpDevelopCore(CallbackHelper callback, StartupSettings properties)

   in ICSharpCode.SharpDevelop.Sda.SharpDevelopHost..ctor(AppDomain appDomain, StartupSettings startup)

   in ICSharpCode.SharpDevelop.SharpDevelopMain.RunApplication()

   in ICSharpCode.SharpDevelop.SharpDevelopMain.Run()

   in ICSharpCode.SharpDevelop.SharpDevelopMain.Main(String[ args)

 

---- Post-error application state information:


Viewing all articles
Browse latest Browse all 1764

Trending Articles