| bio | website | twitter.com/HosseinAarabi |
|---|---|---|
| location | California | |
| age | 93 | |
| visits | member for | 2 years, 2 months |
| seen | yesterday | |
| stats | profile views | 74 |
Solving business problems using SharePoint products and technologies, and:
- Fundamental technologies/frameworks such as C#, WCF, SQL, HTML5, JQuery, JavaScript...
- Development methodology such as Scrum.
|
May 1 |
awarded | Popular Question |
|
Apr 25 |
revised |
Local administrator privilege is required to update the Farm Administrators' group added an update |
|
Apr 22 |
comment |
What version of Visual Studio 2012 needed for SP Dev An extra reference regarding the minimum version of VS 2012 required for developing SharePoint Solutions: msdn.microsoft.com/en-us/library/ee231582.aspx |
|
Apr 11 |
accepted | Local administrator privilege is required to update the Farm Administrators' group |
|
Mar 27 |
comment |
Could not find endpoint element with name '' and contract '' in the ServiceModel client configuration section I mean <System.serviceModel>...</System.serviceModel>. Copy that section and place it in your main SharePoint web.config file (in IIS, find your SharePoint virtual directory, there is a webconfig; make sure you save a copy before you edit). Your code is trying to find an endpoint for your WCF service; it cannot find it, because you have not specified an endpoint in your SP web.config. |
|
Mar 26 |
comment |
Could not find endpoint element with name '' and contract '' in the ServiceModel client configuration section Have you tried putting the web service configuration (Service.ServiceModel tag) in the SharePoint's web.config? |
|
Mar 18 |
awarded | Yearling |
|
Jan 14 |
suggested | suggested edit on Suggestion : KB 2756920 causes several issues |
|
Jan 2 |
revised |
SharePoint 2013 Installation Issue deleted 70 characters in body |
|
Jan 2 |
comment |
SharePoint 2013 Installation Issue I agree with you. I have to eventually convince our IT Admin to migrate this server to a domain. Or, convince him to create a separate sever as a domain controller. |
|
Dec 31 |
revised |
Opening SharePoint Central Admin throws an error added 93 characters in body |
|
Dec 31 |
answered | Opening SharePoint Central Admin throws an error |
|
Dec 31 |
comment |
Opening SharePoint Central Admin throws an error Are you running the latest Service Pack (SP 3) of SP 2007? |
|
Dec 31 |
comment |
Opening SharePoint Central Admin throws an error What happens when you right click the CA site and run as administrator? |
|
Dec 31 |
comment |
Opening SharePoint Central Admin throws an error After you ran the SharePoint Product Configuration Wizard, I assume you received a successful message. Do you see any warnings in the logs after running the wizard? |
|
Dec 31 |
revised |
Opening SharePoint Central Admin throws an error edited tags |
|
Dec 31 |
revised |
SharePoint 2013 Installation Issue added 199 characters in body |
|
Dec 28 |
comment |
SharePoint 2010 - Visual Studio Project Structure The important thing to remember is that you should maintain consistency and clarity when designing your project structure. You should also watch out of long solution/project/file names. I have seen people use the project namespace as the project name, later causing long path issues. I personally try to keep the file names short but descriptive enough. |
|
Dec 26 |
comment |
Critial Error: Site xxx does not need to be upgraded No, please see update 1 screenshot. |
|
Dec 25 |
revised |
Critial Error: Site xxx does not need to be upgraded added 97 characters in body |