I have an old .net 2005 web site that has some asp pages and having object reference problem accessing .net dll. The maintenance task was handed down to me and the original developer is nowhere to be found :( I started at .Net already so I don't really master handling this dll hell kind of problem.
On the arrow below is where I'm encourtering the "(0x80131500) Object reference not set to an instance of an object."
Set objCommon = Server.CreateObject("Wrapper.CommonFunctions")
Dim machineBuilding
--->>> If objCommon.IsMachineAccount(strLogin, machineBuilding) Then
I already followed these steps:
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v2.0.50727"/>
<requiredRuntime version="v2.0.50727"/>
</startup>
</configuration>
6.- Restart IIS with issreset command
and also these ones:
And still not successful running the application. Any more ideas what to check or do? Thanks!
Emir
The problem was the application is looking for a file that contains database hostname.