Hi All,
We are currently working with LAPI development integrating with sharepoint server. When i use the LAPI_NETp.dll in any of the console application the code is executing fine and we are able to create the folders using the LAPI methods. But when we are using this dll as a reference in web application project in .Net then the execution fails with the error message as "Could not load file or assembly or one of its dependencies".
We have tried with enabling the 32-bit mode on IIS to run the dll, but still the same problem. The dll was also placed in GAC with a public key token which did not resolve.
Is there any approach where i can have the LAPI_NETp.dll supporting any CPU architecture mode in .Net.
Please suggest if anyone has resolved the problem in Windows 2003 server 64-bit machine.
Thanks in advance.