ASP.Net

OCIEnvCreate failed with return code -1 in Visual Studio

In this post, I will solve this error OCIEnvCreate failed with return code -1 that I encountered when tried to use Oracle Client NameSpace in SharePoint Solution in Visual Studio. OCIEnvCreate failed with return code -1 When I tried to use oracle client to access oracle database in SharePoint Visual WebPart.  I got the following error OCIEnvCreate failed

OCIEnvCreate failed with return code -1 in Visual Studio Read More »

Solving Could not load type system.servicemodel.activation.httpmodule from assembly System.ServiceModel

In this post, we will learn how to solve “Could not load type system.servicemodel.activation.httpmodule from assembly system.servicemodel” that you may face After Installing a .NET Framework 4.0. Could not load type system.servicemodel.activation.httpmodule This issue occurs because the Applicationhost.config file for Windows Process Activation Service (WAS) has some tags that are not compatible with the .NET Framework 4.0.

Solving Could not load type system.servicemodel.activation.httpmodule from assembly System.ServiceModel Read More »

Scroll to Top