Friday, August 29, 2008
Shrink Database files in Sharepoint Database
Tuesday, August 26, 2008
Rapid Tools for SharePoint -- Developer productivity tools for the SharePoint platform.
Rapid Tools for SharePoint is a set of developer tools that are dedicated to making SharePoint developers more productive. Rapid tools enables developers to build SharePoint custom applications using the full Software Development Life Cycle (SDLC). Traditionally using the SDL with the SharePoint platform has been a painful and awkward process, but with Rapid Tools for SharePoint application developers are now in full control of SharePoint development and deployment in a way that was not possible before.
Explore >>
Friday, August 08, 2008
System Center Operations Manager 2007 Management Packs for SharePoint 2007
These packs monitor the health state of the components in your SharePoint environment that affect performance and availability. When there is an issue that may cause service or performance degradation, Operations Manager 2007 uses the management packs to detect the issue, alert you to its existence, and facilitate diagnosis and corrective actions.The management packs monitor:
Windows SharePoint Services 3.0 related services (Timer, Tracing and Search)
Windows SharePoint Services 3.0 related Events
Web server applications such as Internet Information Services (IIS)
IIS-related Events
Microsoft SQL Server® database-related events
WSS Server performance
Download
For other products search here
Tuesday, July 29, 2008
Debugging an VSTO and InfoPath 2003 Solution from .Net 1.1
To get the InfoPath to default back to .NET 1.1, you need to update or create a file named INFOPATH.EXE.CONFIG, add it to the same directory as your infopath.exe and add the following:
<?xml version ="1.0" >
<configuration>
<startup>
<requiredRuntime version="v1.1.4322"/>
</startup>
</configuration>
Apparently this goes for any old .NET applications.
Please copy the created file “infopath.exe.config” to your Office11 Folder
(eg: C:\Program Files\Microsoft Office\OFFICE11)
This will force InfoPath.exe to be run in the context of .Net 1.1 and not .Net 2.0
Monday, July 28, 2008
Earn Money with Silverlight Streaming
.jpg)
Wednesday, July 23, 2008
"The page cannot be displayed" in MOSS 2007
Solution: If the domain is not listed in the Shared Service Provider (SSP) this error may occur for the user under that domain. Shared Service Administration select the share services for your server then User Profile and Properties then Configure Profile Import in Source section click the view import connections. You will see a list of the connection your SSP is using. Try adding the other domains as separate connections rather than adding the forest this way you have more control and do not replace your current settings.
Else if your DHCP assign a public DNS server, change DHCP to assign only to your DNS server and not the commonly used public DNS server
Tuesday, July 22, 2008
Migrations from both Lotus Domino Servers, and generic IMAP/POP sources
Microsoft Transporter Suite
Microsoft Transporter Suite is a set of interoperability and migration tools to migrate content from Lotus Domino servers or Generic POP/IMAP servers.Transporter Suite contains a set of tools for migrations from both Lotus Domino Servers, and generic IMAP/POP sources. For Lotus Domino the suite contains a set of tools for Directory and Free/Busy interoperability between Lotus Domino 6 or 7 and Exchange Server 2007 and Windows Server 2003 Active Directory. In addition for Lotus Domino the suite contains migration tools to migrate users, groups, personal address lists, mailboxes, personal mail archives, and applications from Lotus Domino 5, 6 or 7 to Active Directory, Exchange Server 2007, and Windows SharePoint Services 3.0. For generic POP/IMAP servers the suite contains a set of tools to bulk migrate mailboxes from any generic email servers that support the POP3 or IMAP4 protocol to mailboxes in Exchange Server 2007.
Tuesday, July 15, 2008
Virtualization and Consolidation with Hyper-V
Windows Server 2008 Hyper-V, the next-generation hypervisor-based server virtualization technology, allows you to make the best use of your server hardware investments by consolidating multiple server roles as separate virtual machines (VMs) running on a single physical machine. With Hyper-V, you can also efficiently run multiple different operating systems—Windows, Linux, and others—in parallel, on a single server, and fully leverage the power of x64 computing.
Try it
Sunday, July 13, 2008
Introducing Windows Workflow Foundation using .Net Framework 3.5 & Visual Studio 2008
Introducing Windows Workflow Foundation using .Net Framework 3.5 & Visual Studio 2008
This clinic will provide a start point for Enterprise Developers and Software Architects that are looking to Windows Workflow Foundation as a solution for enabling business processes within their solutions. Within the clinic you will learn about the functionality provided by the workflow engine, the overall architecture, and how to build workflow enabled applications.
start learning ...
Tuesday, July 08, 2008
Building a Compelling Mobile User Interface ...
In this lab, you will learn how to use your existing Microsoft Visual Studio and .NET Framework skills to develop a custom user interface for Windows Mobile.
Click Here For More
Thursday, July 03, 2008
SharePoint 2007 Document Library ContextMenu Hiding
menuOption=CAMOpt(sm, L_DownloadACopy_Text, strAction, "");
menuOption.id="ID_DownloadACopy";
Tuesday, June 03, 2008
Monday, June 02, 2008
Character limits in SharePoint 2007
Friday, May 30, 2008
None of the selected features can be installed or upgraded. Setup cannot proceed since no
TITLE: Microsoft SQL Server Setup------------------------------
None of the selected features can be installed or upgraded. Setup cannot proceed since no effective change is being made to the machine. To continue, click Back and then select features to install. To exit SQL Server Setup, click Cancel.
For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.06&EvtSrc=setup.rll&EvtID=SQLSetup90&EvtType=28108
------------------------------BUTTONS: OK------------------------------
To solve this problem:
To get around this issue, run the setup.exe from the SQL installation source from your Run command with the parameter SKUUPGRADE=1 or UPGRADE=1.
For more ref
Hope this helps you people!
Saturday, May 24, 2008
Microsoft Research Worldwide Telescope
Microsoft’s research and launch of Worldwide Telescope, Microsoft is tiring to do something similar to Google's Earth, Moon, etc. ?
Go check out Telescope
Download
Microsoft Research Worldwide Telescope make your computer to function as a virtual telescope.
Sunday, May 18, 2008
Radial Racing Programming support
My first launch was in CodePlex.com TabControl WebPart
Thursday, May 15, 2008
Deploying Office Solutions Using Windows Installer
How to deploy a Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office system (also known as Visual Studio 2005 Tools for Office Second Edition, or VSTO 2005 SE) solution using a Visual Studio 2005 Setup project to create a Windows Installer package.
More on that...
This article demonstrates how to use the installer
learn how to
Friday, May 09, 2008
Retrieve File Security Information using C#
if (File.Exists(openFileDialog1.FileName))
{
//MessageBox.Show("File exists!");
lbl_existstatus.ForeColor = System.Drawing.Color.SeaGreen;
lbl_existstatus.Text = "File Exist the directory";
}
else
{
lbl_existstatus.ForeColor = System.Drawing.Color.Red;
lbl_existstatus.Text = "File Missing in the directory";
}
using (ManagementObject o = new ManagementObject(@"Win32_LogicalFileSecuritySetting.Path='" + fileName + "'"))
Monday, April 28, 2008
Enterprise Microsoft® SharePoint® Products and Technologies hosting environment Document
One of the very usefull document for any sharepoint developer.
Download
Complete list of built in out of the box web services available in the SharePoint 2007 and many more...
ASP.NET MVC - Sport Facility Booking system
The project relies on some external service providers. Thus accessing them via their API requires authentication. An API Key need to be su...
-
The project relies on some external service providers. Thus accessing them via their API requires authentication. An API Key need to be su...
-
“The file you are attempting to save or retrieve has been blocked from this Web site by the server administrators.” By default, Windows Shar...
-
"The server is configured to use pass-through authentication with a built-in account to access the specified physical path. However, II...
