0
votes

I am trying to create document library using C# in visual studio for SharePoint 2013. But on running my application I am getting this error "Microsoft SharePoint is not supported in 32-bit process. Please verify that you are running in a 64-bit executable." at this part of the code using (SPSite site = new SPSite(siteUrl)). What can be the possible solution for this??

Thanks in advance.

1

1 Answers

0
votes

You seem to have a 32-bit machine. SharePoint requires a 64-bit environment. See here.