Activity overview
Latest activity by BxB
Hi Alex
Its a winform solution containing various projects but I've configured it to start multiple projects when debugging (the winform client and a service).
After setting only one starting project it works, but I have this error during the decompilation process:
####################################
.NET Reflector could not delete the file or directory [image] \_TMP\_SYMBOLS\System.Drawing.pdbbecause it was locked.This may be because the Visual Studio hosting process is enabled. To disable it, uncheck Project->Properties->Debug 'Enable the Visual Studio Hosting Process' / comments
Hi Alex
Its a winform solution containing various projects but I've configured it to start multiple projects when debugging (the winform client and a service).
After setting only one starting proje...
ArgumentException in CheckInvalidPathChars
I have this exception when starting debug in VisualStudio 2005:
Illegal characters in path.
System.ArgumentException
at System.IO.Path.CheckInvalidPathChars(String path)
at System.IO.Path.Combine(S...