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
“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 Saturday in India! Apr 24 (Live Online!)
Posted
over 3 years ago
by
Madhur Ahuja
0
Comments
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
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
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
Use right tools for x64 machines
Posted
over 5 years ago
by
Madhur Ahuja
0
Comments
If you are setting up a x64 server for MOSS, there are some things to be taken care of. I ran into couple of issues while setting up my development machine and had a hard time debugging it. While registering ASP.NET 2.0 framework with IIS, make sure to...
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 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
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
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
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
RSS Reader webpart with tab support and asynchronous periodic data refresh using AJAX
Posted
over 5 years ago
by
Madhur Ahuja
1
Comments
I have recently written my first article on Codeproject. The article describes the development of AJAX enabled webpart on MOSS 2007 SP1. The cool thing about it is the that it also utilizes the AJAX Control Toolkit including programmatically adding...
Code, Articles, Discussion on Microsoft Technologies
Implementation of Logging and Instrumentation Application Block in MOSS 2007
Posted
over 5 years ago
by
Madhur Ahuja
2
Comments
Continuing the series of articles on Enterprise Library, I have written the first article on the implementation of Logging Application Block in MOSS 2007. Due to inclusion of formatted code and images, I have directly uploaded this on Codeproject. The...
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
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
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
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
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
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
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
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
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
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
How to use Site Groups as audiences in Shared Services
Posted
over 5 years ago
by
Madhur Ahuja
0
Comments
SSP's can only target Active Directory lists or Security Groups. Ben Curry shows in his blog, how to use even use Site Groups as audiences in Shared Services ... See more here.. http://mindsharpblogs.com/Ben/archive/2007/01/05/1459.aspx
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...
Page 1 of 2 (34 items)
1
2