Praveen
Name: Praveen
Score: 1,240.39
Last Seen: 2 days, 3 hours, 31 minutes ago
Member Since: 1 October, 2009
DotNetShoutout
atom rss
2
shouts

Windows server 2008 and SharePoint server

posted by PraveenPraveen 2 days, 3 hours, 32 minutes ago
Wednesday, March 17, 2010 2:53:07 AM GMT
This is the best article that covers complete information about the requirements for installing SharePoint server on Windows Server 2008. This is important article because this is the starting point for the people who like SharePoint 2010. Because SharePoint 2010 install only on Windows Server 2008. http://blogs.msdn.com/sharepoint/archive/2008/01/16/windows-server-2008-and-sharepoint-resources.aspx (more)
category: Foundation | clicked: 5 | comment | | source: praveenbattula.blogspot.com
tags: SharePoint 2010, Windows Server 2008
2
shouts

Fix for Not able to connect to SharePoint 2010 server web sites

posted by PraveenPraveen 3 days, 1 hour, 7 minutes ago
Tuesday, March 16, 2010 5:17:31 AM GMT
Today, I started working on SharePoint 2010 server side object model to delete all the files from the document library using batch command. I have written all the code but, I failed to connect to the web site using SPSite class. I tried all combination like with server name, ip address and many more. Always I am getting the exception that "not able to connect to SharePoint site". This is the actual exception : "The Web application at http://nb16 could not be found. Verify that you have typed the URL c... (more)
category: Foundation | clicked: 3 | comment | | source: praveenbattula.blogspot.com
tags: SharePoint 2010, Visual Studio 2010, x64
2
shouts

Fix to Report viewer problems in IIS 7 or later

posted by PraveenPraveen 3 days, 21 hours, 31 minutes ago
Monday, March 15, 2010 8:53:34 AM GMT
When we migrate web applications from IIS 6 to IIS 7 or IIS 7.5, we will face some problems in http handlers, mappings etc. I faced some problems with reportviewer control. So, below are all problems I have faced and solutions to them. And one more thing is, the server to which we migrated the application may or may not have all the report viewer dlls available in the system. If they didn't install then we need to install them. Otherwise you will get compilation error as we are using that in our applicat... (more)
category: ASP.NET | clicked: 3 | comment | | source: praveenbattula.blogspot.com
tags: IIS7, ReportViewer, SSRS
3
shouts

SharePoint 2010 Client Object Model - Managed Client OM - How to use

published 7 days, 18 hours, 9 minutes ago posted by PraveenPraveen 8 days, 13 hours, 27 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Wednesday, March 10, 2010 4:57:44 PM GMT
After I have written nice posts on complete details on Client Object Model and ECMAScript introduction planned to write introduction posts on Managed Client OM and Silverlight Client OM. So, in this post, we will discuss on Managed Client Object Model. So, Managed Client Object Model is simple .NET code written based on CLR. So, you can use C#.net or VB.net to write code and execute whatever you want against SharePoint server.So, you can use any c# project to write code and run it. But, are there any... (more)
category: Foundation | clicked: 20 | comment | | source: praveenbattula.blogspot.com
tags: Client Object Model, managed code, SharePoint 2010
3
shouts

SharePoint 2010 release date announced

posted by PraveenPraveen 9 days, 9 hours, 19 minutes ago
Tuesday, March 09, 2010 9:05:38 PM GMT
SharePoint 2010 and Office 2010 release date announced and it will be on May 12, 2010. Read more about it here. http://blogs.msdn.com/sharepoint/archive/2010/03/05/sharepoint-2010-office-2010-launch.aspx (more)
category: Foundation | clicked: 4 | comment | | source: praveenbattula.blogspot.com
tags: Release date, SharePoint 2010
3
shouts

SharePoint 2010 Silverlight Client Object Model - How to use

posted by PraveenPraveen 10 days, 20 hours, 14 minutes ago
Monday, March 08, 2010 10:10:31 AM GMT
As part of the introduction series, I want to present the advantage of the client object model introduced in SharePoint 2010. There are great advantages with this model as it don't require SharePoint needs to be installed on the client machine. We just need to refer the client dlls which Microsoft SharePoint provides and based on them we will write code to communicate with SharePoint server. In this article we will go through Silverlight Client Object Model. If you want to know the other client object mo... (more)
category: Foundation | clicked: 1 | comment | | source: praveenbattula.blogspot.com
tags: Client Object Model, SharePoint 2010, Silverlight
3
shouts

Sql Express instance is not in the list of network servers

published 12 days, 14 hours, 20 minutes ago posted by PraveenPraveen 13 days, 12 hours, 20 minutes ago
Saturday, March 06, 2010 4:04:10 PM GMT Friday, March 05, 2010 6:04:13 PM GMT
Today, I have a requirement to work with SQL Server express. So, I setup a server with Sql server express installed and configured everything we needed. My team has 4 developers and everyone should access the sql server express to run the project. But, when they try to access the sql server express instance the server is not responding and always it results an error. When I open network servers, I found only the instances of my sql sever and in that list I didn't find the new sql server express I have se... (more)
category: SQL | clicked: 5 | comment | | source: praveenbattula.blogspot.com
tags: Sql Browser, SQL Express
3
shouts

