When I start Visual Studio 2005 (with SP1 and Vista pack installed) StrataFrame throws this error:Exception
An error occurred while configuring the StrataFrame design-time data sources.
UnauthorizedAccessException
Access to the path is denied.
Source :
Stack Trace:
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.__Error.WinIOError()
at System.IO.File.Move(String sourceFileName, String destFileName)
at MicroFour.StrataFrame.Security.Encryption.TripleDESWrapper.TransformFile(String FileName, ICryptoTransform CryptoTransform)
at MicroFour.StrataFrame.Xml.XmlBasics.OpenXmlFile(String Version, String TableName, String PathAndFileName, List`1 ColumnStructure, Boolean DecryptFile)
at MicroFour.StrataFrame.Data.BusinessObjects.DbeApplicationData.FillAll()
at MicroFour.StrataFrame.Data.ConnectionManager.SetConnections()
at MicroFour.StrataFrame.AddIns.AddInManager.SetDataSources()
Anybody seen this? Thoughts on a fix?
Sherwood