Tagged Questions
0
votes
0answers
20 views
Migration of Content DB MOSS 2007
i have two different SharePoint Farm which both hosts different SharePoint 2007 web apps. Client has made a decision to migrate the Content Database of one Farm (less frequently accessed) and move to ...
0
votes
1answer
166 views
Sharepoint list item throws null error
I have am iterating through a list of SharePoint list items .
A couple of items do not have data so throw the null exception.
I used
if (!string.IsNullOrEmpty(xt["ows_LinkTitle"].ToString()))
...
2
votes
0answers
87 views
abcpdf7 generated pdf looks bad on mobile - wet paint effect
I'm using abcpdf7 together with my .NET application. I use it to automaticly generate PDFs from prepared HTML code. PDFs look great on pc pdf viewers, but they look really bad, when previewing on ...
1
vote
2answers
337 views
Session never expires in MOSS 2007 hosted asp .net using SQLServer sessionState mode
I have an application running using asp.net authentication and SQL Server sessionState mode. For some reason, the session seems to never expire one one of our environment.
This is an extract from the ...
0
votes
0answers
113 views
.net MailDefinition using EmbededObject to send email with an image
I created a sharepoint project in which upon submission of a form I am sending email using MailDefinition. Everythign works fine untill I try to use embededObject. It gives me error such as
...
1
vote
2answers
543 views
SPSite in Visual Studio 2010
So instead of banging my head against the wall for another couple of hours, I thought I'd just double check a few things here.
First of all, I've been trying to access lists stored on a SharePoint ...
3
votes
1answer
504 views
ULS Logs in sharepoint 2007
Is there a way to get ULS Logs from all servers in a farm in wss or moss. I need to obtain logs programmatically using C#. I can get logs from one server in a farm, but I need all of them. Any help ...
1
vote
0answers
119 views
How to use querystring parameters in the databind section of ASP textbox in SPD 2007?
I'm currently trying to find a way to dynamically set a field in a "New Item" DataFormWebPart SPD 2007 ASPX page which writes to an XML file, via a querystring passed to the page.
Ideally, it would ...
2
votes
1answer
1k views
Getting User Permissions From Active Directory In SharePoint Groups
I have been tasked with some SharePoint work that involves the following scenario.
The users are in an active directory group with permissions directly binded to the AD group in some cases and in ...
1
vote
1answer
391 views
InfoPath 2007: Submit button code
Can someone check my .NET code that I have in an InfoPath button to see what the heck I am doing wrong? I am trying to publish my InfoPath form to SharePoint 2007.
The custom code for the button ...
1
vote
2answers
1k views
“Operation is not valid due to the current state of the object.” when I attempt to unseal a field on a list
I have a few fields on a list that was created using a schema. The schema and list seem to have gotten out of sync, so when I try to change attributes for a field on the schema, those changes are not ...
1
vote
1answer
377 views
Set CrawlProperty “Included in index” value programmatically (Sharepoint 2007)
I'm developing Sharepoint Search with own Content Source. And I have my crawl properties and my managed properties and mapping between them accordingly.
Also I have dynamic properties, e.g. the user ...
1
vote
1answer
183 views
Sharepoint's event flow giving me problems
I have been fooling around with SharePoint 2010 and to be honest I don't have any problem except maybe how the event flows are handled. I might be missing something.
As of right now I have a visual ...
0
votes
1answer
150 views
Nasty Logical Error
I am trying to download all the document library in all the subwebs of a web and code is given below, but for some reason its not creating a proper directory structure, when i tried to debug i got an ...
1
vote
1answer
85 views
Logical Error foreach Web.webs
I am trying to iterate through each web and its webs, to get the list of child webs and so on, but problem is, when iteration comes to a web which doesn't have any sub webs it gives an exception
...