Programmatically Add User to SharePoint Group

To assign the user to group in MOSS 2007

The following code will add the user to site and to specified group.

private void AddUser(string strSite,string webGroup)
{
SPSecurity.RunWithElevatedPrivileges(delegate()
{
using (SPSite site = new SPSite(strSite))
{
using (SPWeb web = site.OpenWeb())
{
Boolean allowUnsafeUpdate = web.AllowUnsafeUpdates;
përpiqem
{
web.AllowUnsafeUpdates = true;

web.SiteUsers.Add(loginName, MailId, loginId, “”);
web.Groups[webGroup].AddUser(loginName, MailId, loginId, “”);

}
finally
{
web.AllowUnsafeUpdates = allowUnsafeUpdate;
}
}
}
});
}

Stepje Update liron për muajin nëntor 2007

Përditësimi rollup Microsoft® Windows® CE do të lirohet nga e marta e dytë të çdo muaji, publikimin e fundit që ndodhin në ose rreth 11 dhjetor, 2007.

Të rejat e mëposhtme për Windows CE janë liruar kohët e fundit dhe janë në dispozicion për shkarkim. More information for each update is provided in the Readme document available after the individual update(me) has been installed.

Windows CE 5.0
Update name: Windows CE 5.0 Platform Builder Monthly Update (Nëntor 2007)
Download link: http://www.microsoft.com/downloads/details.aspx?FamilyId=B9B800E5-DD00-46DC-8380-0425C8FCEAFB&displaylang=en
Përshkrim: This is a set of updates for Windows CE Platform Builder released during the period of November 1 – November 30, 2007. These Microsoft Windows CE updates are fixes for Windows CE operating system problems you run into during the development and maintenance of your custom platform.

Windows CE 6.0 – Update name: Windows CE 6.0 Platform Builder Monthly Update (Nëntor 2007)
Download link: http://www.microsoft.com/downloads/details.aspx?FamilyId=009E67FE-A447-4035-9B13-49489992832F&displaylang=en
Përshkrim: This is a set of updates for Windows CE Platform Builder released during the period of November 1 – November 30, 2007. These Microsoft Windows CE updates are fixes for Windows CE operating system problems you run into during the development and maintenance of your custom platform.

Moss 2007 & WSS 3.0 Service Pack 1

Sot Microsoft Released Pack Shërbimit 1 for
Microsoft Office SharePoint Server 2007 & Windows SharePoint Shërbimet 3.0

Get It këtu për WSS 3.0 SP1
Get it here for MOSS 2007 SP1

Webcast : Avancuar SharePoint Workflow Dokumenti me Visual Studio 2008

Microsoft Webcast : Avancuar SharePoint Workflow Dokumenti me Visual Studio 2008
Kohë : E premte, Dhjetor 14, 2007 1:30 PM Koha Lindore (SHBA & Kanadë)

Join Robert Shelton për një 90 minutë demonstrim (dmth, Shumë pak, nëse ndonjë PowerPoint slides) në ndërtimin Document menu për SharePoint (Moss 2007) me Visual Studio. Për këtë demonstratë, Robert will be using the soon to be released Visual Studio 2008 (showing new features for Workflow Developers), however all of the demonstrations could also be accomplished using Visual Studio 2005 with Workflow Extensions.

What you will learn:

• New features for SharePoint Workflow Developers in Visual Studio 2008
• New SharePoint API’s for SharePoint workflow
• How to debug SharePoint Workflow’s using the Visual Workflow Designer
• The new single-click deployment of workflows using Visual Studio 2008
• How to send emails from a SharePoint Workflow using Visual Studio (2005 & 2008)
• How to (programmatically) assign users Tasks (think Outlook Tasks) and track their progress
• How to enable users to re-assign/delegate tasks, and track that this was done

Regjistrohu Këtu

Turn Off gabim i papritur ka ndodhur në MOSS 2007 Për Display Exception Detail

Moss 2007 nga default do të shfaq në faqen e gabimit porosi për të gjitha gabimet e ndodhur në faqen

Në fazën e Zhvillimit do të jetë e vështirë për zhvilluesit për të kuptuar gabimin e saktë. Ndrysho modifikimet e mëposhtme me web.config e aplikimit web. Pastaj ajo do të tregojë detajet përjashtim në faqen e gabimit.

  • Turn the call stack on by searching for and change it to CallStack=”i vërtetë”.
  • Turn off the SharePoint error pages by turning off custom error pages: to mode=”Off”.

Dont do this modification with the production site.

Coz…..the users may get scared of long errors. 😉

Toolkit Monitorimi SharePoint

Microsoft Released e SharePoint 2007 Tookit Monitorimi Get it Këtu

