Category Archives: Development

Dotnet development

Bundling fails in release mode

Use extension in your bundle definition to get it working: new ScriptBundle(“~/bundles/kendo.js”) Continue reading

Posted in Development | Tagged , | Leave a comment

Access the IIS metabase

For quality purposes we add a new person to our project. The problems found will be documented for future reference. Here is the first problem. Opening the solution in visual studio would not load the web project. In the output … Continue reading

Posted in Development | Tagged , , , , , , | 4 Comments

Run Selenium from visualstudio.com

You can host your project in Visualstudio.com and still run selenium tests in the build. The hosted build controller does not support it (details) and cannot be adjusted. Why not create your own Build Controller in Azure VM? Here is … Continue reading

Posted in Development | Tagged , , , , , , | Leave a comment

Execute xunit tests on hosted build controller

You can use xunit to unit test on the hosted build controller by installing the xunit.runner.visualstudio package. But when the Build is done, there was an error. The testrunner tries to discover the unittests in xunit.runner.visualstudio.testadapter.dll. Why? Because it matches … Continue reading

Posted in Development | Tagged , , | 3 Comments

Visual Studio Online Project Portal

With visual studio online everybody has access to team foundation service without installing. It is software as a service. But there are some limitations. One is no integration with sharepoint for your team project portal. You can use some other … Continue reading

Posted in Development | Tagged , , , , | Leave a comment