In these days i was looking for a solution to my client’s requests: i have a single Web Application with a DNS registered and i want 3 different site collection under this web application, but every site collection has to have a different URL and DNS. At first I searched a solution working with Alternate [...]
Archivio per la categoria Sharepoint
Hi there, just a little suggestion I found today using my service wcf integrated in the SharePoint web application as discussed here. Today I had to use a SharePoint library (located in the same Web Application) to retrieve some data: so, running the code with Elevated Privileges, I had – anyway – an error before [...]
In my current project I have to find some trick for the end user that shows the Sharepoint application as a complete WEB 2.0 application. I have a lookup field and so why not create a lookup field without the classic drop down but with the intellisense. I searched in the net and I found [...]
In Sharepoint 2010 it’s already available the functionality to retrieve information by REST Services and JSON. I tried this functionality and posted in this blog some week ago; I’m deploying now an application in MOSS 2007 where I need to use a service with the role of “broker” to get information through external services or [...]
Scenario: I have a a webpart that load a ascx control; the user control contains a grid (in my case a RadGrid) and when i tried in the Page Load of ascx get my grid, I had always a null object. Solution: My error was that in the OnLoad event of my web part I instantiated the user control [...]
In the new version of SharePoint it is available the Client Object Model. When they announced it at SharePoint Conference I said: “Finally!!” The SDK available only on a server machine was really uncomfortable and so one of the first experiment in SharePoint 2010 was with Rest technology and JSON. Rest (Representational State Transfer) is not a [...]
One the most annoying things in Sharepoint 2007 were the upgrade of the Content Type, add a new Field for example, change some list definition. So, while I was looking for the improvements of SharePoint 2010 I discovered the UpgradeActions tag in the feature. First of all: SharePoint 2010 use the Version attribute in Feature element to execute [...]
Yesterday I finally configured my new server with SharePoint 2010. First of all I took a WSP solution created with MOSS 2007 and run the PowerShell Script to install, deploy it and activate all the features. WOW! Everything worked perfectly! After seeing all the changes in the look&feel of Sharepoint 2010, I need now to [...]
Finally i found some time to install my new server and testing Sharepoint 2010. I spent a couple of hours to do everything and now I need only configure the Central Administration. I had some little problem with some prerequisite, but finally, everything went OK. You can find the complete list of prerequisites here. Finally a friend found [...]
I participated in March the SharePoint Conference 2010 in Milan: really a good experience. Right now, i’m finally approaching to install SharePoint 2010 in a VMWare and, before of all, I wanted to take an overview in the net and in all the slides from Sharepoint Conference 2010. Finally I don’t know if all the [...]