Browse by Tags
All Tags »
.NET 2.0 (
RSS)
Webcast / וידאו – התחברות ו Debug של WebService מה-InfoPath2007 [עברית] שירותי אינטרנט ( WebService ) הינם דבר נפוץ מאד בכל ארגון. עובדה זו, מביאה לכך שההתחברות ו debug של טופס InfoPath לשירותי אינטרנט חיוני ביותר במסגרת הפיתוח. במסגרת סרטון זה אנחנו נבצע את הצעד הראשון במסגרת פיתוח מבוסס InfoPath2007 לצורך התחברות ל WebService אשר ישב במסגרת שרת ה Moss2007. צעדים באים לאחר צעד ראשון זה הינם: 1. הפיכת השירות למותאם לתצורת Moss2007 ( פרוייקט נפרד לקוד , פרוייקט נפרד ל ASMX ) + יצירת קבצי ה DISCO 2...
Webcast / וידאו – התחברות והצגה של פרטי משתמש ע”י ה UserProfileService מה-InfoPath2007 [עברית] אחת הדוגמאות השימושיות ביותר והנפוצות ביותר הינה התחברות ל UserProfileService במסגרת ה InfoPath2007. ההתחברות לשירות ה UserProfileService.asmx , במסגרת העבודה ב Moss2007 , מאפשרת שליפת נתוני User Profile של משתמשים אשר יובאו מה Active Directory של ה Domain שעליו מותקן ה Moss2007. סרטון זה מראה איך אנחנו במסגרת טופס ריק ב InfoPath2007 מתחברים לשירות ומוציאים את השם המלא ( PreferredName ) של המשתמש המחובר...
Due to the fact that I still program for “Older” systems like Moss2007 , but still want the development ease and speed of visual studio 2008 , I had to write my own code snippet for support of “old style” prop code snippet 1: <? xml version ="1.0" encoding ="utf-8" ? > 2: < CodeSnippets xmlns ="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet" > 3: < CodeSnippet Format ="1.0.0" > 4: < Header > 5: < Title > prop...
Probelm: The common way we all get the PublicKeyToken is of the Libarary DLL is to Drag and Drop it to the GAC (c:\windows\assembly) folder , and then right click the DLL. “So ? Where is the problem ?” , you might ask Well there are two of them: if you’re in Vista , you just might come across a “privileges” problem, which means: you are part of the Administrator Group but you still can’t drag and drop to the Assembly, is there a workaround to get the PublicKeyToken ? If this is “just a step / stage...
Problem: If SqlServer 2005 Setup fails and roll back with the following error message: "An installation package for the product Microsoft SQL Native Client cannot be found. Try the installation again using a valid copy of the installation package 'sqlncli.msi'." Reason: It’s probably due to the fact that you have installed .NET Framework 3.5 BEFORE you have installed SqlServer 2005 ;) Solution: To work around this problem, uninstall SQL Native Client by using Add or Remove Programs...
Report Viewer for Visual Web Developer Express The Visual Web Developer Express is one of my favorites , both the previous 2005 & 2008 versions as well as the new and shining all around fully functional – Visual Web Developer 2008 SP1 Express Edition ( which has support for ClassLibrary & Silverlight 2.0 projects as part of the Solution – Single Environment ! ) It seems that only a few days a go the Microsoft Report Viewer Add-on for Visual Web Developer 2008 Express has been released Microsoft...
Windows SharePoint Services (WSS) 3.0 hosting We’ve all seen the Webcast – Installation of Wss 3.0 SP1 on Win2008 with Sql2008 Express Advanced Services . Now that’s all great, but what about hosting ? Well , first let us start with the FREE (!) : You can sign up for a free WSS 3.0 site here . There is no time limit and no need to provide a credit card number at sign up. BUT , it’s limited to 5MB of data, which all of us know as “almost nothing” If you’re looking for more providers : here’s the Microsoft...
.NET Framework 4.0 = "BizTalk/SOA Express Framework" ? PART3 Well, what can I say, it all started with a gut feeling, or revelation , which ever you feel more commutable, on an early morning of a Saturday, drinking my usual morning coffee got me thinking , and resulted in this post .NET Framework 4.0 = "BizTalk/SOA Express Framework" ? . After a while, the more I thought about it, the more I felt more confident with the idea so I continued my journey with .NET Framework 4.0 =...
MSSharePointDeveloper.com launched! - "Do Less. Get More. Develop on SharePoint." As the title says MSSharePointDeveloper .com was launched! - "Do Less. Get More. Develop on SharePoint ." To help drive adoption of SharePoint by Software Developers Microsoft have launched a campaign to .NET Developers at http:// MSSharePointDeveloper .com . The new material is designed to help .NET Developers to learn the top ten artifacts in SharePoint that are interesting to them...
CS0433 System.Web.Extensions Error - VS2005 and VS2008 side by side so you get something like this: Compiler Error Message: CS0433: The type 'System.Web.UI.ScriptManager' exists in both 'c:\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions\1.0.61025.0__31bf3856ad364e35\System.Web.Extensions.dll' and 'c:\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions\3.5.0.0__31bf3856ad364e35\System.Web.Extensions.dll' OR 'System.Web.UI.ScriptManager' exists in both 'c:\WINDOWS\assembly...
.NET Framework 4.0 = "BizTalk/SOA Express Framework" ? Ok, let me first say that this is MY OWN current mashup ! Well lets look at the current status: In the year 2005, Microsoft have released the .NET Framework 2.0 . In it was the FREE ( as opposed to the "you have to buy" ) products: ASP.NET 2.0 WebParts , ASP.NET 2.0 Memebership provider (a "Forms Authentication component") and SqlServer Express 2005 = what you got is the ability to write you own " SharePoint...
MSDN has started to build a small list of "How do I?" Videos which currently have ASP.NET ASP.NET Ajax Devices Native Coding Silverlight Visual Studio Tools for Office Visual Studio Extensibility Visual Basic Visual Studio Team System Windows Forms Windows Presentation Foundation ... but I'm adding my link to that WSS 3.0 For the people ;) , just in case you forgot.