Hi,
I am attempting to install a store application called IBUYSPY from a script file I received from the a book - Pro WPF 4.5 with C#. I get an error as follows:
Program Location:
at System.Data.SqlTypes.SqlBinary.get_Value()
at Microsoft.SqlServer.Management.UI.VSIntegration.DebugSession.DebugCallbacks.OnSqlInitializeDebuggingEvent(ISqlInitializeDebuggingEvent sqlInitializeDebuggingEvent)
at Microsoft.SqlServer.Management.UI.VSIntegration.DebugSession.DebugCallbacks.Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2.Event(IDebugEngine2 debugEngine, IDebugProcess2 debugProcess, IDebugProgram2 debugProgram, IDebugThread2
debugThread, IDebugEvent2 debugEvent, Guid& riidEvent, UInt32 attribute).
I just simply double clicked the Store.sql script provided. Any suggestions on how to fix this would be appreciated The script is rather long but I can supply that if needed. Thank y ...
Go to the complete details ...