Sql Server Reporting services 2008 Tablix control

published 12 days, 14 hours, 20 minutes ago posted by PraveenPraveen 13 days, 12 hours, 22 minutes ago
Saturday, March 06, 2010 4:04:10 PM GMT Friday, March 05, 2010 6:02:48 PM GMT
When working with Sql server 2008 reporting services I found a new control named Tablix. [Of course there are plenty of new features] This is a mix of both Table and a Matrix. The main and great advantage of it is when we drag a table or matrix to the report body you can't find table or matrix any more. The report control automatically convert it to Tablix. Now, it's very easy to show the complex and grouping of data with this control. The interest thing in 2008 reporting services is, When I open report... (more)
category: SQL | clicked: 13 | comment | | source: praveenbattula.blogspot.com
tags: SQL Server 2008, SSRS, Tablix
3
shouts

JQuery live() method for Focus and Blur

published 12 days, 14 hours, 20 minutes ago posted by PraveenPraveen 13 days, 12 hours, 25 minutes ago
Saturday, March 06, 2010 4:04:10 PM GMT Friday, March 05, 2010 5:59:28 PM GMT
Everyone knows these days we are liking the client side implementation as much as we can. That is the only reason why all the client side languages are more popular. In Jquery, Live() method is very nice concept and as we know it is not supporting all the events. [Hope in version 1.4.* it is coming.] I had a requirement to raise an event when user goes away from the input control and that input controls are dynamically generated. But, as we know, we don't have live() method support for blur and focus eve... (more)
category: Foundation | clicked: 15 | comment | | source: praveenbattula.blogspot.com
tags: Blur, Events, focus, jQuery, Live
5
shouts

SharePoint 2010 ECMAScript - how to know all methods in SP object and debug

published 14 days, 18 hours, 53 minutes ago posted by PraveenPraveen 15 days, 20 hours, 29 minutes ago
Thursday, March 04, 2010 11:31:14 AM GMT Wednesday, March 03, 2010 9:56:02 AM GMT
After spent good time to write nice posts on Client Object Model and ECMAScript how to use, I want to present you another nice tip on how we know all the methods and properties available for the SP object in the ECMA javascript . MSDN documentation is not finalized or completed yet to know what properties and methods  for SP objects have. And when you want to query something [like list or web] and you are not aware of what it has inside methods and properties, then the best way as far as I know is, using... (more)
category: Foundation | clicked: 28 | comment | | source: praveenbattula.blogspot.com
tags: Client Object Model, Debugging, ECMAScript, methods, SharePoint 2010
5
shouts

SharePoint 2010 ECMAScript - How to know logged in user information

published 15 days, 14 hours, 50 minutes ago posted by PraveenPraveen 16 days, 20 hours, 33 minutes ago
Wednesday, March 03, 2010 3:34:31 PM GMT Tuesday, March 02, 2010 9:51:24 AM GMT
This is post which is simple and not really needed. But when I started writing the code in ECMAScript I have faced problems in getting the logged in user information. So, my readers may feel good after see this post and really most the users are looking for this too. By this time, we have really understood all about ECMAScript Client Object Model and debugging. So, it's easy for us to know it well. Please find the code below to get the current user information. So, the above code returns you the use... (more)
category: Foundation | clicked: 6 | comment | | source: praveenbattula.blogspot.com
tags: Client Object Model, ECMAScript, SharePoint 2010
4
shouts

SharePoint 2010 HTML Markup changes in rendering

posted by PraveenPraveen 17 days, 19 hours, 35 minutes ago
Monday, March 01, 2010 10:49:42 AM GMT
Wow. SharePoint 2010 has lot of new features. Everyone knows that. But, among all of them, the main thing I have really loved is the HTML markup generated for the SharePoint 2010. You know what? They have replaced the tables with Div and ul, li etc. So, this is a very good thinking and change from SharePoint team which likes by all and browsers. Everyone knows what are the problems with TABLES and in SharePoint 2007 you find many many tables. But not any more in SharePoint 2010. Below is the simple sna... (more)
category: Foundation | clicked: 4 | comment | | source: praveenbattula.blogspot.com
tags: HTML, Markup, SharePoint 2010
3
shouts

SharePoint 2010 LoadQuery Vs Load Methods

