0
votes
1answer
34 views

Read init params of workflow after it started

There's a sharepoint 2010 site of which I'm administrator. This site has a library with many items and workflows. One of the workflows is behaving wrong. I would like to look at the initialization ...
0
votes
0answers
84 views

Sharepoint Solution showing old server url while debugging in visual studio 2010

I have a SharePoint solution which I developed in a server named HostA, and was deployed in the same server at the url, http://HostA:2100/ASD Later I moved the entire solution to a new server HostB, ...
0
votes
2answers
218 views

ASP.NET/C# equivalent to js alert() or php echo

I am trying to debug a method and need to trace how a variable is being changed to see where I went wrong. What in ASP.NET/C# could I use to do this? For example if it was php I could stick an echo ...
0
votes
3answers
907 views

Debugging sandboxed ItemUpdated event receiver - breakpoints not hit

I'm trying to debug an ItemUpdated event receiver in SharePoint 2010. I add breakpoints to the code, and hit F5 in Visual Studio 2010. I click Attach when I'm prompted to attach to the process. Then, ...
0
votes
0answers
125 views

Custom default view of a list is redirected to phantom page - how to remedy it now and avoid this in future?

In a list (named "Delivery") I created a new view Forms.aspx (by copying defalt View AllItems.aspx), made it default, heavily modified but after running it (from SPD 2012 by F12 or directly from a ...
1
vote
1answer
3k views

Event Receiver Not Firing

I have an event receiver using the VS2010 template for SharePoint 2010 and I have coded it the same way I have done many times. This time, though, it is not firing at all. It is attached to the list ...
1
vote
2answers
485 views

SharePoint very slow at Logging Correlation Data step in page trace

wondering if I configured something wrong. I just installed SharePoint on my laptop and it's running very slowly. It seems to be stuck at the Logging Correlation Data step. What exactly does this ...
0
votes
2answers
1k views

How to figure out why I'm getting “HttpCompileException was unhandled by user code”?

I am brand new to SharePoint, SharePoint development, and MS development. My SharePoint dev environment consists of Windows 2008, SharePoint 2010, and Visual Studio 2010. I created a very simple ...