1
vote
0answers
41 views

Send Log/Debug Messages to SharePoint from a clientside ActiveX Component

I developed a ActiveX Component (C#) for SharePoint 2010 and would like to send log/debug messages to the SP-Server so that they are viewable in the SharePoint LOGS Folder. How am I doing this? Like ...
0
votes
0answers
22 views

Adding a bundle of scripts to Sharepoint webpart by defining specific folder

I have like fifty of these: <SharePoint:ScriptLink ID="ScriptJquery" runat="server" Name="/_Layouts/ApplicationManagement/Lib/jquery-1.7.1.min.js" /> Is there a way to define a folder and it ...
0
votes
1answer
60 views

Blog Site in Anonymous Use in SharePoint 2010

Trying to setup anonymous access to a SharePoint 2010 blog following: http://www.sharepointblues.com/2010/12/22/blog-site-in-anonymous-use/ I am not sure what I am doing wrong but the source code is ...
0
votes
1answer
87 views

Can I develop a SharePoint 2010 Service Application using .NET 4 or 4.5?

Since SharePoint 2010 Service Applications are abstracted out, is there any way to develop Service Applications using the .NET 4.0 or 4.5?
2
votes
3answers
5k views

How to debug “(500) Internal Server Error.” when calling web services?

I have an application where I am creating a SOAP request by hand and hitting a SharePoint instance. My problem is that the call returns the error: The remote server returned an error: (500) Internal ...
0
votes
0answers
80 views

Automate publication of “Infopath Filler Forms” to SharePoint Library

I've read interesting documentation about automatic publication of Infopath Forms to SharePoint 2010. ...
1
vote
1answer
23 views

When debugging project XYZ a page from ABC will pop up with an exception?

Not sure how much sense that title makes, but the issue that I am running into is that when I begin debugging a project (XYZ) a page from a completely different project (ABC), that is in a different ...