Windows Phone AppStudio Update

Windows Phone AppStudio Update

Letzten Herbst wurde das App Studio für Windows Phone veröffentlicht. Jetzt wurde das AppStudio weiter verbessert und liegt nun in einer neuen Version vor. Mit dem Windows Phone App Studio können Apps online mit ein wenig Konfiguration erstellt werden – sozusagen ein “deklaratives Programmieren” á la CASE Tool. Das Ergebnis ist eine fertige, lauffähige App, die auch als Visual Studio Projekt downgeloadet und weiter angepasst werden kann. Die Verwendung erfolgt online unter https://appstudio.windowsphone.com. ...

February 27, 2014 · 2 min · Toni Pohl
DirSync  no such object on the server

DirSync no such object on the server

Ich habe in den vergangenen Tagen ein sehr interessantes Phänomen von Dirsync gesehen. Ich weiß nicht wie viele von Ihnen Dirsync schon einmal neu installieren mussten, aber manchmal kommt das vor. Wenn man zum Beispiel die Datenbank auf einen anderen Server verschieben will oder dgl. kann das schon mal notwendig werden (was so ned 100% stimmt, aber dazu ein anderes Mal mehr). Mir ist selbiges vor kurzem passiert. Also – eigentlich recht simpel. DirSync deinstallieren, auf neuem Server installieren und beim Configuration Wizard folgende Fehlermeldung erhalten: ...

February 26, 2014 · 2 min · Christoph Wilfing
Office Server 2013 Service Pack 1 ist da

Office Server 2013 Service Pack 1 ist da

Im Knowledge Base Artikel KB2850035 findet sich eine Liste aller Service Pack 1 (SP1) Updates für Microsoft SharePoint 2013 und verwandte Server Produkte mit Bezugsquelle. List of all Service Pack 1 (SP1) updates for Microsoft SharePoint Server 2013 and related server products Dazu ist auch gleich der KB-Artikel mit einer Beschreibung zum SP1-Update vorhanden. Praktisch! Update 27.02.: Have a look at Sahil Malik´s post What is new in SharePoint 2013 SP1!

February 26, 2014 · 1 min · Martina Grom
Windows Intuneadd your custom enrollment address for your mobile device management

Windows Intuneadd your custom enrollment address for your mobile device management

In the last couple of weeks I did a lot Windows Intune POC’s with Demo Customer environments. Windows Intune is a great tool for mobile device management, you can add Windows Devices as well as your Windows Phones and iOS Devices. Mobile Device Management made easy, so you can manage your devices. To setup Mobile Device Management you have first decide what the authority of your Mobile Device Management is. Since I am a public cloud addicted, I use Intune the plain way. Of course you can also configure it together with your System Center infrastructure. After you have set that you can now start configuring your Mobile Device Management. ...

February 24, 2014 · 2 min · Martina Grom
Working with the Ghost blogging platform 2

Working with the Ghost blogging platform 2

In part 1 we created a Ghost blogging platform in Windows Azure by clicking next-next-finish. Now let´s use this blog system. When calling the blog URL you get a welcome post message with the first information you need: It´s the URL for the content mangement: <your blog URL>/ghost/ …at the first call you land at the signup form which looks like this: Fill in your Full Name as the name you want to appear as the author of blog posts and choose your email and a strong password. Then click “Sign Up”. Here we go! ...

February 23, 2014 · 3 min · Toni Pohl
Setting up the new Ghost blogging platform on Windows Azure 1

Setting up the new Ghost blogging platform on Windows Azure 1

What is Ghost? Well, Ghost is a brand new blogging platform (https://ghost.org/features/) which is built on Node.js. You can install Ghost locally on your computer or – which is much more easy and faster – use Windows Azure! Our MVP colleague Albert Weinert posted that he uses this new blog system on https://blog.der-albert.com and made us curious – so we needed to have a look and to try it out! Thx Albert for your tip! ...

February 22, 2014 · 2 min · Toni Pohl
sharepointkonferenz.de

sharepointkonferenz.de

Gestern und heute fand in München die sharepointkonferenz.de von ppedv statt. Direkt in der Münchner Innenstadt konnten Teilnehmer aus mehr als 30 Sessions unter dem Motto “Doing business with SharePoint - Solutions and Best Practices“ wählen. Die SharePoint-Konferenz fand gleich nach der deutschen Entwicklerkonferenz VSOne statt. Wir von atwork waren mit zwei Sessions dabei: Office 365 im Hybrideinsatz (Martina Grom) Wie Sie Office 365 mit Windows Azure steuern können (Toni Pohl) Folgen Sie den Links zu den Präsentationen auf SlideShare. ...

February 20, 2014 · 1 min · Toni Pohl
Visual Studio 2013 und Extensions

Visual Studio 2013 und Extensions

Vor kurzem bin ich in folgendes Problem mit Visual Studio 2013 gelaufen: Beim Starten einer ASP.NET App produzierte mein Rechner eine CPU-Last von annähernd 100% – und nichts ging mehr. Bei Kontrolle im Task Manager hatte ich (reproduzierbar) Dutzende bis Hunderte Tasks “Evented I/O for V8 JavaScript (32 Bit)” laufen… Jeder dieser Tasks verursachte durchschnittlich um die 5% CPU-Last – durch hunderte davon war mein Rechner “zu” und nicht mehr zu gebrauchen (abgesehen davon, dass die Web-App auch nicht mehr lief). Nur das Beenden des Tasks Visual Studio beendete diese Situation. Es lag also irgendwie an Visual Studio. ...

February 19, 2014 · 2 min · Toni Pohl
Windows Azure and the Olymics 2014 in Sochi

Windows Azure and the Olymics 2014 in Sochi

Read this article with a nice comparison: codefoster.com: Why Azure is Running the Sochi Olympics and Not AWS by Jeremy Foster, Microsoft Developer Evangelist. “…The streaming of this world event is backed by Microsoft’s Azure cloud servers - 10,000 of them to be exact. You might wonder why it’s Azure that’s backing this and not AWS. … It’s perhaps a bit like this.” Nice. Read it here!

February 16, 2014 · 1 min · Toni Pohl
Der Microsoft.ACE.OLEDB.12.0-Provider fehlt

Der Microsoft.ACE.OLEDB.12.0-Provider fehlt

Vor kurzem bin ich über ein kleines, lästiges Problem mit dem SQL Server 2012 gestolpert. Beim simplen Import einer Excel-Tabelle in einen SQL Server 2012 konnte die Aktion nicht durchgeführt werden. Stattdessen folgt eine Fehlermeldung “Microsoft.ACE.OLEDB.12.0-Provider fehlt” des SQL Server-Import/Export-Assistenten. Doch schön der Reihe nach: Das Ziel ist das Importieren von Daten in eine bestehende SQL-Datenbank, die in einer Tabelle in einer Excel 2007-Datei vorliegen. Tipp: Natürlich kann die SQL-Tabelle “on the fly”-durch den Assistenten automatisch erstellt werden, jedoch - nachdem der Importvorgang mit vielen Feldern manchmal etwas heikel ist - ist (meine) “best practice” die SQL-Zieltabelle VOR dem Import anzulegen, dann gibt’s weniger Fehler beim Lauf des Import-Assistenten. ...

February 14, 2014 · 2 min · Toni Pohl