posted by PraveenPraveen 17 days, 19 hours, 38 minutes ago
Monday, March 01, 2010 10:47:01 AM GMT
In SharePoint 2010 we can speak about a year continuously about the new features and APIs. They have included plenty of things and should be made developer life easy!!! Here is a nice concept I want to tell to my readers about what is the difference between the load() and loadQuery() methods. The main definition both will use to load the data or objects you want from the SharePoint server. Then where is the difference? To reduce the confusion, first, we will discuss these in the Managed Client OM [... (more)
category: Foundation | clicked: 2 | comment | | source: praveenbattula.blogspot.com
tags: Differences, load, LoadQuery, SharePoint 2010
3
shouts

SharePoint 2010 - Complete details about Client Object Model

posted by PraveenPraveen 20 days, 12 hours, 38 minutes ago
Friday, February 26, 2010 5:46:52 PM GMT
This is the introduction to the Client Object model introduced in the SharePoint 2010. This is going to be a huge help and useful part in SharePoint 2010 for developers and makes lot of customization to the existing SharePoint system. In eariler versions, I mean till SharePoint 2007 the code runs using the SharePoint object model to run against the server which is running SharePoint. Other than the SharePoint server object model, other way is, simply reference the web service and use that to get and ... (more)
category: Foundation | clicked: 6 | comment | | source: praveenbattula.blogspot.com
tags: Client Object Model, ECMAScript, SharePoint 2010
7
shouts

SharePoint 2010 - Client Object Model - ECMAScript - Introduction on how to use

published 18 days, 17 hours, 30 minutes ago posted by PraveenPraveen 21 days, 11 hours, 17 minutes ago
Sunday, February 28, 2010 12:54:31 PM GMT Thursday, February 25, 2010 7:07:18 PM GMT
In SharePoint 2010, the great feature is introducing the client object model [Read this article before proceed]. The great advantage with this is, we can do plenty of things without server side coding using the ECMAScript. There are plenty of default supported files to use and do whatever you want with the SP Package files. All javascript files will be found in the layouts folder. All of them starts with "SP" name. ECMAScript works only for the current context. It means from outside of the site, you ... (more)
category: Foundation | clicked: 71 | comment | | source: praveenbattula.blogspot.com
tags: Client Object Model, Client OM, ECMAScript, SharePoint 2010
5
shouts

JQuery 1.4.2 released

posted by PraveenPraveen 22 days, 16 hours, 43 minutes ago
Wednesday, February 24, 2010 1:41:53 PM GMT
These guys are very quick and fast updates in releases. Jquery 1.4.2 is released and they came up with strong version. This version again improved plenty of things in terms of performance and some events. Fixed lot of issues and bugs. So, get it and use it. Read the complete list of features on their site. http://blog.jquery.com/2010/02/19/jquery-142-released/ (more)
category: ASP.NET | clicked: 10 | comment | | source: praveenbattula.blogspot.com
tags: JQuery 1.4.2, Release
3
shouts

Retrieving the COM class factory for component with CLSID {BDEADF26-C265-11D0-BCED-00A0C90AB50F} failed due to the following error: 800703fa

posted by PraveenPraveen 22 days, 16 hours, 43 minutes ago
Wednesday, February 24, 2010 1:41:29 PM GMT
This is a SharePoint 2010 BETA edition exception. Most of the people who are working with SP2010 should get this exception. Below are the exception details: Retrieving the COM class factory for component with CLSID {BDEADF26-C265-11D0-BCED-00A0C90AB50F} failed due to the following error: 800703fa. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Ex... (more)
category: Foundation | clicked: 8 | comment | | source: praveenbattula.blogspot.com
tags: Exceptions, SharePoint 2010 BETA
5
shouts

Declarative workflows cannot automatically start if the triggering action was performed by System Account

published 23 days, 10 hours, 47 minutes ago posted by PraveenPraveen 24 days, 11 hours, 47 minutes ago
Tuesday, February 23, 2010 7:37:51 PM GMT Monday, February 22, 2010 6:37:55 PM GMT
This is the exception came to me today when I try to run a workflow on a list when an item is created. I tried different combination and didn't get the problem resolved. Even I removed all workflow conditions and actions and placed a simple update like update the title of the item in workflow body. Still that didn't give me the result. The workflow  is not starting at all automcatically. After some research found that, when we are using system account [With the account we installed SharePoint], the w... (more)
category: Foundation | clicked: 9 | comment | | source: praveenbattula.blogspot.com
tags: Sharepoint, Workflows
3
shouts

JQuery conflict when using different javascript libraries

posted by PraveenPraveen 24 days, 11 hours, 48 minutes ago
Monday, February 22, 2010 6:36:27 PM GMT
Today, I came to a scenario where I need to use JQuery and Prototype libraries in my application. Both are operating with $() to access the objects and do the client side logic. But, the $() is getting conflicted between JQuery and Prototype libraries and things got messed up. So, it should be a good practice to distinguish them because who knows what requirements come in future and how many client side javascript technologies we are going to use. The code which we have shouldn't effect anything, right?.... (more)
category: ASP.NET | clicked: 1 | comment | | source: praveenbattula.blogspot.com
tags: Conflict, jQuery, Sharepoint
3
shouts

User profile import problems in SharePoint 2010

posted by PraveenPraveen 24 days, 11 hours, 50 minutes ago
Monday, February 22, 2010 6:35:03 PM GMT
I know, most of the SharePoint administrators and development team facing problems with importing or syncing up the active directory with user profile store or SSP in SharePoint 2010. There are many reasons and you need to read the complete documentation before do anything. I have initiated the thread in MSDN forums here and still that is growing. User profile import But, there are some configurations we need to check before do the user profile import. One of the important notes is "The farm is r... (more)
category: Foundation | clicked: 5 | comment | | source: praveenbattula.blogspot.com
tags: SharePoint 2010, Synchronization, User profiles
Previous 1 2 3 4 5 Next