Life in DotNet

Tutto sulla programmazione in .Net linguaggio C# piattaforma asp.net e sharepoint

novembre 2010 - Post

Client Object Model di Sharepoint 2010: DateTime Errata

Utilizzando il client object model di sharepoint 2010 viene visualizzata una data che non coincide con quella presente sulla lista?

Il problema potrebbe essere risolto seguendo il seguente ARTICOLO inserito sul blog di Giuseppe Marchi

 

A presto Fabio!

Silverlight and WP7 Server Logging

Salve,

Vi è mai capitato di dover salvare sul server delle eccezioni generate da un applicazione in Silverlight o Windows Phone 7?

Su codeplex ho trovato un progetto che permette di gestire il tutto, ovviamente richiamando un servizio WCF esposto dal server!

http://silverlightlogging.codeplex.com/   ;)

20 interessanti progetti in WPF scaricabili da codeplex

Vorrei condividere con tutti un post molto interessante che raggruppa alcuni progetti presenti su Codeplex  utili per chi sviluppa applicazioni in WPF o anche in Silverlight:

 http://10rem.net/blog/2010/11/22/20-interesting-wpf-projects-on-codeplex-some-for-silverlight-too

A presto!

Posted: 24 nov 2010 10:55 da Fabio Russo | con no comments
Inserito sotto: , , , ,
Configurare Sharepoint 2010 per ricevere email

Salve,

in questo post scaricato da Codeproject viene riportato come configurare Sharepoint 2010 affinché possa ricevere delle email!

Qui potete trovare il post su codeproject inserito da Raymund Macaalay!

 

1. Add SMTP Feature to your Sharepoint Server

To do that go to your Server Manager by going to Start->Administrative Tools->Server Manager or just type “Server Manager” in the search box.  Once in  the server manager go to features, then in feature summary click “Add Features”.

Select “SMTP Server” and click “Add Required Role Services”.

2. Install IIS 6 Management Console

Since SMTP Management still uses the old MMC UI you need to install the IIS 6 Management Console, to check whether its installed go to Server Manager->Roles->Web Server(IIS) then under the Role Services you will see whats installed, if its not there then click “Add Role Services”.

Choose the required IIS 6 Management Components, and confirm installation.

Once installed you should see it under Administrative Tools->Internet Information Services (IIS) 6.0 Manager.

3. Setup your SMTP Server

Knowing that Internet Information Services (IIS) 6.0 Manager is installed click on it and start setting up your SMTP.

Go to the SMTP Virtual Server, right click on it and choose properties.

Go to Access then setup Authentication, make sure Anonymous Access is checked then click OK.

Now click Connection, choose “All except the list below” then click OK.

Finally click relay choose “Only the list below” and make sure the item  “Allow all computers which successfully authenticate to relay, regardless of the list above” is checked.  Click OK then Apply.

4. Take note of where the Email Drop Folder is located

This will be the location where an email message is dropped of first before processing.  To go there just below “SMTP Virtual Server” you will see “Domains” and right click on the Domain Name of your server the select properties.

5. Check if SMTP service is running

To check if your SMTP Service is runing type “services.msc” in run command, once Serices Console loads go to “Simple Mail Transfer Protocol (SMTP)”, double click the entry and make sure Startup Type is “Automatic” and start the service.  Click Apply and OK.

6. Configure incoming e-mail settings in Sharepoint 2010

Now go to your Sharepoint Central Administration.  Once there go to System Sttings->Configure incoming e-mail settings.

Configure the following options:

  • Enable sites on this server to receive e-mail? -> Yes
  • Settings mode: -> Automatic
  • Use the SharePoint Directory Management Service to create distribution groups and contacts? -> No
  • E-mail server display address: -> YOURSERVER.yourdomain.com, this is the default
  • Safe E-Mail Servers -> Accept mail from all e-mail servers

Click OK and it processes on the background and of of the processes involved is setting up security properties on the Drop Folder which I mentioned on step 4, sometimes that fails (very rarely this happens) so it best to check if that indeed worked by going to the Security Properties of the Drop Folder.

Make sure the security properties are such:

  • WSS_Admin_WPG – Full Control
  • WSS_WPG – Read & Execute / List folder Contents / Read

7. Configure your Sharepoint List Incoming e-mail settings

Now configure your list to accept that emails, to do that choose a list (It will only work on some list types), Calendar or Document Library then go to Communications->Incoming e-mail settings.

Then set up the following

  • Allow this list to receive e-mail? -> Yes
  • E-mail address: > The email address you want, this will be automatically routed once it hits the domain so no need to create it on Exchange
  • Save e-mail attachments? -> Yes, if you want to
  • Save original e-mail? -> Yes, if you want to
  • Save meeting invitations? -> Yes, if you want to
  • E-mail security policy: -> Accept e-mail messages from any sender

Click OK, now your all done, all you have to do it test.

8. Testing Time

Send and email to the one you configured on step 7

Check the Drop Folder mentioned in Step 4 and an email (.eml) file will be there while its being processed.

Once it disappread check your list and the email should be there.

Posted: 10 nov 2010 10:27 da Fabio Russo | con no comments
Inserito sotto:
Italian Agile Day 2010
Share this post :

Cosa avete da fare Venerdì 19 Novembre???

io vi consiglierei di partecipare alla conferenza sulle metodologia Agile che si terrà a genova ;)

di seguito il link di riferimento: http://www.agileday.it/front/2010/italian-agile-day-2010/

 

Saluti Fabio!

Posted: 5 nov 2010 11:00 da Fabio Russo | con no comments
Inserito sotto:
WPF Themes
Share this post :

Salve,

ecco a voi un elenco di temi da utilizzare all’interno di progetti WPF.

Link:http://wpfthemes.codeplex.com/

Saluti Fabio!

Posted: 4 nov 2010 14:02 da Fabio Russo | con no comments
Inserito sotto: ,