Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Common Tasks
Blog Home
Email Blog Author
About
RSS for posts
Advert
Search
Tags
.NET
ASP.NET
Debugging
MOSS
My Site
VSTS
Web Part
WinDbg
Archives
Archives
November 2010
(1)
February 2010
(1)
January 2009
(1)
November 2008
(1)
October 2008
(2)
July 2008
(3)
April 2008
(17)
March 2008
(8)
MSDN Blogs
>
Code, Articles, Discussion on Microsoft Technologies
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Code, Articles, Discussion on Microsoft Technologies
Resolving Very Slow Symbol Loading with VS 2008 during debugging
Posted
over 5 years ago
by
Madhur Ahuja
15
Comments
Recently, I was encountering insanely slow project loading times during debugging in Visual Studio 2008. Interestingly, this only happened while loading the project only in debug mode. Also, during the slow symbol loading time, the status bar at Visual...
Code, Articles, Discussion on Microsoft Technologies
System.MissingMethodException: Method Not Found when running unit Tests
Posted
over 4 years ago
by
Madhur Ahuja
3
Comments
Lately, I have been doing Test Driven development in my development projects. I have noticed a strange issue which occurs especially when the code coverage is enabled for the assemblies. The result is , unit tests works normally in Debug mode and do not...
Code, Articles, Discussion on Microsoft Technologies
Switch the sharepoint webpart page Display Mode into Edit Mode and Vice Versa
Posted
over 5 years ago
by
Madhur Ahuja
7
Comments
Recently one of my clients had a requirement to go into Edit mode of a sharepoint page using a manual link displayed in quick launch. He was lazy of going to Site Actions -> Edit Page and then again going somewhere else for Exit Edit Mode :) To...
Code, Articles, Discussion on Microsoft Technologies
Showing Exchange Inbox in MOSS 2007
Posted
over 5 years ago
by
Madhur Ahuja
7
Comments
Recently, I have seen a lot of discussions on forums about showing user's mailbox on a portal homepage. This is very similar to the case in My Site, but in this case the portal is not My Site and the requirement is to let each user view his/her mailbox...
Code, Articles, Discussion on Microsoft Technologies
Adding Client script to TreeNode Click Event
Posted
over 5 years ago
by
Madhur Ahuja
2
Comments
Most of the ASP.NET 2.0 controls provide way to add client events to them. For example, TextBoxes, checkbox are simply rendered as <input> elements and can be easily hooked to JavaScript functions either programmatically or declaratively. However...
Code, Articles, Discussion on Microsoft Technologies
Errors syncing SharePoint 2007 lists with Outlook 2007
Posted
over 5 years ago
by
Madhur Ahuja
2
Comments
I used to get a very frequent error whenever I got my document library offline to Outlook 2007. Task 'SharePoint' reported error (0x8000FFFF) : 'An error occurred either in Outlook or SharePoint. Contact the SharePoint site administrator.' or 'Outlook...
Code, Articles, Discussion on Microsoft Technologies
Performing Operations on Infopath 2007 Contact Selector Control using Managed Code
Posted
over 5 years ago
by
Madhur Ahuja
14
Comments
Normal 0 false false false MicrosoftInternetExplorer4 Infopath 2007 provides an out of the box contact selector control to select the user and validate against the Active Directory. In this blog, We will see, how to get more out of this control. Performing...
Code, Articles, Discussion on Microsoft Technologies
Site Definitions Demystified - Creating a custom site definition having Custom webparts
Posted
over 5 years ago
by
Madhur Ahuja
8
Comments
There are two confusing terms in MOSS 2007, site templates and site definitions. A site template is a .stp file which contains only the difference of changes from the Original site definition. A user wants to install a custom .stp file must have a site...
Code, Articles, Discussion on Microsoft Technologies
Passing query string to a Infopath 2007 form
Posted
over 5 years ago
by
Madhur Ahuja
0
Comments
Support of infopath 2007 browser rendering has opened a whole lot of options for web forms. Now instead of creating a form in ASPX , one can create an infopath form and take advantage of various submitting options like submitting to web service, database...
Code, Articles, Discussion on Microsoft Technologies
Localization in WebParts
Posted
over 5 years ago
by
Madhur Ahuja
11
Comments
Microsoft Sharepoint Portal Server doesn't have support of localization in multiple Languages natively. The document at http://www.microsoft.com/technet/prodtechnol/office/sps2003/maintain/spsinatl.mspx#E5F Discusses this situation. It is clearly mentioned...
Code, Articles, Discussion on Microsoft Technologies
Preventing caching of page : Strategies in ASP.NET
Posted
over 5 years ago
by
Madhur Ahuja
2
Comments
Here I would discuss strategies to disable caching in your pages especially related to ASP.net and MOSS 2007. If you wanted to prevent caching in plain old HTML, you would use these directives <meta http-equiv="Expires" content="0"> <meta http...
Code, Articles, Discussion on Microsoft Technologies
Cannot find Data Connection Library in WSS v3
Posted
over 5 years ago
by
Madhur Ahuja
2
Comments
If you are wondering, when you go to create page in your sharepoint site and cannot see Data Connection Library option there, most likely, you do not have MOSS 2007 installed. Data Connection Library is a document library which lets you hold you data...
Code, Articles, Discussion on Microsoft Technologies
Passing multiple filter values to EWA pivot table filter cell
Posted
over 5 years ago
by
Madhur Ahuja
1
Comments
Filter webparts in WSS are a great way to provide filtering in many different webparts like List View, Business Data Catalog, Excel Web Access etc. They are also great way to provide data view personalization when used with Excel services coupled with...
Code, Articles, Discussion on Microsoft Technologies
Reveal Unknown Error on Sharepoint 2007 pages
Posted
over 5 years ago
by
Madhur Ahuja
0
Comments
How often you have encountered the infamous Unknown Error on Sharepoint 2007 pages. If you are a Sharepoint developer, chances are that innumerable times :) However, if you are also seasoned ASP.NET developer as well, you also know the trick behind...
Code, Articles, Discussion on Microsoft Technologies
Get RSS Url for a list or Document Library Programmatically
Posted
over 5 years ago
by
Madhur Ahuja
3
Comments
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 Recently I developed an RSS Reader webpart which would take the RSS URL of list to render its feeds. Very much same like the out of the box webpart with the exception that it...
Code, Articles, Discussion on Microsoft Technologies
Doing Data Validations in Infopath 2007 Programmatically
Posted
over 5 years ago
by
Madhur Ahuja
2
Comments
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 Infopath 2007 provides rich validation function for each of its controls. For ex, you can validate a text box or a field For conditions such as equal to, is blank, is greater than...
Code, Articles, Discussion on Microsoft Technologies
Data View Web Part Problems
Posted
over 5 years ago
by
Madhur Ahuja
0
Comments
Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Windows SharePoint Services-compatible HTML editor such as Microsoft Office SharePoint Designer. If the problem persists, contact your Web server administrator....
Code, Articles, Discussion on Microsoft Technologies
Managed Debugging and inspecting Jitted code With WinDbg
Posted
over 5 years ago
by
Madhur Ahuja
3
Comments
WinDbg is a powerful tool to debug applications. Lately, its use has been extended to managed debugging as well through an extension called sos.dll (Son of Strike). Sos.dll is shipped with both .NET Framework 2.0 and .NET 1.1 Framework and is a WinDbg...
Code, Articles, Discussion on Microsoft Technologies
Resolving Common issues while Applying Site Templates (.stp) on MOSS 2007
Posted
over 5 years ago
by
Madhur Ahuja
1
Comments
Lately, I have been working a lot with site templates in MOSS 2007. I have seen common issues which keep occurring now and then. I am posting the resolution of those since you might also run across them frequently. File Cannot be found This one...
Code, Articles, Discussion on Microsoft Technologies
“A selected drive is no longer valid”–Error while Adding/Removing Features from Visual Studio 2008
Posted
over 3 years ago
by
Madhur Ahuja
0
Comments
You may face this error while Adding / Removing features from Visual Studio 2008 if SP1 is already installed. One of the workaround is to uninstall SP1 before this operation and install it again after performing this operation. However, this can be tedious...
Code, Articles, Discussion on Microsoft Technologies
SharePoint 2007: using ASP.NET server side code in your pages
Posted
over 5 years ago
by
Madhur Ahuja
0
Comments
This is fairly undocumented piece of information which I have got from this blog http://www.bluedoglimited.com/SharePointThoughts/ViewPost.aspx?ID=242 I havn't tried it myself, so I cannot gaurantee its completeness. I am posting it here for the sake...
Code, Articles, Discussion on Microsoft Technologies
Resolving Workflow Status Stopped when sending mail to a Sharepoint Group
Posted
over 5 years ago
by
Madhur Ahuja
5
Comments
There is a mysterious stalemate occurs when you create a normal sharepoint Designer workflow with An action of sending a mail to a sharepoint group. The workflow runs fine when run under Administrator Account but shows status stopped when run under...
Code, Articles, Discussion on Microsoft Technologies
Unknown Error on Manage Form Templates Page (Manageformtemplates.aspx)
Posted
over 5 years ago
by
Madhur Ahuja
0
Comments
Normal 0 false false false MicrosoftInternetExplorer4 Getting Unknown Error on this page?. No helpful clue in Sharepoint log or Event Viewer? This can happen if database record in the list of published InfoPath forms had a null where it shouldn't be....
Code, Articles, Discussion on Microsoft Technologies
Resolving : Server is either too busy or not responding in SQL Server 2005 Analysis Services
Posted
over 5 years ago
by
Madhur Ahuja
0
Comments
I recently faced this error while connecting to Microsoft SQL Server 2005 Analysis services from Microsoft Excel 2007. Inspite of the several solutions given on various sites none of them seemed to work. The solution was simple, you need to install Microsoft...
Code, Articles, Discussion on Microsoft Technologies
Installing MOSS 2007 on a single standalone machine
Posted
over 5 years ago
by
Madhur Ahuja
1
Comments
Normal installation of MOSS 2007 require a farm of computers like domain controller, database server and atlast a web server for a reasonable performance. But if you are a home user like me, who has unfortunately only a single laptop , even then you...
Page 1 of 2 (34 items)
1
2