Synology DS215j update results in read only access
Saturday morning I received a mail from my parents NAS (Synology DS215j) about a reboot after a system update. A few hours later my father called me, mention...
Browse by term
Saturday morning I received a mail from my parents NAS (Synology DS215j) about a reboot after a system update. A few hours later my father called me, mention...
Today I’ve installed the Technology Preview of Windows 10 onto my Xen Server. With the XenCenter program under an existing Windows 8.1 installation it was an...
After a longer period of blogging abstinence I had again to search the right plugin for Windows Live Writer (WLW) to get a pretty printed source code. I reme...
Context Using the CTRL + or shortcuts to move between different heading levels works perfect. But if you use list styles it doesn’t switch the other defined...
IDEs, Editors, .. Here are my favorites in descend order Visual Studio Express 2012 for Web yes! - it allows you free F# development, notably for libraries L...
Problem I tried to add the Emmet (fka Zen Coding) package to Sublime Text 2. But by running this “Install Package” (CTRL + SHIFT + p) command no packages wer...
Situation, Problem During playing a little bit with these WPF MVC F# projects inside SharpDevelop I stumbled over the situation, that I could not send F# sni...
Situation My private machine has Microsoft Visual Studio Express 2012 for Windows Desktop. This Visual Studio edition doesn’t allow to develop with F#. So I...
Installing redcar with sudo gem install redcar ends up in this error Building native extensions. This could take a while... ERROR: Error installing redcar: E...
Problem If you try to delete large folders with explorer it could run for several minutes. Also when you try to suppress the moving to recycle bin via SHIFT...
Problem If you go in Explorer to the GAC folder (%windir%\Assembly) a shell extension gives you a special view of the content there: In this view you couldn’...
Install App “Kontacts” via BlackBerry App world Run Kontacts and Export to csv Start “BlackBerry Desktop Software” Choose File Press BlackBerry Icon in addre...
Programming Visual Studio ReSharper Agent Johnson Agent Smith StyleCop for ReSharper Keymaps SettingsManager Git Source Control Provider Gist NuGet Package M...
Problem Starting Outlook shows only the splash screen with comment “loading profile”. I could cancel the startup but restarting shows the same. I verified wi...
Problem If you run the “Generate database from model” wizard and execute the generated script the destination database could be the wrong one (for instance m...
Initial situation Often for Visual Studio projects the typical content of a .gitignore file contains this line bin or [B|b]in It is used to avoid that Git tr...
Challenge In the past I added some RSS feeds to outlook. For one of these feeds now I would like to know the original URL. But this is not very intuitive to...
Challenge We documented a project on Github with the Wiki there. For most articles we used Creole as markup language. Now we have to deliver a lot of the con...
These settings reflecting my Git-environment. It a result of reading and trying several ideas of input from others. Must-Haves Aliases [alias] ci = commit st...
Why such constructs are included in the csproj-Files? <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static...
Problem Normally I try to have my continuous integration as most a possible toolset free to ensure that no local stuff could have an impact to my build. My S...
Problem Normally PostSharp runs fine on unattended build servers. So on our global Jenkins continuous integration server PostSharp does the job. But on my lo...
Problem Our global Jenkins continuous integration server throws this error during compile step. My local TeamCity continuous integration server runs fine. Wh...
Problem A continuous integration server should only have a minimal toolset installed. This ensures that no unwanted libraries could affect the build and othe...
Problem When using xUnit and constructs like Debug.WriteLine the DbgView-tool does not show the written output anymore. Solution Add a new Listener – for exa...
Problem I must go back to an older package version (from 1.1.0.0 to 1.0.0.0) but the Package Manager Console does not allow this. With the command Update-Pac...
As an GWB-influencer I had the chance to review SmartAssembly. Because obfuscation is an important part in protecting intellectual property this review chanc...
Essentials Run the bash for this as administrator. The shortcut is located in the Git installation folder. "%ProgramFiles(x86)%\Git”. Good Setting for the la...
Initial situation If you download and install PostSharp you run the professional edition in trial mode if you don’t configure additional things – also if you...
Motivation Encouraged from the article “ Using NuGet without committing packages to source control ” I decided to wrap the NuGet-call in a MSBuild target ins...
Archived article: Note to self: Visual Studio makros for build events.
Getting the ressources First at all download xUnit http://xunit.codeplex.com/releases/ xUnit Contrib ReSharper http://xunitcontrib.codeplex.com/releases/ Thi...
Toggeling the checkbox “Perform Runtime Contract Checking” lets run the next application start with the new set option. But for unit test an explicit new bui...
If you develop ArcGIS Add-ins with Visual Studio under limited permissions you get during the build process an error, that the stuff could not be registered....
Keymaps for ReSharper is a nice tool and allows the user easily to learn short cuts of ReSharper. Unfortunally the last update is from january 2010. So the i...
For getting data with using a proxy simply modify the command with included –-config-parameter with proxy-information. So the original: hg clone https://ralf...
Until now CopySourceAsHtml only supports Visual Studio 2008 out of the box. But it is no problem to pimp up the config-file for supporting Visual Studio 2010...
By pasting formatted text in Word and OneNote both applications act a little bit different. Meanwhile Word supports RTF-formatting OneNote does not. OneNote...
Today Patrick gives me a new license for his static code analysis tool NDepend for my fresh machine with Win7/64. This platform is new for me, so some things...
Today we updated our Hudson CI-server. After changig job-configuration Hudson throws an error, that the config.xml could not be deleted. But the new entries...
Today my FxCop-GUI stated, that a new release is available – but the link to this release is broken. After googling a little bit i realized, that the new rel...
StyleCop issues inheritedoc-comment Using <inheritdoc />-comment is not recognized by StyleCop. So this needs a suppression: // <inheritdoc /> [ SuppressMess...
Using a project-specific custom disctionary for FxCop and FxCop build tasks is very simple. The FxCopCmd call in the FxCop-target offers the parameter /dicti...
Globale Konfiguration Die setzt man unter den globalen SVN-Einstellungen. Diese öffnet man per kontextsensitiven Menü im Explorer: Global Ignores Standard *....
For a general applicability i tried to specify the WorkingDirectory attribute in a qotted manner: <WorkingDir>"$(SolutionRoot)\EsriDE.Commons\tools\Esri...
Installing StyleCop for ReSharper under an administrative account does not activate this ReSharper plugin under my developer account. A system analysis show...
If AgentSmith throws a warning that some term is not spelled correctly for this term the spell checking could be suppressed with: //agentsmith spellcheck dis...
Run FxCop as a post build event Since FxCop 1.36 it is possible to include FxCop in a post-build event. So FxCop runs after compiling in Visual Studio and al...
Today a colleague ask me to help. On his system all ReSharper menus are grayed out. Also the Visual Studio Add-In Manager does not show this add-in. He tried...
In our team we have developers with Visual Studio 2005 and 2008. Often we have projects which must be coded by a mixed team. Visual Studio 2005 and 2008 comp...
Resource Refactoring Tool a nice tool under Visual Studio 2005 - but with Visual Studio 2008 a lot of peoples (including me) have troubles :-( Multi-Language...
If the content editor of SHFB opens without any functionality then the configuration file is corrupt. This is repairable through deleting the config-files un...
Today i had an error by building my sandcastle documentation project. After compiling during opening the output instead my chm-file in the help viewer the in...
Often i see code-constructs like 1: try 2: { 3: string bitmapResourceName = GetType().Name + ".bmp" ; 4: Bitmap bitmap = new Bitmap(GetType(), bitmapResource...
Offen also a simple application references some other assemblies. In those cases for a deployment all of these assemblies are needed. Instead giving the cust...
Im Zusammenhang mit der Entwicklung eines eigenen BizTalk Adapters trat immer wieder das Problem auf, dass nicht klar war ob ein Assembly geladen wurde oder...