Toobster
The plot thickens..
We changed the code to use Server.CreateObject("sfFTPLib.FTPConnectionMTA") from ASP in the .vb file!! and it woorks! It seem to be some problem instanciating the object in .net ? WTF?
Does not work:
Dom objFTP As sfFTPLib.FTPConnectionMTA
Does work:
Server.CreateObject("sfFTPLib.FTPConnectionMTA")
Now the page works but we are using ASP code in .NET??!
Feels like a really ugly fix!