in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

SQLite 1.0.54.0 : Visual Studio extension, malloc failed error

Last post 07-30-2008 9:48 PM by Robert Simpson. 12 replies.
Page 1 of 1 (13 items)
Sort Posts: Previous Next
  • 07-29-2008 9:25 PM

    SQLite 1.0.54.0 : Visual Studio extension, malloc failed error

     Hi,

     I installed SQLite-1.0.54.0-setup.exe, and checked the Visual Studio extension box.

     Then when using the "Server Explorer" in Visual Studio 2008, to open and browse my SQLite database, I get a "malloc failed" pop-up dialog.

     I have uninstalled 1.0.54.0, and installed 1.0.48.0 where I don't see the problem, so I assume this has been introduced since 1.0.48.0.

     Thanks,

    Carl

    Filed under:
  • 07-29-2008 9:38 PM In reply to

    Re: SQLite 1.0.54.0 : Visual Studio extension, malloc failed error

    That's a new one.  Does it happen for just that database, or for any database?

    If it's isolated to a particular database, send it to me if you are able.  robert at blackcastlesoft dot com.

     

  • 07-29-2008 9:57 PM In reply to

    Re: SQLite 1.0.54.0 : Visual Studio extension, malloc failed error

     I tried removing the database from server explorer. Then I restarted VS, and created a new database, with the intention of recreating the schema from my SQL.  However I was still getting the error with the new database.

     I use the Visual Studio DataSet designer in my project.

    My database is nothing special I don't think, 27 tables and 4 views so far.

    Filed under:
  • 07-29-2008 10:44 PM In reply to

    Re: SQLite 1.0.54.0 : Visual Studio extension, malloc failed error

    Ok ... then try this ...

    Launch Visual studio, and get to a point just before you'd normally see the error.

    Then launch another Visual Studio, and go to Debug->Attach to Process, and attach to the 1st instance of visual studio.  Make sure you select both Native and Managed code to debug when attaching.

    Go to Debug->Exceptions and hit the "Thrown" checkbox for native, C++, and Managed exceptions.

    Now go back to the original VS, which is now being debugged.  Proceed to do whatever you do to get the malloc error.  It should get caught in the debugger.  Post a stack trace!

     

  • 07-29-2008 11:04 PM In reply to

    Re: SQLite 1.0.54.0 : Visual Studio extension, malloc failed error

    Unfortunately I don't get a stack trace, but here is the what's in the output window of the debugging VS, there is COM error at the end:

    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\secur32.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\user32.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30411.0_x-ww_71382c73\msvcr90.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\shell32.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\ole32.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\oleaut32.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\msimg32.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.3790.3959_x-ww_8251BDDE\GdiPlus.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\imm32.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.3959_x-ww_D8713E55\comctl32.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\mscoree.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\msctf.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\xpsp2res.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\msenv.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.ATL_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_312cf0e9\atl90.dll', Symbols loaded.
    'devenv.exe': Loaded 'C:\WINDOWS\system32\version.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\uxtheme.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\sxs.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\1033\msenvui.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\1033\msenvmui.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\WINDOWS\system32\urlmon.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\iertutil.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\apphelp.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\msctfime.ime'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\clbcatq.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\comres.dll'
    'devenv.exe': Loaded 'C:\Program Files\Common Files\Microsoft Shared\VS7Debug\coloader80.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\vslog.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\1033\vslogui.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\custsat.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\msenvmnu.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\VC#\VCSPackages\csproj.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30411.0_x-ww_71382c73\msvcp90.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\VC#\VCSPackages\1033\csprojui.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\WINDOWS\system32\msxml6.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.1433_x-ww_5cf844d2\msvcr80.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\mscorlib\32e6f703c114f3a971cbe706586e3655\mscorlib.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.CommonIDE\9.0.0.0__b03f5f7f11d50a3a\microsoft.visualstudio.commonide.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorjit.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System\ba0e3a22211ba7343e0116b051f2965a\System.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Drawing\0e83aac37b2623f1a24c70979f31dd56\System.Drawing.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Windows.Forms\3d8c79c45aa674e43f075e2e66b8caf5\System.Windows.Forms.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.Build.Eng#\1cfe3ed0c5b5f63d49185967fa4bfe17\Microsoft.Build.Engine.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Xml\c98cb65a79cfccb44ea727ebe4593ede\System.Xml.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\shfolder.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.Build.Fra#\b853ec09162fa93757d7bbb0d5435f4e\Microsoft.Build.Framework.ni.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectAggregator.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\SmartDevices\Projects\SmartDeviceProject.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\SmartDevices\Projects\1033\SmartDeviceProjectUI.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\VB\Bin\msvbprj.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\psapi.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\VB\Bin\1033\msvbprjUI.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\Program Files\Common Files\Microsoft Shared\CoreCon\1.0\Bin\ConMan2.dll'
    'devenv.exe': Loaded 'C:\Program Files\Common Files\Microsoft Shared\CoreCon\1.0\Bin\1033\conmanui.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\SmartDevices\Projects\cedpprj.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\comdlg32.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\crypt32.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\msasn1.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\SmartDevices\Projects\1033\cedpprjui.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\Packages\Debugger\vsdebug.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\Packages\Debugger\1033\vsdebugui.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\1033\msvb7ui.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\VDT\1033\vdt80pui.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\Packages\Debugger\encmgr.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\Packages\Debugger\ecbuild.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\wsock32.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\Packages\dirprj.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\Packages\1033\dirprjui.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\CustomMarshalers\c10ec9b4de2b366236ec83237dc31281\CustomMarshalers.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\GAC_32\CustomMarshalers\2.0.0.0__b03f5f7f11d50a3a\CustomMarshalers.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\setupapi.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\VC#\VCSPackages\cslangsvc.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\VC#\VCSPackages\1033\cslangsvcui.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\VC\vcpackages\1033\vcpkgui.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\Packages\Compsvcspkg.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\wininet.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\normaliz.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\Packages\1033\compsvcspkgui.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.VisualStu#\19405f75d00e964bb99b02b23348386e\Microsoft.VisualStudio.Design.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.VisualStu#\8b1110e7e4135c16c80b28c20c936c21\Microsoft.VisualStudio.Shell.9.0.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\GAC\Microsoft.VisualStudio.Shell.Interop\7.1.40304.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Shell.Interop.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.VisualStu#\46dc1ade48ce95e87fdd6f7697fa4af1\Microsoft.VisualStudio.OLE.Interop.ni.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.VisualStu#\4f9a6decb1ddfe8fce793dca691f9728\Microsoft.VisualStudio.Shell.Interop.8.0.ni.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.VisualStu#\f0ec6afa0c80c2626409b1c0a2f77cb4\Microsoft.VisualStudio.Shell.Interop.9.0.ni.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.VisualStu#\8acff37d1532e69ddd3d18c091f52541\Microsoft.VisualStudio.Designer.Interfaces.ni.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Design\c1e16b40e30a05c39be8aee46311841c\System.Design.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.VisualStu#\6166e3fc3f2c2c05e46db41cd3276cd6\Microsoft.VisualStudio.Shell.Design.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\EnvDTE\8650892be322380fef81e7671b3863c7\EnvDTE.ni.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\DevCfg.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\cryptui.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\wintrust.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\imagehlp.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\netapi32.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\wldap32.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\1033\DevCfgUI.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.VisualStu#\3038498b7c33911983039540e0945bc7\Microsoft.VisualStudio.Windows.Forms.ni.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\vssln.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\1033\vsslnui.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\SmartDevices\Projects\cedpdpl.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\SmartDevices\Projects\1033\cedpdplui.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\SmartDevices\Projects\cedpplg.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\SmartDevices\Projects\1033\cedpplgui.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\SmartDevices\Projects\cedpedt.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\rsaenh.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\SmartDevices\Projects\1033\cedpedtui.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\fusion.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.CompactFr#\67cebcbb16c5277960b4275be0b9d11a\Microsoft.CompactFramework.Design.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.DeviceConnectivity.Interop.9.0\9.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.DeviceConnectivity.Interop.9.0.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\WINDOWS\system32\usp10.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\mlang.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.Build.Tas#\19fcf0383bc2340da2d15e1370ef0990\Microsoft.Build.Tasks.v3.5.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.Build.Uti#\da5206e4c016dbdb944957d0046d7869\Microsoft.Build.Utilities.v3.5.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.CompactFramework.Build.Tasks\9.0.0.0__b03f5f7f11d50a3a\Microsoft.CompactFramework.Build.Tasks.dll'
    'devenv.exe': Loaded 'C:\Program Files\Common Files\TortoiseOverlays\TortoiseOverlays.dll'
    'devenv.exe': Loaded 'C:\Program Files\TortoiseSVN\bin\TortoiseStub.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\Program Files\TortoiseSVN\bin\TortoiseSVN.dll'
    'devenv.exe': Loaded 'C:\Program Files\TortoiseSVN\bin\libapr_tsvn.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\mswsock.dll'
    'devenv.exe': Loaded 'C:\Program Files\TortoiseSVN\bin\libaprutil_tsvn.dll'
    'devenv.exe': Loaded 'C:\Program Files\TortoiseSVN\bin\intl3_tsvn.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VSDesigner\9.0.0.0__b03f5f7f11d50a3a\Microsoft.VSDesigner.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.VisualStudio.Data.Interop.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.VisualStu#\a7a46711754075afef6e67569aa1d394\Microsoft.VisualStudio.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Drawing.Desi#\b974f6c17d17a533adf6e7710c5a62fa\System.Drawing.Design.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\GAC\Microsoft.VisualStudio.TextManager.Interop\7.1.40304.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.TextManager.Interop.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Configuration\eee9b48577689e92db5a7b5c5de98d9b\System.Configuration.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.Data.Services\9.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Data.Services.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Runtime.Seri#\1f5cf8178029f5b959a9af75cb8cfedb\System.Runtime.Serialization.Formatters.Soap.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\hnetcfg.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\wshtcpip.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\dnsapi.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\winrnr.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\rasadhlp.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Security\2b5994269cc5b996231c9b21afea9a91\System.Security.ni.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.VisualStudio.Data.Package.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.Data.Framework\9.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Data.Framework.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.VisualStudio.Data.Host.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.Data.Core\9.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Data.Core.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.VisualStu#\217108b36750d84f0d1608ef0a7a5e09\Microsoft.VisualStudio.WizardFramework.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\VSLangProj\6d3e7635bcbdcaec8f36a1a0ee0c7392\VSLangProj.ni.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\EnvDTE80\f6a0413820cfe5b04051b079dc13acd3\EnvDTE80.ni.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\Program Files\Common Files\Microsoft Shared\VS7Debug\msdbg2.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\vsmacros.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\1033\vsmacrosui.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\WINDOWS\system32\actxprxy.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\powrprof.dll'
    'devenv.exe': Loaded 'C:\Program Files\Common Files\Microsoft Shared\MSEnv\VsLogP.dll'
    'devenv.exe': Loaded 'C:\Program Files\Common Files\Microsoft Shared\MSEnv\msenvp.dll'
    The thread 'Win32 Thread' (0xd88) has exited with code 0 (0x0).
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.CommonIDE\9.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.CommonIDE.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.Build.Engine\3.5.0.0__b03f5f7f11d50a3a\Microsoft.Build.Engine.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.Build.Framework\3.5.0.0__b03f5f7f11d50a3a\Microsoft.Build.Framework.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\CustomMarshalers\2.0.0.0__b03f5f7f11d50a3a\CustomMarshalers.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.Design\9.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Design.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.Shell.9.0\2.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Shell.9.0.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC\Microsoft.VisualStudio.Shell.Interop\7.1.40304.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Shell.Interop.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC\Microsoft.VisualStudio.OLE.Interop\7.1.40304.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.OLE.Interop.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC\Microsoft.VisualStudio.Shell.Interop.8.0\8.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Shell.Interop.8.0.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC\Microsoft.VisualStudio.Shell.Interop.9.0\9.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Shell.Interop.9.0.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC\Microsoft.VisualStudio.Designer.Interfaces\1.0.5000.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Designer.Interfaces.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Design\2.0.0.0__b03f5f7f11d50a3a\System.Design.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.Shell.Design\9.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Shell.Design.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC\EnvDTE\8.0.0.0__b03f5f7f11d50a3a\EnvDTE.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.Windows.Forms\9.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Windows.Forms.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.CompactFramework.Design\9.0.0.0__b03f5f7f11d50a3a\Microsoft.CompactFramework.Design.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.DeviceConnectivity.Interop.9.0\9.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.DeviceConnectivity.Interop.9.0.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.Build.Tasks.v3.5\3.5.0.0__b03f5f7f11d50a3a\Microsoft.Build.Tasks.v3.5.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.Build.Utilities.v3.5\3.5.0.0__b03f5f7f11d50a3a\Microsoft.Build.Utilities.v3.5.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.CompactFramework.Build.Tasks\9.0.0.0__b03f5f7f11d50a3a\Microsoft.CompactFramework.Build.Tasks.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VSDesigner\9.0.0.0__b03f5f7f11d50a3a\Microsoft.VSDesigner.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.VisualStudio.Data.Interop.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio\9.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Drawing.Design\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.Design.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC\Microsoft.VisualStudio.TextManager.Interop\7.1.40304.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.TextManager.Interop.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.Data.Services\9.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Data.Services.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Runtime.Serialization.Formatters.Soap\2.0.0.0__b03f5f7f11d50a3a\System.Runtime.Serialization.Formatters.Soap.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Security\2.0.0.0__b03f5f7f11d50a3a\System.Security.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.VisualStudio.Data.Package.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.Data.Framework\9.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Data.Framework.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.VisualStudio.Data.Host.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.Data.Core\9.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Data.Core.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.WizardFramework\9.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.WizardFramework.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC\VSLangProj\7.0.3300.0__b03f5f7f11d50a3a\VSLangProj.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC\EnvDTE80\8.0.0.0__b03f5f7f11d50a3a\EnvDTE80.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012f3f8..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012f4a0..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012ea38..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012eae0..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012ea44..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012eaec..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012ed20..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012edc8..
    'devenv.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Culture.dll'
    'devenv.exe': Unloaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Culture.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorsec.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\riched20.dll'
    'devenv.exe': Unloaded 'C:\WINDOWS\system32\riched20.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\userenv.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\cryptnet.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\sensapi.dll'
    'devenv.exe' (Managed): Loaded 'C:\Program Files\Microsoft SQL Server\90\Tools\Publishing\1.2\MenuAndCommands.dll'
    'devenv.exe': Loaded 'ImageAtBase0x631b0000', No symbols loaded.
    'devenv.exe': Unloaded 'ImageAtBase0x631b0000'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.VisualStu#\09fff63fc30e6f0777d755700193c229\Microsoft.VisualStudio.Shell.ni.dll'
    'devenv.exe': Unloaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.VisualStu#\09fff63fc30e6f0777d755700193c229\Microsoft.VisualStudio.Shell.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.Shell\2.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Shell.dll'
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.Shell\2.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Shell.dll'
    Entering constructor for: Microsoft.SqlServer.Tools.PublishWizard.VSCommands.MenuCommandsPackage
    Entering Initialize() of: Microsoft.SqlServer.Tools.PublishWizard.VSCommands.MenuCommandsPackage
    Registering callbacks for PublishCommand
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012f1d8..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012f280..
    'devenv.exe': Loaded 'ImageAtBase0x49220000', No symbols loaded.
    'devenv.exe': Unloaded 'ImageAtBase0x49220000'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.VisualStudio.DataTools.dll'
    'devenv.exe' (Managed): Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.VisualStudio.DataTools.dll'
    'devenv.exe': Loaded 'ImageAtBase0x499c0000', No symbols loaded.
    'devenv.exe': Unloaded 'ImageAtBase0x499c0000'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.VisualStudio.Data.dll'
    'devenv.exe' (Managed): Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.VisualStudio.Data.dll'
    'devenv.exe' (Managed): Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.Data.ConnectionUI.Dialog.dll'
    'devenv.exe' (Managed): Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.Data.ConnectionUI.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Data\5f669e819da7010c1dca347a25597c42\System.Data.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll'
    'devenv.exe': Unloaded 'C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll'
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe': Loaded 'ImageAtBase0x49210000', No symbols loaded.
    'devenv.exe': Unloaded 'ImageAtBase0x49210000'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.VisualStudio.DataTools.Interop.dll'
    'devenv.exe' (Managed): Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.VisualStudio.DataTools.Interop.dll'
    'devenv.exe' (Managed): Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.VisualStudio.Data.Compatibility.dll'
    'devenv.exe' (Managed): Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\Microsoft.VisualStudio.Data.Providers.SqlEverywhere.dll'
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\SQLite.Designer\1.0.33.0__db937bc2d44ff139\SQLite.Designer.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\diasymreader.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\GAC_32\System.Data.SQLite\1.0.54.0__db937bc2d44ff139\System.Data.SQLite.DLL', Binary was not built with debug information.
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\System.Data.SQLite\1.0.54.0__db937bc2d44ff139\System.Data.SQLite.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Transactions\12e0aa1030badf4524f897e3f57b037a\System.Transactions.ni.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\GAC_32\System.Transactions\2.0.0.0__b77a5c561934e089\System.Transactions.dll'
    'devenv.exe': Unloaded 'C:\WINDOWS\assembly\GAC_32\System.Transactions\2.0.0.0__b77a5c561934e089\System.Transactions.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\assembly\GAC_32\System.Transactions\2.0.0.0__b77a5c561934e089\System.Transactions.dll'
    'devenv.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\System.Transactions\2.0.0.0__b77a5c561934e089\System.Transactions.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\VDT\vdt80.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\oleacc.dll'
    'devenv.exe': Loaded 'C:\WINDOWS\system32\msvcp60.dll'
    'devenv.exe': Loaded 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\VDT\1033\vdt80ui.dll', Binary was not built with debug information.
    'devenv.exe': Loaded 'C:\WINDOWS\system32\riched20.dll'
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012ea38..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012eae0..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012ea44..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012eaec..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012e600..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012e6a8..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012e330..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012e3d8..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012e2a8..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012e350..
    The thread 'Win32 Thread' (0xe24) has exited with code 0 (0x0).
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012cbb8..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012cc60..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012cbc4..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012cc6c..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012ea38..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012eae0..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012ea44..
    First-chance exception at 0x77e4bee7 in devenv.exe: Microsoft C++ exception: _com_error at memory location 0x0012eaec..
    The thread 'RPC Callback Thread' (0xdac) has exited with code 0 (0x0).

     

     

    Filed under:
  • 07-29-2008 11:45 PM In reply to

    Re: SQLite 1.0.54.0 : Visual Studio extension, malloc failed error

    Uh ... that aint natural.  And those COM errors happen long before the SQLite library is even loaded according to that output.

    If you go into Debug->Exceptions in the debugging host you should be able to trap those first chance COM exceptions when they are thrown by hitting the "Thrown" checkbox for native, C++, and C# exceptions.

    I recommend reinstalling visual studio though.  Things are not all well with your visual studio.  Does it only happen with SQLite or does it also happen if you try and add a connection to Sql Server or some other database engine?

     

  • 07-30-2008 12:13 AM In reply to

    Re: SQLite 1.0.54.0 : Visual Studio extension, malloc failed error

     Yeah I tried trapping the exceptions, the stack trace doesn't have any useful symbols.

     What is weird is that several times now I have uninstalled 1.0.54.0, and installed 1.0.48.0, and the problem goes away.

     I am working with a .NET CF project, on Windows Server 2003.

     I've never tried another database engine. I looked in WIndows Event viewer and noticed some Errors for MSSQL$SQLEXPRESS.

     I don't think we can trust the VS output window, since I don't think information that is written is guaranteed to be in order of events as they actually happened.

     Is there a way of debugging the VS extension, for example if I have the source code, can I put a breakpoint in the entry point for the extension?  I am totally in the dark about VS extensions.

    Filed under:
  • 07-30-2008 12:33 AM In reply to

    Re: SQLite 1.0.54.0 : Visual Studio extension, malloc failed error

    Ok give me the exact steps you're taking.  Use a fresh new database and walk me through it.  When you launch visual studio, make sure your project isn't loaded and you have a completely blank environment before you start messing with the server explorer and creating connections.

    I think the error is happening in the base provider.  Is the exact message "malloc() failed" or "malloc failed" ?  The parens are important.

    Robert

     

  • 07-30-2008 12:45 AM In reply to

    Re: SQLite 1.0.54.0 : Visual Studio extension, malloc failed error

     When opening VS2008, with no project, then going to Server explorer, and clicking on my DB, I get the popup dialog (with two lines as below):

     

    malloc() failed

    out of memory

    Filed under:
  • 07-30-2008 12:48 AM In reply to

    Re: SQLite 1.0.54.0 : Visual Studio extension, malloc failed error

    delete that reference in the server explorer and try and create a new one to a new empty database -- pick some filename that doesn't exist in the file system so it'll make a new one.  tell me where and when exactly the error pops up.

     

  • 07-30-2008 1:00 AM In reply to

    Re: SQLite 1.0.54.0 : Visual Studio extension, malloc failed error

     OK I deleted my database from the server explorer, and created a new one.

     I can open the new database.  Then I selected "New query", and I pasted the SQL that creates my database tables and views in the query text area.

     

    I run the query with Ctrl-r, (I think I get a message box about the query designer not supporting DROP).

     

     After a few seconds, I get a message box, that says:

     

    SQL Execution Error.

     Executed SQL statement:

     

    DROP TABLE IF EXISTS [jobs];

    CREATE TABLE IF NOT EXISTS [jobs](

    .

    .

     .

     

    Error Source: System.Data.Sqlite

    Error Message: malloc() failed

    out of memory

  • 07-30-2008 1:12 AM In reply to

    Re: SQLite 1.0.54.0 : Visual Studio extension, malloc failed error

    Perfect!

    Send me the SQL ... or send me your database!

    robert at blackcastlesoft dot com

     

  • 07-30-2008 9:48 PM In reply to

    Re: SQLite 1.0.54.0 : Visual Studio extension, malloc failed error

    I filed a bug report on this one.

    http://www.sqlite.org/cvstrac/tktview?tn=3264

     

Page 1 of 1 (13 items)
Powered by Community Server (Commercial Edition), by Telligent Systems