0
votes
1answer
13 views
ASP.NET MVC Application in Sharepoint 2007 virtual directory.
Hi,
I have MOSS 2007 installed at lets say http://localhost:4999/ and I want to have my custom ASP.NET MVC (1.0) application at http://localhost:4999/mvcapp/ - logic dictates that …
2
votes
6answers
43 views
Is it possible to debug IIS without affecting all users of the service?
This may seem like a silly question, but we are having an issue debugging IIS in a shared test environment and I'm hoping that someone out there can give us an answer.
We have a W …
0
votes
1answer
16 views
How to get the SQL Server name and Role used by Sharepoint Server in Server farm?
I have a sharepoint server farm like the following.
Machine1: Test_DB in this machine i have installed SQL Server as named instance.
(Test_DB\sqlserver)
Machine2: Test …
0
votes
0answers
15 views
SharePoint: setting fixed image height / width in ItemStyle.xls
Hi, I want to edit ItemStyle.xls so that the CBQW displays images with fixed height and width. But I can't figure out where in the style I should edit this and which attributes to …
1
vote
2answers
39 views
Getting List Item URL in Sharepoint 2007
I'm creating a webpart that aggregates a load of content from different lists throughout our site collection what I can't workout is how to get the exact link to each item. All I s …
0
votes
1answer
18 views
Creating Custom SharePoint Document Libraries/Lists using VSeWSS 1.3
I want to create custom Document Libraries and Lists using VS2005/VS2008 SharePoint templates,i.e. VSeWSS 1.2/VSeWSS 1.3.
For example,I want to create a custom List based on the C …
0
votes
0answers
25 views
+250
Error activating more than one site’s Publishing (Site) Feature concurrently
We have a custom self-service SharePoint solution that allows people to come to a provisioning SharePoint app, follow a 3-page wizard, answer a bunch of questions, and based on tho …
0
votes
0answers
11 views
How do I keep a sequential autogenerated number in SharePoint 2007?
I'm trying to generate a custom sequential number for a document library in SharePoint for each Word document inserted from a template.
One particular thing about this number is t …
0
votes
0answers
14 views
SharePoint 2007 Word Document Conversion Very Slow
I'm calling the SharePoint API (SPFile.Convert - MOSS 2007) to convert a docx to html with the out-of-the-box Word to HTML converter.
According to the SharePoint logs, the Launche …
1
vote
6answers
105 views
How to access sharepoint data using C#?
I am working on project where I have to access SharePoint data in C#.
I've never done this before; and have the following questions?
How would I access SharePoint data from C#? W …
0
votes
1answer
12 views
Trouble adding item to a list with a lookup value
I am adding a new item to a list in SharePoint 2007. One of the columns is a lookup into another list. Here is the code:
li["LOOKUP"] = new SPFieldLookupValue(1,VALUE);
The entr …
2
votes
1answer
35 views
Has anyone successfully implemented this MSDN solution for Sharepoint External Libraries using Silverlight/WCF?
Has anyone successfully implemented this MSDN solution for Sharepoint external libraries?
http://msdn.microsoft.com/en-us/library/dd440954.aspx
Some background: We will be provid …
1
vote
2answers
49 views
Retrieve all Master Pages for a SharePoint Site?
Hi,
How can I determine programmatically what master pages (custom and OOTB) that are available for to use for a web site in SharePoint?
Thanks, MagicAndi
0
votes
1answer
23 views
SharePoint user control deployment issue
Hello everyone,
I am using SharePoint 2007 Enterprise with Windows Server 2008. I am using VSTS 2008 + C# + .Net 3.5. I am new to SharePoint user control development and deploymen …
0
votes
2answers
69 views
Understanding Javascript getElementById to find asp.net control in a sharepoint form.
This is for my Sharepoint edit form:
I need to be able use the asp.net TextBox in my javascript:
<asp:TextBox runat="server" id="ff17{''}" text="{@Container_x0020_Qty}" __desig …
