 |

|
Apologies for the shouting but this is important.
When answering a question please:
- Read the question carefully
- Understand that English isn't everyone's first language so be lenient of bad spelling and grammar
- If a question is poorly phrased then either ask for clarification, ignore it, or mark it down. Insults are not welcome
- If the question is inappropriate then click the 'vote to remove message' button
Insults, slap-downs and sarcasm aren't welcome. Let's work to help developers, not make them feel stupid.
cheers,
Chris Maunder
The Code Project Co-founder
Microsoft C++ MVP
|
|
|
|

|
For those new to message boards please try to follow a few simple rules when posting your question.- Choose the correct forum for your message. Posting a VB.NET question in the C++ forum will end in tears.
- Be specific! Don't ask "can someone send me the code to create an application that does 'X'. Pinpoint exactly what it is you need help with.
- Keep the subject line brief, but descriptive. eg "File Serialization problem"
- Keep the question as brief as possible. If you have to include code, include the smallest snippet of code you can.
- Be careful when including code that you haven't made a typo. Typing mistakes can become the focal point instead of the actual question you asked.
- Do not remove or empty a message if others have replied. Keep the thread intact and available for others to search and read. If your problem was answered then edit your message and add "[Solved]" to the subject line of the original post, and cast an approval vote to the one or several answers that really helped you.
- If you are posting source code with your question, place it inside <pre></pre> tags. We advise you also check the "Encode "<" (and other HTML) characters when pasting" checkbox before pasting anything inside the PRE block, and make sure "Use HTML in this post" check box is checked.
- Be courteous and DON'T SHOUT. Everyone here helps because they enjoy helping others, not because it's their job.
- Please do not post links to your question into an unrelated forum such as the lounge. It will be deleted. Likewise, do not post the same question in more than one forum.
- Do not be abusive, offensive, inappropriate or harass anyone on the boards. Doing so will get you kicked off and banned. Play nice.
- If you have a school or university assignment, assume that your teacher or lecturer is also reading these forums.
- No advertising or soliciting.
- We reserve the right to move your posts to a more appropriate forum or to delete anything deemed inappropriate or illegal.
cheers,
Chris Maunder
The Code Project Co-founder
Microsoft C++ MVP
|
|
|
|

|
Hi can anybody please answer me if I can use sharepoint to develop and design a website then I publish or deploy it on another server that doesn't install sharepoint server, I mean is there any method or way to publish sharepoint website to another servers like what we do in visual studio, thanks.
|
|
|
|
|
|
|

