0
votes
2answers
152 views
Creating a calendar event with recurrence and all day event enabled programmatically?
I'm trying to creat a calender event that will be an all day event and will repeat every year from a list that has everyone's birthday. The recurrence works great and so does the A …
0
votes
2answers
68 views
Workflow stuck in ‘Starting’ status - MOSS 2007
Hi guys,
Maybe someone can help me debug this
I've created a simple sequential workflow in VS2008 on server 2003(64 bit) and wspbuilder workflow feature tempalte.
When I trig …
0
votes
0answers
84 views
SharePoint 2007 + Visual Studio 2010 + 64bit : SharePoint toolbox items disabled
In order to develop SharePoint 2007 workflows in Visual Studio 2008 on 64 bit, I would create a new (non-SharePoint) Workflow project. Then, I would add the appropriate onWorkflowA …
1
vote
1answer
252 views
How to retrieve User Information List data
I would like to filter a list based upon a user group that the user may belong to and a specific value found in the User Information List for that user.
I tried doing this with CA …
0
votes
1answer
23 views
Missing finished tasks and successful workflows
We have a InfoPath Form Library with Visual Studio Workflows on an MOSS 2007. Now to some of the form we're missing tasks in the tasklist and there isn't a status in the column of …
0
votes
3answers
51 views
Can I target .NET Framework 3.5 when creating a MOSS 2007 web part?
I'm creating a web part in Visual Studio 2008 that involves using the Open XML SDK 2.0. I'm getting an error saying I need to add a reference to the WindowsBase assembly.
However …
1
vote
0answers
93 views
Debugging XSLT in Visual Studio 2010
Hello.
I'm trying to debug XSLT for CQWP.
I followed this guide.
So I'm able to retrieve the XML, and link the files temporarily together using xsl:import.
But then Visual Studio …
1
vote
3answers
1k views
Error message: “A sharepoint server is not installed…”
Im trying to develop a Visual Web Part using Visual Studio 2010 RC. I have not installed SharePoint 2010 locally on my developer box, but I have installed it on my Windows 2008 Ser …
2
votes
2answers
259 views
How can I get rid of the ListFormWebPart in a custom form?
I'm pretty new to SP, but I had to bite the bullet and create a custom new form for a custom list schema. I mirrored the field structure with textboxes and such, added some custom …
0
votes
1answer
596 views
Deploying dll’s in a Sandboxed solution from VS 2010
I am testing out Visual Studio 2010.
I have created a sandboxed solution with a webpart. It deployed OK.
I then tried adding a dll to the solution that would contain the business …
0
votes
1answer
107 views
Adding list forms in Visual Studio 2010
Hi
In SharePoint Desinger it is possible to add a new forms to a list (example CustomeEditForm.aspx). Is there some method of doing this in Visual Studio 2010 and how is that done …
3
votes
3answers
524 views
ASP.NET User Control in SharePoint WebPart
I want to use the Visual Studio designer to make controls for my WebPart... I've been pointed to two approaches that seem ok. First, SmartParts... which I'll look into later. Sec …
3
votes
2answers
352 views
Convert SharePoint 2007 features in VS2010 feature designer
Does anybody have experience moving SharePoint 2007 features from VS2008 to VS2010 using the new feature designer? I currently have a C# class library project that has a "12" folde …
2
votes
1answer
207 views
Visual Studio 2010 Site Column template?
I noticed there are a lot of new project and item templates in Visual Studio 2010, but I'm unable to find one for Site Columns. Is there none? What's the suggested way of making a …
2
votes
1answer
143 views
Deploying webparts to default.aspx with a SiteDefinition feature dependency
I tried deploying a Site Definition with a custom default.aspx page.
Within the <WebFeatures> node of the Site Definition's Onet.xml I tried to reference a Feature which wo …