|
|
Front Page News
-
|
|
I encountered an issue where all the columns for a custom Content Type where not being displayed when attempting to Edit the Item. Oddly enough an IISRESET resolved the problem....
|
-
|
|
If you are creating a custom Content Type that derives from "Link to a Document" ensure that you have include the following element within the Content Type Element. If you do not include you will get the typical Upload Document UI instead of the New Link...
|
-
|
|
If you receive a 403 when accessing either TaskView.aspx or View.aspx the likely cause is an invalid Office Canvas license key.
UPDATE: You may also review the following
Error executing child request for view.aspx
More Information
2008-12-02...
|
-
|
|
When accessing my default shared service provider I was receiving a Service Unavailable. I checked the app pool and in fact it was not started. I had to reenter the username and password on the Identity tab and the problem when away…
...
|
-
|
|
On Monday Microsoft officially launched the initial release of the Business Productivity Online Suite(BPOS) that includes SharePoint Online, Exchange Online, and Live Meeting Online. As part of the launch, Neudesic worked with one of our clients to extend...
|
-
|
|
Summary
Adding properties to the profile page on a user's My Site is done through the Shared Services Administration site. The following is a walkthrough on how to add the Department property to the profile page for each user.
Open Central Administration...
|
-
|
|
Scenario
You want to be able to programmatically set a Mult-User column of an SPListItem. The trick is to build a string that represents the users in the following format
SPUser user1 = {some SPUser};
SPUser user2 = {another SPUser};
string multiUser...
|
-
|
|
To use a custom master page with view.aspx or taskview.aspx perform the following:
Copy the desired master page into the C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\NCF directory.
Update the master page to...
|
-
|
|
Symptoms
When attempting to render a Canvas View you receive one of the following error:
Error 1:
Error executing child request for view.aspx. at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm,...
|
-
|
|
HOW To: Change a Narrative Template
ACES provides the ability to create Microsoft Office Word 2003 documents that are integrated with the ACES Control Environment. By default, the document contains generic header and footer information that you may want...
|
-
|
|
I recently faced a requirement to support the execution of AJAX requests to sub-domains, other than the one that the current page is served from.
The advantage of this is that AJAX requests won't eat-up the two simultaneous requests limit of the browsers....
|
-
|
|
If you are unable to save files in ACES live this is likely a result of the SQL Server being out of disk space…You may also receive the following error Web server is busy. Please try again
...
|
-
|
|
I had a few questions in Denver at the Adopting VSTS 2008 event – I took some of them offline due to the timeline – here’s the info:
Q: How do I enlist a unit test into a performance profiling session? In the Test Results window, right-click on any test...
|
-
|
|
In certain situations security changes made in CSAT will not be reflected and users will appear to have no access to nodes within the Control Environment. If this occurs do the following ensure the ACES Add Copy, ACES Read Only, ACES Assign and ACES Read...
|
-
|
|
Error Message:
System.ApplicationException: The SQLXML Bulk Load COM object failed to insert the records into the database. Retrieving the COM class factory for component with CLSID {19AA7334-069C-437F-BFE4-CC9894DB8504} failed due to the following error:...
|
-
|
|
Office Canvas Version 1 will include a new capability for generating SQL statements that can be used for advanced reporting on SharePoint data. These statements include SELECT, SELECTINTO, and CREATEVIEW. Using the function fn_ncf_BuildListSql will return...
|
-
|
|
Problem: Evidence does not get attached to the template.
Description: When attaching a file (size > 70KB) as evidence, the file does not get attached and the SOX template form refreshes, deleting any previous unsaved attachments.
Solution: Make the...
|
-
|
|
My blog moved to a pesonal site that I built using ASP.NET MVC Preview 2.
http://aboutjasonjung.com...
|
-
|
|
The following error can occur if the location of SoxItemsUIAssembly.dll is incorrectly referenced in the metadata that was imported. To resolve this issue do the following
Open the IBF Meta data file that was imported
Search for the following line...
|
-
|
|
This is the PP slide deck and the code samples from the PFX presentation....
|
-
|
|
This is the PP slide deck and the source code that uses NUnit....
|
-
|
|
When developing a full Service-Oriented Framework, it's inevitable for you to reach out to several other services from your service to collect data. If these services are hosted within your network, the release of IIS 7.0 will improve performance by...
|
-
|
|
Problem: Give data-entry folks the ability to search through high schools in a quick and efficient manner. The user should be able to search by high school name, city or zip and it should not to affect the user's productivity. Note: This...
|
-
|
|
The average BizTalk solution has a large number of DLLs that need to reside in the Global Assembly Cache (GAC). As a result, deploying the BizTalk solution can consume more cycles than is necesary. The time factor becomes apparent during troubleshooting...
|
-
|
|
SharePoint, Workflow, Timer
Found this patch solved our OnTaskChanged event not firing
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=6096ce0f-d21e-47ac-afe2-d4e1c2fce670...
|
|
|