|
Hello, I need help please!
I am developing a website that I need to use the CAML Query Client (java script) in sharepoint designer.
But when I run the query, the same comes back empty.
My Web Application is configured with authentication "Clains based authetication".
When I run in a Web Application with Authentication Mode classic authetication works normally.
I went to see the error log and had this exception:
[10:53:48] System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse (SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke (String methodName, Object [] parameters)
in SPCAMLQueryHelper.SPWSWebs.Webs.GetWebCollection ()
in SPCAMLQueryHelper.WebServiceWork.SiteAndListTreeLoader.Worker ()
|
|
|
|

|
Hi
I have an web application developed on MOSS 2007, with custom web parts and reports etc. Now client wants to migrate to higher version Sharepoint 2010. I like to know the best way to migrate?
Content database detach and attach method (or)
use tools to migrate.
Regards
Naina
Naina
|
|
|
|

|
Hello,
I would like to make a XsltListViewWebPart with a custom view in Sharepoint Design 2010.
There are 3 Profiles accessing my bug LIST:
- Manager
- Quality Assurance
- Contributors (Developers, Designers and so on)
- The Contributors can see the items that are assigned to it and can also see the items that are in the group he belongs to.
- The Quality Assurance and Manager profiles must see all the items.
I need to make a filter in the view using CAML query.
I have this query:
<Where>
<! - For Quality Contributor and manager did not work ->
<Or>
<membership Type="CurrentUserGroups">
############## MY QUESTION IS HERE ##############
</ Membership>
<Or>
<! - For contributors - worked ->
<membership Type="CurrentUserGroups">
<FieldRef Name="Grupo_x0020_Respons_x00e1_vel"/>
</ Membership>
<Eq>
<! - For me - it worked ->
<FieldRef Name="AssignedTo"/>
<value type="integer">
<UserID Type="Integer"/>
</ Value>
</ Eq>
</ Or>
</ Or>
</ Where>
How do I make the condition for the profiles “MANAGER” and “QA” because They need to have full control of all items and the “CONTRIBUTORS” profile can only have access to their group items.
|
|
|
|

|
Hi,
I will be doing some Sharepoint projects after three month. can you give me the ideas of how to develop/start programming using sharepoint.
Thanks.
|
|
|
|

|
you have not mentioned the which sharepoint version you are going to use in your projects..
firstly mention whether you r going to use sharepoint 2007 or 2010 or 2013...
|
|
|
|
|
|

|
Got a list that will hold domain accounts so I can have access to their email addresses. I am using the following code to add them to the list:
Dim exec As New SPFieldUserValue
For Each entity As PickerEntity In sppeExecs.ResolvedEntities
web.EnsureUser(entity.Key)
exec = New SPFieldUserValue(web, Convert.ToInt32(entity.EntityData("SPUserID")), entity.Key)
Next
Dim execList As SPList = web.Lists.TryGetList(ListName)
If execList Is Nothing Then
errorMessage.InnerText = "Sorry, but the Executive Director List could not be loaded. Please contact the IT Department Help Desk @ extension 2195."
Exit Sub
End If
Dim execItem As SPListItem = execList.AddItem()
execItem(Name) = exec
execItem(Active) = True
What happens is in the For Each loop at the beginning the exec variable isn't being loaded with a value. I've done this before and it has always worked, so I don't know what I must have forgotten to do.
|
|
|
|

|
Hi all,
When i am opening term store management it is showing this error.
I have checked all services are running.I have also checked Managed metadata web service is running by going in Central admin->Application Management->System Setting->manage services on server.
I have given all necessary permissions to me,as i am the admin.
Also when i am Creating the new Manage metadata service,it is creating but on clicking showing the same error.
Can anyone Please Help me on this issue as soon as possible.
|
|
|
|

|
Hi,
I am trying to change the password for a managed account in Central Admin, Managed Account. When I click OK button below error came. Any Idea how to solve it.
"Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied"
Thanks,
Gyan
|
|
|
|

|
I have to do reporting in my sharepoint 2010 site. I have charts web parts in my page . i want to add button to export each one to pfd.How can i do that?is it possible to do that with iTextSharp PDF Library?
Please help me to find any way to solve my problem
|
|
|
|

|
Someone has any idea about this???
|
|
|
|

|
Creating a document library in Visual Studio and was wondering if you could setup the versioning there. That way, if I don't deploy the package I know that it is turned on the way I had intended it to be turned on.
|
|
|
|

|
I have a couple of projects where a use a people picker to get users added to a list. In our current domain environment we have two domains: our main domain that is used for user login information and another domain that was created for our erp system that, in my own opinion, needs to go away but hasn't. The erp domain is an exact copy of or main domain except that the user names are different and none of the profiles contain a user's email address.
What I would like to do is filter out that erp domain from the people pickers so that users don't select those accounts. Is there a way to do this?
|
|
|
|

|
I am new to SharePoint and want to know more about uses of Tags and Notes in SharePoint 2013.... I tried browsing through many sites, but didnt get the clear picture of it. Please can anyone help me in understanding these concepts.?
Thanks in advance
Regards
Ashwini
|
|
|
|

|
Dear Team,
Please help me out, i am getting bug..,
1) The resource you are trying to reserve is not available at the time you specified.
2) Full calendar showing was blue bar forever all resource.
Am using wsp file in sp2010 i have done the install through this url :- (http://blog.karstein-consulting.com/2011/10/25/ , but still am struggle the errors
Regards
Mani.
smanisekhar555@gamil.com
7259805505
|
|
|
|

|
Hi
I am having a requirement were i need to have facebook chat UI in My site were it need to same UI we have in facebok site.
Kindly let me know if you already have coded or used any third party tool for the same in any of your project
FYI: we used mango chat but it has some issues to make use of the feature(we tried for sharepoint2010 environment)
Its s very urget requirement need to finish ASAP,kindly let me now if any other details to be shared.
Appreciate your quick response and Thank you in advance.
Ashwin
modified 15 Apr '13 - 8:44.
|
|
|
|

|
hi
I'am a beginner on SharePoint development, i would like to know if someone could give me a starting project such a hello world to start working, i have tried web parts but i need a full project to understand how it woks, really i need your help
thanks in advance
|
|
|
|

|
Hi all,
I have a text field in List. I want when I open Edit / Add new item Form, TextBox control of text field will be replaced by a dropdownlist. Dropdownlist is dynamically binding, not static. How can I do this??? I have found in few days but I still haven't done.
Please help me,
Thanks you :|
|
|
|
|
 |