686 reputation
5
bio website
location
age
visits member for 7 months
seen yesterday
stats profile views 22

Apr
20
comment Add and deploy SharePoint Farm Solutions from Document Library using C# code
I can't see what error you mean
Apr
19
answered Deploying Sequential Workflow on Another Server
Apr
18
comment Deploying Sequential Workflow on Another Server
Did you find the problem? Can I post this as answer?
Apr
18
comment Deploying Sequential Workflow on Another Server
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Logs ,I would recommend you to use sometool to display logs, i.e. sharepointlogviewer.codeplex.com
Apr
18
comment Getting All users from a site
Didn't see that. In that case he can create console app and rewrite PS code to .NET, shouldn't be so hard.
Apr
18
comment Duplicated datatable showed to all users
Don't use static variables when it is not meant to be static or you will get in big trouble. There are so many other ways how to store it (if you really need to). Use session, cookies, cache, etc...
Apr
18
comment Lync status bullet in UpdatePanel
Isn't it a issue with second postback? marten-online.com/sharepoint/…
Apr
18
comment Deploying Sequential Workflow on Another Server
Go to ULS log, filter out Category - Workflow Infrastructure and try to find any related record to your workflow. This should definitely give you a chance to find error. I would also suggest to check your WF if it is not depending on any specific user, group, permission, list, etc...
Apr
18
answered Getting All users from a site
Apr
17
answered Blank Page when clicking on 'View All Site Content' or 'Site Settings'
Apr
17
answered adding Items to folder in sharepoint list programatically?
Apr
4
comment Not all changes apply after re-deploying solution (custom workflow action for SharePoint Designer)
Try to delete workflow from list/site and then assign it again. However, this should happen only to already running WFs. Do you deploy through Visual Studio or PowerShell?
Apr
3
comment Javascript get SharePoint List items, enumerate, and locate and pin each item on Bing Map
Do you get any items from list? Do they have proper coordinates? Are coordinates in correct format (50.0000 vs. 50°4'11.341"N)?
Apr
3
answered List Picker Dialog
Mar
15
comment Querying an External Content Type without creating an External List
I'm not sure about this but you should be fine with ReadItem operation
Mar
13
answered Querying an External Content Type without creating an External List
Feb
28
answered How to get the nth record using CAML from list
Feb
28
awarded  Critic
Feb
26
answered Sharepoint 2013 Developer Edition
Feb
26
comment Documents being erroneously approved on insert
Is there any event receiver, timer job, associated workflow? If you use some kind of versioning system I'd go there and search for modification your employee did and compare it with previous copy. My first try would be to contact the ex employee.