iamsiva

Empty your memory, with a free()... like a pointer! <br /> The pointer can crash...and can overflow..!

Month: May 2015

The page you selected contains a list that does not exist. It may have been deleted by another user.

May 26, 2015 / Leave a Comment

Hai, If you are facing following error in Share Point 2010 Here it is the solution. if you are using host header for site, like my server name is siva-pc, so my site is http://siva-pc. but I am using alias for the site as localhost or some other name. so on the server if I … [Read more…]

Posted in: Sql Server Tagged: SharePoint

List does not exist error while using SharePoint services to get the List

May 25, 2015 / Leave a Comment

Hai, If you get Microsoft.sharepoint.soap exception like below while using Share Point services to get the List <errorstring xmlns=”http://schemas.microsoft.com/sharepoint/soap/”> List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. </errorstring> <errorcode xmlns=”http://schemas.microsoft.com/sharepoint/soap/”>0x82000006</errorcode> For this we have to check two things First one check … [Read more…]

Posted in: SharePoint Tagged: SharePoint

Programming Against a List Using the Lists Web Service

May 24, 2015 / Leave a Comment

Hai, Here am going to program against lists in Share Point, which enables to manage Create, read, update and delete (CRUD) operations against the list. To do this follow the steps. Here we assume we have a list which already created in Share Point Portal. Assume the list name as “StudentDetails” and it has columns … [Read more…]

Posted in: SharePoint Tagged: SharePoint

Event Receiver in SharePoint

May 23, 2015 / Leave a Comment

Hai, Event receivers are effective ways to add triggers to SharePoint solution. To create a simple event receiver, follow the steps  Open SharePoint site and create a new list called SPEventList and leave the list with default Title column Open Visual Studio –> New Project –> Select Event Receiver in the SharePoint 2010 project template folder … [Read more…]

Posted in: SharePoint Tagged: SharePoint

SharePoint LIST

May 23, 2015 / Leave a Comment

SharePoint LIST Lists are the more common objects that we used/code in SharePoint. Basically list represents a type of data structure. It represents a collection of of items comprising objects of similar types. List structure and behavior is similar like database like contains rows and columns. The data in the list is referred as a … [Read more…]

Posted in: SharePoint Tagged: SharePoint

Common issue: new SPSite API call returns “The Web application at http://server:port/ could not be found.”

May 23, 2015 / Leave a Comment

we receive following error message while working on ShrePoint server side object model “The Web application at http://server:port/ could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application” Here … [Read more…]

Posted in: SharePoint Tagged: SharePoint

programming against lists using the server-side object model

May 23, 2015 / Leave a Comment

Hai, Here will see programming against lists using the server-side object model. To do develop applications against SharePoint list we have to Microsoft.SharePoint namespace. To add this DLL reference to your project just go to c:\Program Files\Common Files\Microsoft Shared\Web ServerExtensions\14\ISAPI. Before starting coding against list first will create a simple list using ShapePoint site. To do … [Read more…]

Posted in: SharePoint Tagged: SharePoint

Programming against lists using the Client Object Model

May 23, 2015 / Leave a Comment

Hai, Here will see programming against lists using the Client Object Model. To do develop applications against SharePoint list we have to use Microsoft.SharePoint.Client namespace. To add this reference to your project just go to c:\Program Files\Common Files\Microsoft Shared\Web ServerExtensions\14\ISAPI and Add Microsoft.SharePoint.Client.dll and Microsoft.SharePoint.Client.Runtime.dll DLL files. Before starting coding against list first will create a simple list … [Read more…]

Posted in: SharePoint Tagged: SharePoint

Common Microsoft SharePoint Server 2010 Installation Issues

May 20, 2015 / Leave a Comment

HaiFollowing are some of the common SharePoint Server installation issues and solutions??Issue 1:??an exception of type System.IO.FileNotFoundException was thrown.??additional exception information: could not load file or assembly Microsoft.IdentityModel version=3.5.0.0This issue will raise because Windows Identify Pack wasn’t installed. Install Windows Identify pack and run again.Be sure to install 6.0 for Vista and 6.1 for Windows … [Read more…]

Posted in: SharePoint Tagged: SharePoint

Encrypt or Decrypt Connection Strings in web.config

May 5, 2015 / Leave a Comment

Deploy applications in hosting environment we have to take care of application security items or confidential values of application like secure DB connection string, configuration values etc??? To secure all these information, we need to encrypt the keys.??ASP.NET 2.0 has built in functionality to encrypt / decrypt few sections of web.config file those are??RSAProtectedConfigurationProvider: This … [Read more…]

Posted in: ASP.NET Tagged: ASP.NET, Web.Config
1 2 Next »

Recent Posts

  • SQL Server Import and Export Wizard: The ‘Microsoft.ACE.OLEDB.12.0’ provider is not registered on the local machine.
  • Subscribe is deprecated: Use an observer instead of an error callback
  • No IUserTwoFactorTokenProvider named ‘Default’ is registered
  • Project references are not showing up in Visual Studio
  • SCHEDULED TIME AND AUTHORIZATION POLICY ACCESS CONTROL FOR DATA IN PUBLIC CLOUD

Recent Comments

  • Mr WordPress on Hello world!

Archives

  • February 2022
  • January 2022
  • August 2020
  • August 2019
  • May 2016
  • May 2015
  • March 2013

Categories

  • .NET
  • Angular
  • ASP.NET
  • ASP.NET Core
  • Azure Dev Ops
  • DOTNET
  • SharePoint
  • Sql Server
  • TFS
  • Uncategorized
  • Visual Studio
  • Windows

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Copyright © 2022 iamsiva.

Me WordPress Theme by themehall.com