with your help I've retrieved my VS2005 and Strataframe BTW (never, I remember to update that GAC).
I've downloaded 1.6.5 source code from MyAccount, but I can't figure out what I could do with that
When you say
.None of these sln files seems to be compatible with VS2005, so what??
The reason this happens each time, is because the StrataFrame add-in is trying to talk to the StrataFrame database (which in turn uses BOs in the Business assembly). One other thing could cause this as well, if you did not allow the StrataFrame databases to be updated. There have been structure changes.
I have posted the 1.6.5 source code in the My Account area, the first thing I would try would be to rebuild the source on your machine to see if it resolved the issue of the assembly differences.
I've downloaded last StrataFrameSetupExe from http://forum.strataframe.net/Topic13284-22-1.aspx#bm14258
after install, first launch of Visual Studio 2005 raises an error:
Source : mscorlib
Stack Trace: à System.Signature._GetSignature(SignatureStruct& signature, Void* pCorSig, Int32 cCorSig, IntPtr fieldHandle, IntPtr methodHandle, IntPtr declaringTypeHandle) à System.Signature.GetSignature(SignatureStruct& signature, Void* pCorSig, Int32 cCorSig, RuntimeFieldHandle fieldHandle, RuntimeMethodHandle methodHandle, RuntimeTypeHandle declaringTypeHandle) à System.Signature..ctor(RuntimeMethodHandle methodHandle, RuntimeTypeHandle declaringTypeHandle) à System.Reflection.RuntimeMethodInfo.get_Signature() à System.Reflection.RuntimeMethodInfo.GetParameters() à System.Diagnostics.StackTrace.ToString(TraceFormat traceFormat) à System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) à System.Exception.get_StackTrace() à MicroFour.StrataFrame.Tools.Exceptions.CreateExceptionDetails(Exception Ex) à MicroFour.StrataFrame.Application.ApplicationErrorwindow..ctor(Exception Ex) à MicroFour.StrataFrame.AddIns.AddInManager.OnConnection(Object application, ext_ConnectMode connectMode, Object addInInst, Array& custom)
Same error is raised each time I launch VS2005