Browse by Tags
All Tags »
.NET 2.0 »
Dev (
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...
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...