I tried to create "customeraddress" record but got such an error: { "error": { "code": "0x80040205", "message": "Parent id not set for address type 1071", "innererror": { "message": "Parent id not set for address type 1071", "type": "System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", "stacktrace": " at Microsoft.Crm.Extensibility.OrganizationSdkServiceInternal.CreateInternal(Entity entity, InvocationContext invocationContext, CallerOriginToken [...] read more
I'm using Windbg sdk to write my own debugger. The debugger is capable of collecting all handles allocated by debugged apps to avoid handle leaks. Here is my code: void zAdvancedDebugger::debugProc(){ // Creating interfaces including m_dbgClient, m_dbgControl if(!createInterfaces()){ printf("Failed to create debugging interfaces\r\n"); return; } std::string strRealCmdLine="\"" + app + [...] read more
I have a Delphi 6 professional program that is calling COM object methods belonging to an MSVC 2008 COM DLL. The DLL's Type Library imported without error into Delphi. I can call one of the method's without error, but most of the others lead to an EOleException error with the [...] read more
I am setting up mencoder on CentOS and I have the following error: [flv @ 0x86751c8]Unsupported video codec (7) IMediaObject ERROR: 0x8724f4c input format not accepted (0x80040205 : -2147220987) Win32 LoadLibrary failed to load: wmavds32.ax, /usr/local/lib/codecs/wmavds32.ax, /usr/lib/win32/wmavds32.ax, /usr/local/lib/win32/wmavds32.ax Warning: DS_Filter() could not open DirectShow DLL. (DLL=wmavds32.ax) I am going through [...] read more