Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program or a piece of electronic hardware, thus making it behave as expected.
1
vote
1answer
31 views
Adding new item to a list works in dev but not in prod
I have some code which simply gets a list, creates a new item with the appropriate fields, and adds the item to the list. The code worked perfect in the dev and UAT environments but since we deployed ...
0
votes
1answer
90 views
EventReceivers not firing at all (SharePoint 2010)
I wrote some code to do some things before and after an item is added to some lists. The solution is sandboxed.
I have checked and confirmed, through power shell, that the event receivers are bound ...
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
1answer
110 views
Visual Studio 2010 opens “Create New Site” page in browser when I run “Start Debugging” instead of the site I am trying to debug
I am an Office 365 user and fairly new to Sharepoint. I am trying to write a sandboxed solution for SharePoint online. To do this, I have setup a local developer environment and am currently trying ...
0
votes
0answers
242 views
How Sharepoint pages life cycle works?
I built a HttpModule for sharepoint. But when I begin to debug the page request, I notice that the debugging has an strange cycle:
1 - context_PreRequestHandlerExecute()
2- page_PreInit()
3 - ...
0
votes
0answers
56 views
How can Solve problems while debugging sharepoint web application?
Everytime I try to run my sharepoint application in debug mode, I get the error bellow:
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
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 ...
0
votes
0answers
562 views
Unable to debug in an event receiver sharepoint 2010
When i debug in the event reciever(item adding) as soon as it reached the if condition
i get the following error
unable to automatically step into the server.The remote procedure could not be ...
0
votes
0answers
41 views
debugging but why it going to another solution?
I made a copy of a solution (work1) and called it work2. Now whenever I try to debug work1 the debugging is going to work2's dll. Why is that? and How do I resolve this issue?