Error appears in Accpac integration - runtime-error

I'm trying to do an integration between sage 7.0 and 5.5 and when i try to open a session i get an error
Class not registered (Exception from HRESULT: 0x80040154
(REGDB_E_CLASSNOTREG))
I tried every solution online the target machine is set to 86x the dll's are registered the OS is server 2012, any suggestions?

Related

Oracle ODP.net exception in asp.net on windows server 2012 standard R2

I am getting the below exception while connecting to oracle database from asp.net application on .Net 4.5 and OS Windows Server 2012 Standard R2.
System.DllNotFoundException: Unable to load DLL 'OraOps12.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
I already installed correct oracle 64 bit client and all things verified like environment variable paths,security and paths in registry.
Same thing working fine on windows 8 and windows 10.
It seems that windows server 2012 not detecting that oracle client was installed.
It has been solved by using oracle client .exe setup instead of oracle client xcopy setup.

Visual Studio 2015 Community Edition, Windows 10 and IIS

I have been having a hard time getting Visual Studio 2015 CE and IIS express to run on my windows 10 machine. Even when I make a default MVC5 web application and attempt to run it without making any changes I usually see the error below.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'Business, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)
I have read a few posts that talk about using the netstat -ano command and finding the PID of the process using the same port, it always ends up being PID 4 aka "SYSTEM". I have tried uninstalling IIS Express and enabling the local IIS under "Windows Features" and what happens is I receive the same error, but after like 10 page refreshes the site loads.
Has anyone else come across this?
I hate to say it, but the way I resolved this issue was by reverting back to Visual Studio 2013, I can't state for certain the the issue was with the 2015 Community Edition of Visual Studio, but at this time VS2013 is what works.

Visual Studio 2013 -> New Project -> ASP.Net MVC App -> Unspecified error e_fail

Well, I think I have banged my head a lot to get the answer on this issue, hence raising this again.
Some people might get answer here Visual Studio 2013 > New project > unspecified error (exception from hresult: 0x80004005 (e_fail))
I have Windows 7 Pros SP1, 64bit proc.
I installed VS 2013 Prof.
Clicked New project and started with New MVC 4 Internet facing application.
Thats it. End of the story. Somehow VS dont buzz forward and just gives unspecified error (exception from hresult: 0x80004005 (e_fail))
I tried cleaning \Documents\IISExpress\config folder, resetting IIS Express, reinstalling VS, reinstalling IIS Express and nothing helps. Dont know why VS wants to add IIS Express to new solution, but can experts help me to get started with VS 2013..?
Do you tried to start another project type
Is not easy to know what's not working good but, in my opinion is the VS. Uninstall the VS and install another time. Download the last version of VS from Microsoft website.
Solution was quite simple. We need to disable the default encryption of Documents\IISExpress folder from property window.

Installing VB6 runtime on Server 2008 x64 for use with ASP.NET Solution

I have an ASP.NET solution which uses a COM DLL written in VB6.
I've referenced the Interop in my solution and I call its functionality on my local machine running Windows 8.1 x64 and it works perfectly but when I deploy to the Windows 2008 R2 x64 web server I get the following error:
App_Code -> Retrieving the COM class factory for component with CLSID {A65D084F-7B19-4697-8BA4-C60B4E670CA3} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
By running Dependency Walker on the library I can see that the file MSVBVM60.dll cannot be found so I have installed the VB6 and VB6SP6 runtime files to no avail.
Please help.

Tridion 2011 in 64bit App Pool

Is it possible to run SDL Tridon 2011 SP1 HR1 in an x64 Classic pipeline Application Pool under IIS 7.5.
The reason for the request is my SSO provider includes an ISAPI filter that must run in an x64 pool, in classic mode, due to increased security in IIS 7.5.
Current error:
Retrieving the COM class factory for component with CLSID {4ED977D7-A765-11D5-8071-00B0D0B98279} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
Thanks in advance
From my research, you must 'enable 32-Bit applications' on the Tridion 2011 App_Pool.
I hear this will be sorted for Tridion 2013.

Resources