When using code to access a specific item in a SharePoint list there is a big difference between the following 2 lines of code: SPList.GetItemById() SPList.Items.GetItemById() The first line is …
Sometimes when using InstallShield to build a new setup project in Visual Studio you can get the following error: -5036: Internal build error The InstallShield lists some basics to test …