Visual Studio is an integrated development environment (IDE) from Microsoft.

learn more… | top users | synonyms (1)

0
votes
0answers
47 views

Can we deploy a workflow created as a farm solution?

Can we deploy a workflow created as a farm solution on a remote server and associate it with a particular document library within the site?
5
votes
3answers
802 views

SharePoint Web Serivces Access Denied; Only From VS 2010

After not getting much help on the last question, I decided to blow away the VM and re-create it as I already lost a week on this issue. And of course still issues, btu a little different. I am ...
1
vote
2answers
32 views

Updating a Visual Studio project made from an imported WSP file?

I have a project in Visual Studio 2010 that was created by importing a WSP file. This file was generated by saving a site as a template. Now the original site has changed (new list definitions and ...
0
votes
0answers
72 views

Not all changes apply after re-deploying solution (custom workflow action for SharePoint Designer)

currently I'm creating a custom workflow action for SharePoint Designer 2010. After the first deploy succeeded everything looked fine. But after that I changed several things and re-deployed the ...
0
votes
1answer
712 views

System.ServiceModel.Channels.ServiceChannel in faulted state

When I try to deploy my SharePoint masterpage using Visual Studio I get the following error: “The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for ...
0
votes
0answers
37 views

user informations on list sharepoint 2013

I want to get the user informations such ad user name, department manager etc. I created a content type and add this content type to the list on vs2012 . How can I get these values and set rules ...
0
votes
3answers
114 views

Custom List Form Will Not Deploy

A demo List Form using Visual Studio 2010 to test and experiment with a few things. Nothing at all was added inside the project. Functionality, etc, will be added later, but at this point it was ...
1
vote
1answer
29 views

Webservice consuming SP WebService - Authentication

Our SharePoint site is not accessible from outside. So I am working on a WebService (not hosted in SP) that will consume SP WebService (ListData Wcf). It's a kind of wrapper. Anonymous access are not ...
1
vote
1answer
253 views

How to deploy SharePoint 2010 Sandbox solution on SharePoint 2013 Office 365

I have developed a SharePoint 2010 Sandbox solution in Visual Studio 2012 which has been deployed on Office 365 SP2010. The solution contains custom lists, visual web parts and workflow activities. I ...
0
votes
2answers
58 views

Error occurred in deployment step 'Activate Features': Access is denied

I build SP 2010 project through VS 2010. On deploying through visual studio, I get following error: Error occurred in deployment step 'Activate Features': Access is denied. Any idea, what's wrong ?? ...
0
votes
0answers
29 views

How to make a connection with SharePoint's simpleformwebpart?

I am using SharePoint 2010. I primarily work out of SharePoint 2010 Designer, and have some experience with visual studio 2010. I currently have a log-in page that my "Form" members go to, to log ...
1
vote
1answer
53 views

Asp.net MVC talking to SharePoint from a diffenent server

Ok, so I want to build a internet facing asp.net MVC application, place it on server X in my domain, and i want this application to be able to talk Server Y,where SharePoint 2013 is installed. I want ...
0
votes
1answer
59 views

Blog Site in Anonymous Use in SharePoint 2010

Trying to setup anonymous access to a SharePoint 2010 blog following: http://www.sharepointblues.com/2010/12/22/blog-site-in-anonymous-use/ I am not sure what I am doing wrong but the source code is ...
1
vote
1answer
70 views

SharePoint and Unit Testing - problem deploying dll to be tested

I have a SharePoint 2010 project in VS 2010, and I'm trying to develop some unit tests to test my code. I have followed all of the instructions here to prepare my VS2010 environment to re-target the ...
0
votes
0answers
27 views

InfoPath workflow Check-In Check-out errors unless I step through in Visual Studio

If I step through the below in Visual Studio, the workflow completes fine; however, if I allow it to run naturally, it errors out. Any idea where I need to slow it down or how I would go about ...
2
votes
2answers
2k views

Difference between WebPart & Visual Web Part

I'm not sure how Visual Web Part is different from the actual Web Part in SharePoint 2010. Thanks!
0
votes
0answers
74 views

SPUtility.GetLocalizedString not working in feature receiver when deployed from Visual Studio

I use SPUtility.GetLocalizedString in FeatureActivated method of a feature receiver to add a label to a custom action on a specific list instance. When activating feature from SharePoint or ...
0
votes
1answer
183 views

Filling in the predefined Word Document Template from SharePoint Site

I have a requirement which asks for filling the details into a word doc with a predefined template from SharePoint site and then the word doc should be automatically saved when clicked on saved ...
1
vote
1answer
135 views

need to display image of the user in the people picker, Sharepoint 2013?

In the people picker, the attributes it shows are name,designation and their online or offline status, Is it possible to display the image of the person?
0
votes
0answers
5 views

I have got a program which I was wrie. How Could I do 5 instation of it in Visual Studio

I have got a Program, which I was write. How could i do diferent 5 or more Instation by Visual Studio. Hov Copy Event Receiver and difrent list. I want in production Server have got a very fast ...
0
votes
0answers
22 views

Visual WebPart not showing in FeatureList

I have created a Visual Web Part in VS2010 with SPmetal-generated Entities and a repository. This is the code in the Page_Load() var _repository = new ITStatistikenVWP.TicketsystemRepository(); ...
0
votes
3answers
865 views

Is it possible to create SharePoint masterpage using Visual studio 2010

I've used sharepoint designer in the past to create my custom master pages. I personally do not like sharepoint designer because it's so buggy (slow, shuts down unexpected, ect). With all the new ...
1
vote
0answers
57 views

Custom List deployed using Visual Studio 2010 unavailable under All Lists -Closed

I tried creating a custom list by the method mentioned in this tutorial by Saurabh Khatri. I deployed the list to another site. After deployment the instance of the list was visible in the Quick ...
1
vote
2answers
83 views

How can the deployment of a feature (or element) be made dependent on the SharePoint version (2010/2013)?

I have a solution (deployed in the Sandbox) that declaratively creates CustomActions (menu items). It works fine in SharePoint 2010 and 2013, but we don't like the look in 2013 so I'd like to exclude ...
0
votes
1answer
105 views

how to make picture library in site definition?

If anyone knows I want to know how to make picture library in site definition? Thanks in advance.
0
votes
1answer
43 views

Difference between debug & release?

Can anyone tell me the difference between debug & release.Used in sharepoint 2010.
1
vote
3answers
162 views

SharePoint 2010 development with Visual Studio 2012

What is the community recommendation regarding SharePoint 2010 development with Visual Studio 2010 vs. 2012? I am allowed to install 2010 Pro on my new machine or I may choose 2012 Pro. There may not ...
0
votes
1answer
60 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 ...
1
vote
2answers
185 views

SharePoint OOTB List and Lookup field problem

I am working in a project with SharePoint Server 2010. I have the hole project inside a Visual Studio solution (site columns, content types, lists, workflows...) Everything were working well until I ...
0
votes
0answers
35 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
116 views

Method not allowed (405) when deploying sharepoint 2007 (wss 3.0) solution from visual studio 2008

I am trying to set up a Windows 7/ Sharepoint 2007 (WSS) / Visual Studio 2008 box. Sharepoint is installed and running fine. I open VS2008 and create a Sharepoint Blank Site. I then try to deploy ...
2
votes
1answer
163 views

ContentTypes and Site Columns via Visual Studio / CAML Query Updates broken

I've been using CAML queries to do list updates for quite some time, but recently they've stopped working, and I have no idea why. Even an extremely simple query seems to be failing. For example the ...
-1
votes
3answers
132 views

How to make list & subsites in one sitedefinition?

I want to make 3 lists in root site & 2 subsites under the root site. As soon as I create subsites from portal.xml my 3 lists are not showing.
0
votes
1answer
55 views

Best Tools for Developing with JavScript, CSOM and SPServices

I think this is worth kicking off a discussion on here. I currently use SharePoint Designer 2010 + FireFox + firebug and it is a bit heavy going for me to write (as editor is basic) but very quick to ...
0
votes
1answer
57 views

Custom Event Reciever For Document Library(sharepoint 2010)

I have a month column which is a choice column in my document library in the format specified below.. For eg. Jan 2013 I have the following requirements 1. The month dropdown should always have only ...
1
vote
1answer
49 views

Creating Browser Enabled Form Without Using InfoPath

I'm relatively new and inexperienced with SharePoint 2010 development and I have a question that may sound a bit strange. I'd like to be able to create a Form Library that has entries opens into a ...
0
votes
2answers
59 views

Metadata tags input form

I want to add a input field for a tags via visual studio and I'm wondering, how this field is called inside VS: does anyone know how this field is called and where to find this in Visual studio ...
0
votes
1answer
51 views

Not working following code

webtemp file <?xml version="1.0" encoding="utf-8"?> <Templates xmlns:ows="Microsoft SharePoint"> <Template Name="MyReed" ID="10001"> <Configuration ID="0" Title="MyReed" ...
0
votes
0answers
48 views

Assign users to a task without form

I have associated a workflow to a list. When there is a new item, the workflow will be fire and it will assign a task to a user in order to edit the new item. At first the edit is made through a ...
0
votes
2answers
280 views

SharePoint 2010 Deployment will not update Master pages because SPFile.CustomizedPageStatus is 'None'

We have the following scenario and are hoping someone can help: Original 2007 Publishing Site content database upgraded to 2010 Page templates in use have never been Ghosted because they were ...
0
votes
2answers
282 views

Visual Studio WebPart Not Showing Up in SharePoint

I created a simple WebPart in Visual Studio 2010 that I was using to test some functionality for a project. When the WebPart was built and deployed, the messages in the Output box in VS all state ...
0
votes
1answer
461 views

Feature with id already exists - force option

I'm getting that old familiar error when trying to deploy my SharePoint solution via Visual Studio: Error occurred in deployment step 'Add Solution': A feature with ID {Guid} has already been ...
2
votes
2answers
2k 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 site column in ...
1
vote
3answers
778 views

Missing 'Workflow Association Form' from SharePoint 2010 templates in VS2010

I am trying follow a tutorial on creating a Workflow using VS2010: http://msdn.microsoft.com/en-us/library/ee231590.aspx However under the section 'Adding an Association Form to the Workflow', I need ...
0
votes
2answers
30 views

When to use Release configuration in Visual Studio for SharePoint solutions?

The regular SharePoint solution development outputs mainly assemblies, which is deployed to GAC and used by other stuff (pages, webparts, controls, etc.). From googling I found that Release ...
1
vote
3answers
40 views

Feature Folder Path Name Doubled

Why when I create a new feature in VS2010 and deploy it, I see the Features folder has my solution but the name is "Doubled Up". Is this expected behavior? See my sample below: C:\Program ...
1
vote
0answers
39 views

Send Log/Debug Messages to SharePoint from a clientside ActiveX Component

I am still developing an ActiveX Component (C#) for SharePoint 2010 and would like to send log/debug messages to the SP-Server, so that they are viewable in the SP LOGS Folder. So far Google was not ...
1
vote
2answers
48 views

Custom list definitions throws an error on activating

Hi I try to create a custom list definition within visual studio to create based on the listdefinition my own listinstance. The definition looks like this: <?xml version="1.0" ...
0
votes
1answer
55 views

Different View for Top-Level folder and folders of a Content Type (programmatically)

I have a Document Library where I add Folders of a specific Content Type. Inside these folders I can upload documents. I would like to have different Views for both. I found a manual solution as ...
2
votes
1answer
51 views

Using C++ dlls in event receiver

I am trying to use a legacy C++ dll that has around 5 C/C++ dependencies in SharePoint. I created a wrapper for the dll and it works fine in a test desktop program. I added the wrapper and all C++ ...

1 2 3 4 5 13