Browse by Tags
All Tags »
Dev (
RSS)
Problem : A 64Bit Development Machine ( Win 7 x64 , because of installed SharePoint 2010 ) with Visual Studio running / debugging an SSIS 2012 Project which contains a “Script Task” that tries to retrieve data from an Excel 2010 file While debugging the script , there is an exception The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine Solution : They say a picture is a thousand words In words : Go to the property of the project >> debugging >> Set Run64BitRunTime...
Ok , So I had a problem related to concatenation of a single Column into one ( same ) column when using GROUP BY . The Problem came from a Reporting Services perspective and there might be other solutions ( like coding in VB.NET in the report ) I have found a very nice samples : Option 1: use Northwind declare @CategoryList varchar(1000) set @CategoryList ='' select @CategoryList = @CategoryList + ' , ' + CategoryName from Categories select 'Results = ' + @CategoryList Option...
What can I say … except "elementary my dear Watson" ;) Ok , the problem is that you didn’t activate a feature in the site you’re working with :P go to : Site Actions > Site Settings > Manage Site Features > Team Collaboration Lists. The problem : The solution: ( Personal Note: I know it has been a while , but once in a while doesn’t hurt ;) )
T-SQL Israeli CardID Checker / ת.ז. ישראלית Once in a while I come across code that I didn’t fins in the internet … mainly because it’s for local use ;) This is one of these times :) This code is the T-SQL version of the algorithm that checks the given Israeli CardID , and adds a leading Zero , if need one ( like in my personal case ) , and calculates the “Check Number” ( SIFRAT BIKORET ) , if it’s missing. I needed this for an SSIS Package that loaded monthly information needed for my SharePoint...
BizTalk 2010 Beta 1 & AppFabric RC On the 20th , BizTalk 2010 Beta 1 was released , a day after the AppFabric RC. We all know ( at least a bit ) about BizTalk , but regardless we shouldn’t disregard the Windows Server AppFabric which is a set of integrated technologies that make it easier to build, scale and manage Web and composite applications that run on IIS. Windows Server AppFabric targets applications built using ASP.NET, Windows Communication Foundation (WCF), and Windows Workflow...
Visual Studio 2010 - The type or namespace name 'MyClassLibrary' could not be found I have run across this message in the Beta Edition of Visual Studio 2010 , and I dismissed it as a Beta feature . But now with the release version , for me , that message was a bit out of place . It seems that the solution , as far as I’m concern , is very simple , change the Target to “.NET Framework 4” and everything is going back to normal. If you’ll look closely , you’d notice that the default is...
Express 2010 RTM Download summary Any one who really knows me , knows that my 2nd passion is the Express toolset :) Now, that Visual Studio 2010 has RTM-ed a few days (weeks) a go I have decided to build a small collection of relevant URLs : from http://www.microsoft.com/express/Downloads/ Visual Basic 2010 Express Visual C# 2010 Express Visual C++ 2010 Express Visual Web Developer 2010 Express ( Part of the WebPI Toolkit ) All - Offline Install ISO image file And the SqlServer Express 2008 R2 –...
"How Do I" Videos SharePoint Development with Visual Studio 2010 This reminds me of an old post I did .. Moss 2007 and Designer Webcast How-To is growing , and a few more like SharePoint Developer Training and Webcast Series: SharePoint for Developers and … but that’s ancient history ,and it’s Moss2007. Now, we start to talk about SharePoint 2010 ! So, here’s a small and growing list : #1 | How Do I: Create Visual Web Parts for SharePoint 2010 in Visual Studio 2010? #2 | How Do I: Create...
Office 2010 RTM ! Long time waited Office 2010 has finally RTM-ed. I know that some of use played around with the Office 2010 on the developer's side .. and some of use on the user/client side . So this news is what most of us have been waiting for a long time :) For me , this news come from the Microsoft Office 2010 Engineering blog - Office 2010 Reaches RTM! Specification .. knowing you , I guess you know already – the main thing is that now it’s RTM , so more reliable and stable :) Hope to...
SharePoint 2010 training material released in January: 2010 Information Worker Demonstration Virtual Machine (Beta) – fully functional virtual machines to demo Office 2010 and SharePoint 2010. Free E-learning: What’s new in Microsoft SharePoint 2010 for Developers. Free E-learning: What’s new in Microsoft SharePoint 2010 for IT Pros Learning snack for developers – Developing solutions with SharePoint 2010 SharePoint 2010 Developer material on Channel 9 SharePoint 2010 – Getting started with development...
Office 2010 & SharePoint 2010 Beta Release Well, now it available for you to download :) All you want to start learning about the Office 2010 is here: Office 2010 beta [Office 2010 , Project 2010, Visio 2010] SharePoint Server 2010 beta – take a look at Software and hardware requirements before starting your installation SharePoint Foundation 2010 Microsoft Office Web Apps while connect users got this version on the 16th, just a few days a go ;)
SharePoint 2010, Some new links SharePoint Products and Technologies: 2010 (Technical Preview) Developer Documentation SharePoint 2010: Getting Started with Development on SharePoint 2010 Hands-on Labs in C# and Visual Basic ( 10 HOL , in C# & VB ) SharePoint 2010: SharePoint Developer Platform Wall Poster SharePoint 2010: Professional Developer Evaluation Guide and Walkthroughs Microsoft SharePoint Server 2010 Evaluation Guide
SharePoint Foundation 2010 Do you remember the previous post Office 2010 / Wss4 / Moss2010 Technical Preview well this is a screen shot of the ALL BRAND NEW “Build 4514 - SharePoint Services” Install Splash Screen :D After playing a bit with the previous version , we are ready for some basic WSS style screen casts :)
SharePoint 2010 (Beta) Developer Center Although the new Developer Center is out SharePoint 2010 (Beta) Developer Center . ( because of the Microsoft SharePoint Conference 2009 ) … and the new name for WSS ( Windows SharePoint Services ) would be SharePoint Foundation 2010 (Beta) I still haven’t found an official “you can download a trial” edition of the Beta edition SharePoint Server 2010 (Beta) :’( ( I know I have one , but this is for all of you who want it too ) Any way , you have this for now...
Visual Studio 2010 Beta2 is out Needless to say that the New Logo Relates to the new Logo the .NET Framework got ;) ( cross post New times = .NET New logo (!) ) Just , the only thing that’s missing is an Express Version of all of this :’( UPDATE: My mistake ! there is one , here’s the link to the ISO Download Visual Studio 2010 Beta 2 ( it’s 736 MB)
More Posts
Next page »