0
votes
0answers
36 views

Hosting custom web services as a virtual directory under a SharePoint web site

I am developing custom web services that will be used in conjunction with a SharePoint site (WSS 3.0). No, before you ask, I am NOT talking about the built-in web services under the _vti_bin directory ...
0
votes
1answer
64 views

How to create site collection by using feature?

I am trying to create a feature which creates a site collection using a custom/ootb template in a specified application pool. My question is is this possible if yes then how what i'm trying to do is ...
0
votes
0answers
44 views

Sharepoint 2007 event receiver - debug on development environment locks production

Sorry for the strange title, but I'm having a hard time finding a good description of the problem, so here it goes. I've created an event receiver in my projekt and it works fine on my development ...
0
votes
1answer
40 views

Visual Studio Workflows and Sharepoint

I am new to designing workflows in Visual Studio (2010) for MOSS 2007. I have a "best practices" question: I have two separate, unrelated processes on one content type I need to manage with WFs. The ...
0
votes
1answer
85 views

Sequential workflow running twice sharepoint 2007

I inherited a site with a sequential workflow (created in Visual Studio 2008). The workflow is attached to a content type and is set to run only on item created. Recently, I attached three declarative ...
1
vote
2answers
62 views

sharepoint 2007 webpart question

I created a user control in visual studio I want to deploy to sharepoint 2007. This is my first one and I created the project using the repository pattern and POCO. Does sharepoint support this type ...
0
votes
0answers
53 views

State workflow not continuing on task complete

I have a state workflow which has two-way integration with a custom application. The first task is based in SharePoint, and the user can approve, request more info, or send for correction. If the user ...
1
vote
0answers
100 views

Visual Studio intellisense over WebDav (DAVWWW) does not work. Failed to Start Monitoring

The page lives in a library inside SharePoint 2007 and has inline c#.. no master page or sharepoint references. I can open, edit and save the page via the URL. But getting warnings and no ...
1
vote
1answer
835 views

How to add an aspx page to sharepoint 2007 with visual studio 2008

Probably a question with an obvious answer, but I'm lost. How do you add a custom aspx page (with code behind) to a project in visual studio 2008 for sharepoint 2007. I've created the project using ...
2
votes
1answer
49 views

Build with SP Designer 2007, package with VStudio 2008

This is for a MOSS 2007 portal. I need to add a web part page to a WSS site. I would like to brand the page using SharePoint Designer 2007, but not save to site directly since that results in ...
0
votes
0answers
119 views

WSPbuilder is not including feature.xml during wsp build - MOSS 2007 and VS 2008

I am trying to deploy one existing Custom Project to MOSS 2007. I am able to compile using Visual Studio 2008 and using WSPBuilder am able to build as wsp. But my WSP is only containing my project.dll ...
0
votes
1answer
120 views

Windows 2008 R2 OS 64 bit + MOSS 64 bit SP2 + VS2010 = System.BadImageFormatException

I am running Visual studio 2010 on OS 64 bit and one of my asp.net web service application that sharepoint code throwing an error. Exception Details: System.BadImageFormatException: Could not load ...
0
votes
1answer
43 views

Visual Studio 2008 + MOSS 2007 Unknown Error

Anyone can give me any insight on the following error: By default, it should display the following: because I was following the instruction in here: ...
1
vote
1answer
193 views

Visual Studio 2008 + MOSS 2007 - An unexpected error has occurred

I followed the instructions given in the http://msdn.microsoft.com/en-us/library/cc297200%28d=printer,v=office.12%29.aspx I copy the web application project from my Visual Studio 2008 to the MOSS ...
1
vote
2answers
188 views

Visual Studio 2008 + MOSS 2007 : Updating ASP.NET 3.5 Web Application to SharePoint

What are the steps to updating ASP.NET 3.5 Web application (compiled using Visual Studio 2008) to SharePoint Server 2007?
1
vote
2answers
639 views

MOSS 2007 + Visual Studio 2008 : How to I deploy a Visual Studio 2008 Web Application to SharePoint Server 2007

Q1. How to I deploy a Visual Studio 2008 Web Application to SharePoint Server 2007? I notice that there is not much materials on such deployment except for one which mention Visual Studio 2005 (not ...
0
votes
2answers
507 views

WSPBuilder in Visual Studio 2008 [closed]

I have WSPBuilder 1.06 in Visual Studio 2008 (russian localization) for SharePoint 2007. I created a wsp project and added to it event handler. I tried to build this project using the command WSP ...
2
votes
4answers
684 views

Can I develop web parts just with WSS 3.0 and Visual Studio Express?

Can I get away with building and testing basic web parts just by installing Windows SharePoint Services 3.0 on a VPC with Visual Studio Express Editions?
1
vote
2answers
227 views

Debugging SP2007 Event Receiver in Visual Studio 2005

I am trying to debug an event receiver by attaching to the SP sites w3wp.exe process, however the breakpoints are not being hit, and VS2005 is telling me no symbols have been loaded. The Event ...
0
votes
2answers
386 views

Using Web Part when adding document to a library

When a user uploads a document to a SharePoint library, I need to present them with a few dropdowns and text fields where they can provide some extra info. The dropdowns are going to be populated from ...
0
votes
3answers
404 views

Does Visual Studio 2010 work with SharePoint 2007?

Does Visual Studio 2010 work with MOSS 2007?
1
vote
2answers
658 views

unable to retract Sharepoint solutions

I am having trouble retracting solutions in SharePoint 2007. I used both the retract solution button and the stsadm command in command line. The timer job was created in both instances, but it never ...
3
votes
2answers
574 views

Best Practices for updating Content Types in SharePoint

Recently, we came across a severe problem in production farm with the Content Types. I would like to explain the background of this problem first. We have nice working feature for Content Types ...
1
vote
1answer
532 views

Convert Sharepoint Designer 2007 workflows to Visual Studio solutions

Does anyone have experience or know of how to convert workflows created in SPD 2007 (moderate complexity -10 steps) to Visual Studio? This blog almost has the answer except for the caveat it doesnt ...
0
votes
1answer
410 views

File Not Found Exception on Running InfoPath 2007 Form accessing SharePoint Site

Hi there I'm trying to access a SharePoint 2007 site with VSTA and InfoPath 2007 On this line of code: Dim aSite As String = "http://win-gqnf6n2p9dt/Sites/ESP" WxJobSite = New SPSite(aSite) It ...
0
votes
2answers
1k views

How do I deploy a web part to the bin folder?

I developed a test web part and everything worked well. Now I try to deploy another webpart without using GAC (several websites, including Microsoft's, say that the web part dll must either be in /bin ...
0
votes
3answers
1k 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 onWorkflowActivated activities, ...
0
votes
2answers
1k views

Workflow stuck in 'Starting' status - MOSS 2007

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 trigger the workflow manually it ...
0
votes
3answers
824 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, I can only add ...
0
votes
1answer
244 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 the workflow. But ...
3
votes
3answers
2k 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. Second was to create an ...
1
vote
1answer
643 views

Cannot access SharePoint from Visual Studio Add-In (SPFarm.Local is null)

I have a weird problem so I'm going to see if the SharePoint community can help shed some light on this. I am developing a Visual Studio 2008 Add-In which creates some menu items on the 'Project' ...