DCSIMG
Tips And Tricks - Adlai Maschiach

Adlai Maschiach

" You have to show in order to be seen "

News

Favorite Links

news

CardSpace

Books

Other InfoCards Proj

Virtual Earth

WSS / Sharepoint

SOA , Biztalk & ESB

CLR / .NET

Browse by Tags

All Tags » Tips And Tricks (RSS)
SharePoint 2010 : The following computer running SharePoint does not contain the required Infopath form template
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 ;)  )
Bootable Windows 7 on USB
Bootable Windows 7 on USB I don’t about you, but for me Windows 7 is really the new XP ( at home I have both XP & Vista – one on each computer) , So making a bootable version of the OS from a diskOnKey is somewhat useful and here is the link Making a Win7 Bootable USB device.
prop2005.snippet – My small code snippet for VS2008 ( and above )
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...
The following expression could not be parsed because of a syntax error or because it uses an undefined namespace prefix or unsupported
The following expression could not be parsed because of a syntax error or because it uses an undefined namespace prefix or unsupported Problem: The following error occurs when you try to upload a browser based InfoPath 2007 Form which has .NET “code behind” Form Verification Status Failure The following expression could not be parsed because of a syntax error or because it uses an undefined namespace prefix or unsupported function: /dfs:myFields/dfs:dataFields/tns:SetValue/s1:fd manifest.xsf Cause...
Webcast – Installation of Wss 3.0 SP1 on Win2008 with Sql2008 Express Advanced Services
Webcast – Installation of Wss 3.0 SP1 on Win2008 with Sql2008 Express Advanced Services Ok, long title, but it says it all. Windows SharePoint Services 3.0 SP1 Download & Install SqlServer 2008 Express with Advanced Services Download and Install Environment is Windows 2008 + Add Role of Application Server with Web Server (IIS) + Add Feature of PowerShell Initial Startup of the Wss 3.0 WebSite Given this is a FULL install process, the Webcast is a bit “long” ( 33 min aprox. – with lots of cut...
BizTalk 2006 R2 - PPT's, HOLs, & Demos
BizTalk 2006 R2 - PPT's, HOLs, & Demos Jeff Barnes was kind enougth to publish BizTalk 2006 R2 University - PPT's, HOLs, & Demos from the Free Tech*Ed ]inbetween[ event Which Contains From His Sky Drive: BTSHOL01 Working with Schemas BTSHOL02 Working with Maps BTSHOL03 Working with Pipelines BTSHOL04 Processing Flat Files BTSHOL05 Integration with POP3 and SharePoint and Routing Failed Messages BTSHOL06 Creating an Orchestration BTSHOL07 Implementing Transactions BTSHOL08 Integrating...
MSSharePointDeveloper.com launched! - "Do Less. Get More. Develop on SharePoint."
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...
Sysinternals is "Live"
Who haven't used in his life a Sysinternals tool ? who ? raise his hand - you ? go and download now ;) Ok , we all have for some reason or another My two favorites are: Process Explorer , a more fully-featured version of Task Manager that can report environment variables for running processes, show loaded DLLs and even display callstacks. It can also tell you which process is currently accessing a certain file or DLL, which is useful if you're trying to delete a file and getting a 'file...
Enable width fix option for Scrolls in the Wss/Moss Calendar
Enable width fix option for Scrolls in the Wss/Moss Calendar Don't you just love the look & feel of the Wss / Moss calendar ? Well , it seems that there's a fix for all those times that we want to have both worlds - Month Display AND No Scroll bars !! The WebPart is from PlanetWilson SharePoint Blog in his post New release of colour (color) calendar v2.3 which can be downloaded from PlanetWilson SharePoint   The install is mainly OOB ( out of the box ) - unzip and run "redeploy...
EndUserSharePoint.com: SharePoint 101 - Tricks and Traps free eBook
EndUserSharePoint.com fame is looking to giveaway his ebook SharePoint 101: Tricks and Traps to all registered email subscribers via his weekly newsletters . So just subscribe, I have ( and I won't give away my copy ! even if it's an eBook ! )
Webcast: ESB Guidance - Prerequisites, Install, Config and ESB Portal
This Webcast is a Full circle of the Install and Config of the ESB Guidance from Microsoft. It is devided to the following parts : Step 0 - Prerequisites - download and install, Step 1 - Install The MSI, Step 2 - Configuration, Step 3 - Install and Config the ESB Portal. ...
Visual Studio 2005 Designer for WinForms , bug fix
Visual Studio 2005 Designer for WinForms , bug fix Ok once in a while the designer of Winforms Controls and Forms goes bizerk , kaput , OutOfOrder ... ok you got the point something like this which in clear text means ------------------------- START -------------------- at System.Reflection.Module.GetTypesInternal(StackCrawlMark& stackMark) at System.Reflection.Assembly.GetTypes() at Microsoft.VisualStudio.Shell.Design.AssemblyObsoleteEventArgs..ctor(Assembly assembly) at Microsoft.VisualStudio...
Visual Studio 2008, .NET Reference Source and Hwnd.cs
Visual Studio 2008, .NET Reference Source and Hwnd.cs Ok, Ok, Ok, so we're all trying ( or all ready done ) downloading the new Visual Studio 2008 RTM for MSDN subscribers , BUT ( and this is a BIG BUT ), we all remember the Channel 9 Video, Shawn Burke : Discussing the Release of .NET Source Code from the Source Code for the .NET 3.5 Framework Libraries post, Did any one tried it yet ? No ? Well just in case you were wondering, do you remeber something called MONO? the Free BSD (Like Unix/Linux...
RegEx Key/Value pair
Ok , so one of my off time "hobbies" is regEx , this is part of a project which is personal to me and natasha. Any way I needed a display of the key as well as it's value when "debugging" the regular expression text , so here is the relevant code, where "GetGroupNames()" is the part I was looking for. Regex regex = new Regex (tbxRegEx.Text, GetRegExOptions()); MatchCollection mc = regex.Matches(tbxText.Text); tbxResult.Text = string .Empty; StringBuilder sbText = new StringBuilder (); try { for ...
MOSS2007 Web Application Creation Fails - Exception from HRESULT: 0×80070094
Recently while creating new web applications, I received the following error: Sharepoint path specified cannot be used at this time. (Exception from HRESULT: 0x80070094) System.Runtime.InteropServices.COMException (0×80070094): The path specified cannot be used at this time. (Exception from HRESULT: 0×80070094) at System.DirectoryServices.DirectoryEntry.CommitChanges() at Microsoft.SharePoint.Administration.SPMetabaseObject.Provision() at Microsoft.SharePoint.Administration.SPProvisioningAssistant...
More Posts Next page »