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...
Saturday, April 26, 2008
Visual Studio 2005 Extensions - Visual Studio project templates for Web Parts
Visual Studio 2005 Extensions - Visual Studio project templates for Web Parts
Tools for developing custom SharePoint applications: Visual Studio project templates for Web Parts, site definitions, and list definitions; and a stand-alone utility program, the SharePoint Solution Generator. Please also download the User Guide and Samples listed in Related Resources.
- Visual Studio 2005 Project Templates
Web Part
Team Site Definition
Blank Site Definition
List Definition
Empty SharePoint Project
Friday, April 25, 2008
.NET 3.5 Enhancements Training Kit
.NET Framework 3.5 Enhancements Training Kit containing Labs, Demos and PPTs
The .NET Framework 3.5 Enhancements Training Kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize the .NET 3.5 Enhancement features including: ASP.NET MVC, ASP.NET Dynamic Data, ASP.NET AJAX History, ASP.NET Silverlight controls, ADO.NET Data Services and ADO.NET Entity Framework.
Wednesday, April 02, 2008
Microsoft 2008 Most Valuable Professional for SharePoint Server
Monday, March 17, 2008
Windows SharePoint Services 3.0 Tools: Visual Studio 2005 Extensions
Web Part
Team Site Definition
Blank Site Definition
List Definition
Download Here
Wednesday, March 12, 2008
Windows Live Authentication in MOSS 2007 - Configuration and Integration Live Authentication in SharePoint 2007
Now the registration page appears.
After click submit, you will redirect to a page displaying the important information to be noted.
To solve this first try this operation
When i logged in using my Windows Live ID it says that
Current User
You are currently signed in as: ac592e0e0b189909163bccfeff41cace
Monday, March 03, 2008
External Collaboration Toolkit for SharePoint
This solution accelerator is a collection of software and guidance that you can use to easily deploy a SharePoint-based environment for collaboration with people outside your firewall. The accelerator allows users to create collaboration environments that use the familiar SharePoint interface.
Download
'joelo' as blogged External Collaboration Toolkit for SharePoint in detail in his blog site
Thursday, February 28, 2008
Developer Map for the 2007 Microsoft® Office system
One of the very usefull poster for office developers
refer>>
Monday, February 25, 2008
InfoPath cannot open the selected form because of an error in the form's
'InfoPath cannot open the selected form because of an error in the form's. Policy settings prevent opening Internet forms with managed code. To fix =this problem, contact your system administrator."
When i tried to run the InfoPath Solution from Visual studio 2008, i'm getting this above mentioned error. When i googled also i don't find any good solution. After that i changed the security setting of the form to fully trusted, then it worked for me. I don't know this is the right solution but it also solve the problem :)
Step: go to tools>Form options>Security and Trust> select Fully Tructed radio button
Microsoft Office InfoPath does not recognize some or all of the command line options. Exit and restart Microsoft Office InfoPath with ...
As usual when I step into Microsoft’s latest tools I have been attacked with some irritating error messages. To solve this error and to win this bug war same old trick was used to attack Microsoft errors in reply, I tried installing Service Pack for InfoPath 2007 and it worked for now. More importantly this error got solved but I don't know what the new things to raise mean while :) …
SP1 Download Link which i used
Monday, February 18, 2008
Error: this template attempted to load an untrusted component 'Microsoft.Office.InfoPath.Vsta, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9b
---------------------------Microsoft Visual Studio---------------------------
Error: this template attempted to load an untrusted component 'Microsoft.Office.InfoPath.Vsta, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL'. For more information on this problem and how to enable this template, please see documentation on Customizing Project Templates.
---------------------------OK ---------------------------
When i try to create new InfoPath Form Temaplate project using Visual Studio 2008 i got the above mentioned error mentioned error message. After some analysis i found that InfoPath 2007 as be installed in the development machine.
Thursday, February 14, 2008
Monday, February 11, 2008
_getCursorIndex for FireFox and Internet Explorer
getCursorIndex function works for FireFox. Hope this works for Internet Explorer also
_getCursorIndex: function() {
return this.get_element().selectionStart;
},
getCursorIndex function works for Internet Explorer
_getCursorIndex: function() {
return o.value.lastIndexOf("Your String")
},
Thursday, January 31, 2008
System Center Capacity Planner 2007
More Info
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...

