Author Archives: erictummers

Unknown's avatar

About erictummers

Working in a DevOps team is the best thing that happened to me. I like challenges and sharing the solutions with others. On my blog I’ll mostly post about my work, but expect an occasional home project, productivity tip and tooling review.

JSONPackage did not load correctly

Rename or remove the ComponentModelCache folder to stop loading removed components. Continue reading

Posted in Tooling | Tagged | Leave a comment

Remote Debugging to Azure VM

Add Remote Debugging tools setup to your automation script and use point-to-site VPN to do remote debugging. Continue reading

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

Week 47 roundup

Last week recap and links: Scott Hanselman uses Azure Mobile Services with dynamic schema in a hackathon. Great introduction read. Pluralsight blog post IDisposable for dummies. Needed this for closing a stream returned from a WCF service and cleaning tempfiles. … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Automate test environment with Azure Virtual Machines

Setting up a test environment in Windows Azure can be automated with powershell. This post contains some parts of my script. Continue reading

Posted in Tooling | Tagged , , , | 2 Comments

Azure VM on Virtual Network

Create a Virtual Network and use it when creating new Virtual Machines in Windows Azure so they can find each other. Continue reading

Posted in Development | Tagged , | Leave a comment