Hi
Do I need to do something extra for the ultradockmanger, when compiling for release?
Is it a temp path, if so what path is it, and how do I configure it?
Dim objFormLayout As _VB2008_MidasUniversalADO.clsNMM_UltraDockManLayout_Item = Nothing
End If End If End With End If Catch MyError As System.Exception Throw MyError Finally End Try Return strReturn End Function
I've solved the problem now. It was simply a bad copy of the dot net framework on the server. I created an installation package for my application and when I tried to install it on the server, it requested that I installed framework 3.5 (which was already on the server, so somthing must have been wrong with it). When the application finally installed the layout works as it should.
I'll try and blog my load and save routines soon.
Regards
PenPal1999