Tagged Questions
0
votes
1answer
57 views
Get rid of a TimerJob/Feature which throws an exception
I created a TimerJob which is activated upon Feature activation. Because I didn't know better, I forgot to add an public default constructor and now I always get this exception: "Error occurred in ...
2
votes
3answers
154 views
Simultaneous development environment for SP2010 and SP2013 in single OS
I have on my laptop a development environment as win7 with std IIS, SharePoint 2010 Server, SQL 2008 R2 and Visual Studio 2010. I already installed Visual Studio 2012 side by side. But what about ...
0
votes
0answers
45 views
Use the default RTE of the sharepoint ribbon with a textarea in a visual web part
I'm trying to use the default rich text editor in the sharepoint 2010 ribbon to edit a text area I have placed inside a custom visual web part (created in visual studio 2012). I have tried using :
...
0
votes
1answer
33 views
Member Variable / public property null on postback
I have a sandboxed visual web part (created in VS2012) when I initially load my web part and its child controls I set myProperty to a value retrieved from the database. When I fill out the relevant ...
0
votes
1answer
62 views
How would custom aspx pages with code behind be used for workflow forms
We have a situation where we developed reusable workflows, content types and InfoPath 2010 forms for a client as a proof of concept but now the client has decided they can't go ahead with the ECALs ...
3
votes
1answer
647 views
Upgrade a VS 2012 Sharepoint 2010 project to Sharepoint 2013
I have a SharePoint 2010 Solution that is made in VS 2012.
I wanted to try and upgrade the solution to it deploy to our new SharePoint 2013 server.
In the Package properties i have set the version to ...
2
votes
4answers
1k views
“The name 'InitializeControl' does not exist in the current context” error when trying to create Visual Web Part with VS 2012 for SP 2010 Foundation
I'm trying to create a blank Visual Web Part project with VS 2012 (on Windows 7) for a site on SP 2010 Foundation. When I build the project, it throws this error "The name 'InitializeControl' does not ...
1
vote
3answers
125 views
Developing in Windows 8 without Sharepoint installed
I'm trying to install a development environment for Sharepoint (update: 2010) in a Windows 8 box without installing Sharepoint localy.
I managed to have VS (2012 by the way) creating SP projects - I ...