Përmbledhje
Toolkit Monitorimi SharePoint ju ndihmon të menaxhuar mjedise Microsoft® SharePoint® të të gjitha vlerave me dy pako të reja të menaxhimit për Sistemit Center Operations Manager 2007:

  • Windows SharePoint Services 3.0 Menaxhimi Pack
  • Microsoft Office SharePoint Server 2007 Menaxhimi Pack

Këto pako të monitoruar gjendjen shëndetësore të komponentëve në mjedisin tuaj SharePoint që ndikojnë në performancën dhe disponueshmërinë. Kur ka një çështje që mund të shkaktojnë shërbim apo degradim të performancës, Menaxher Operacioneve 2007 përdor paketat e menaxhimit për të zbuluar çështjen, të lajmërojnë për ekzistencën e saj, dhe lehtësuar Diagnoza dhe menaxhimit korrigjues actions.The pako të monitoruar:

  • Windows SharePoint Shërbimet 3.0 shërbime të lidhura (Orë, Gjurmimi dhe Kërkim)
  • Windows SharePoint Shërbimet 3.0 Ngjarje të ngjashme
  • Aplikacionet Web server të tilla si shërbimet e informacionit të internetit (IIS)
  • IIS lidhura Ngjarje
  • Microsoft SQL Server® database-related events
  • WSS Server performance

The SharePoint Monitoring Toolkit Management Packs have been rewritten from the ground up to take advantage of the latest features of System Center Operations Manager 2007. Major improvements from previous packs include:

  • Extended rules
  • New and improved reports
  • Additional actions
  • New views
  • Elimination of backward compatibility dependencies
  • Increased reliability
  • Noise reduction through tuning and event suppression
  • Thoroughly tested compatibility of management packs with:

Sistemi Qendra Menaxher Operacioneve 2007
System Center Essentials
Microsoft Office SharePoint Server 2007 SP1

Programuar Read Lista & Shiko Përmbajtja në SharePoint

Kam marrë një detyrë për të punuar në zhvillimin dritaret e aplikimit që do të shkoj të marr Lista Shikoni dhënat nga SharePoint dhe të përpunuar të dhënat në fitore formon app.

Më parë i përdorur për të shkoj të marr të dhënat duke përdorur Lists.asmx,views.asmx.

Tani i erdhi për të dini ka mënyrë tjetër për të shkoj të marr të dhënat nga Lista View.

Sintaksë:
https://myserver.com/_vti_bin/owssvr.dll?Cmd = Display&Lista ={list Id}&View={View Id}&XMLDATA=true

Example URL:

https://myserver.com/_vti_bin/owssvr.dll?Cmd = Display&Lista ={EA1BD05B-DB5B-434B-B2FC-B9AB9EE18A91}&View={B959F555-798B-4F47-9FBB-81513B85F906}&XMLDATA=true

Now it will give the xml data as response.

write the response to xmldoc and process the data.

HttpWebRequest myRequest = (HttpWebRequest)WebRequest.Create(“https://myserver.com/_vti_bin/owssvr.dll?Cmd = Display&Lista ={EA1BD05B-DB5B-434B-B2FC-B9AB9EE18A91}&View={B959F555-798B-4F47-9FBB-81513B85F906}&XMLDATA=true”);

myRequest.Credentials =
System.Net.CredentialCache.DefaultCredentials;
HttpWebResponse response = (HttpWebResponse)myRequest.GetResponse();
XmlDocument doc = ri XmlDocument();
doc.Load(response.GetResponseStream());

Microsoft BizTalk Server 2006 VHD

Hi Devs,

A jeni duke kërkuar për BizTalk Server 2006 Zhvillimi Mjedisit.
Dont u shqetësoni(Windows XP është e mjaftueshme për ju për të pritur VHD)

Get it këtu për BizTalk Server 2006 VHD.

Shkarko PC virutal të organizojë të VHD Skeda.

Microsoft Office SharePoint Server 2007 VHD

Hi Devs,

A jeni duke kërkuar për Mjedisin Zhvillim për të mësuar MOSS 2007.

Këtu është mënyra. Microsoft jep Preconfigure VHD për MOSS 2007.

Get it këtu

Nëse keni ndonjë çështje në konfigurimin VHD ju lutem postoni ketu.

Download Virtual PC to Host the VHD.

Rritja Ngarkim Madhësia e dokumentit në Moss 2007

Për Rritja Ngarkim Madhësia e dokumentit në Moss 2007

By Default Moss do të na lejojë të ngarkoni Madhësia e dokumentit deri në 50 MB.
Nëse ju doni të rritur madhësinë e file upload.

Ndiqni hapat e mëposhtëm:
Administratës Qendrore Hapur

  • Settings Open Web Application përgjithshme

  • Ndrysho maksimal Ngarkim Size për madhësinë e kërkuar
  • Upload File size can be up to 2 GB

Now you have done with change of upload file size.

Enjoy uploading 🙂