Jevgeni Borozna's blog
SharePoint, ASP .NET
-
Workflow ASPX Initiation Form bug in Visual Studio 2010
When you are adding Workflow Initiation Form to your Visual Studio project, then Visual Studio generating aspx page with buttons and code behind with some lines of code.
-
Getting default Workflow History List in SharePoint
When it is needed to add Workflow Association programmatically, then it requires instance of Workflow History List. There is 2 possibilities: list already exists or you should create it.
-
Most interesting from SharePoint 2010 Virtual Ignite Training: 4th Day
11 feb 2010: Virtual SharePoint 2010 Ignite Training for Developer
-
Most interesting from SharePoint 2010 Virtual Ignite Training: 3rd Day
10 feb 2010: Virtual SharePoint 2010 Ignite Training for Developer
-
Most interesting from SharePoint 2010 Virtual Ignite Training: 2nd Day
9 feb 2010: Virtual SharePoint 2010 Ignite Training for Developer
-
Most interesting from SharePoint 2010 Virtual Ignite Training: 1st Day
8 feb 2010: Virtual SharePoint 2010 Ignite Training for Developer
-
Using Resource files in SharePoint 2010 and Visual Studio 2010
To deploy Resource files with SharePoint solution / package, your solution must be not SandBoxed. So if you have choose SandBoxed Solution when you have created your project in Visual Studio, you should change it. To do it complete following steps:
-
Adding GUID generator (guidgen) to Visual Studio 2010
Default Guid generator location for Visual Studio 2010 is:
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\guidgen.exe -
“The project type is not supported by this installation” error when creating any SharePoint project in VS2010
When you are trying to create some SharePoint project based on SharePoint templates in Visual Studio 2010 you can meet some problems.
-
Long operations on a SharePoint 2007 page
Sometimes you would like to accomplish some task on a Page which takes more time than is set as “timeout” and you are seeing Request timed out in your browser.