Browser IA wrote:
>
> Um, I'm sorry, that is not consistent with...our experience. My teammates
and I have
> been running 1.0.66 with full designer support in VS 2010 for well over
the past two
> years, that is, as long as VS 2010 has been out! It may be the case that
this is not
> an "officially supported" configuration for 1.0.66, but that didn't
prevent it from
> working just fine in VS 2010, all the way up through today. The reason I
know about
> the install.exe file in the bin\Designer directory is because we would
have to use
> it occasionally when a "patch Tuesday" update would temporarily make the
designer
> support "disappear" from VS 2010 (it just happened with the last patch
Tuesday),
> running this file put the support back, without having to reinstall SQLite
or VS
> 2010...
> 

The official release of 1.0.66.0 (from http://sqlite.phxsoftware.com/) never
supported
Visual Studio 2010, nor the .NET Framework 4.0.  There were several
"unofficial"
modifications to 1.0.66.0 that attempted to support Visual Studio 2010;
however, I have
no idea who worked on those efforts.  Officially, support for Visual Studio
2010 and
the .NET Framework 4.0 was added sometime around version 1.0.67.0, as seen
here:

        https://system.data.sqlite.org/index.html/doc/trunk/www/news.wiki

The newly refactored designer support for Visual Studio (including 2010) was
not added
until around version 1.0.78.0.

> 
> Yes I discovered that prior to posting here, I had tried debugging it as
it was
> running (BREAK=1, attach), but I have no experience with Visual Studio
extensions,
> nor how to interface designers with the Visual Studio shell, so I quickly
realized
> I have no idea what is "right" vs. what is "wrong" when I was stepping
through the
> code.
> 

The code for the "installer.exe" file basically sets up a bunch of registry
keys and
modifies a couple .NET Framework configuration files.  The complexity is
mostly due
to the extra safety checks and validation it performs during the process,
including
supporting a "what-if" mode and full logging support.

>
> I have found this:
http://stackoverflow.com/questions/11291423/sqlite-with-visual-
> studio-2012-and-net-4-5, someone seems to have worked out a way to make
the 1.0.66
> designer support continue to work for VS 2012 (apparently, there is
something
> different that prevents this from "just working" like it did from VS 2008
to VS
> 2010), but I don't feel comfortable with the author's solution, as it is
an opaque
> binary that I have no real idea what it is doing. I'd also rather be at a
more
> current version of SQLite. If I knew support for VS 2012 was coming
sometime in the
> near future, that would help me decide whether to move to the latest
(broken)
> release with VS 2012, or stick with 1.0.66 without a designer until such
time as
> support can be added, neither situation is ideal, but I need to decide on
one path
> or the other, quickly.
> 

I'm not familiar with the various links in that post; however, version
1.0.66.0 is
quite old (circa April 2010) and many issues have been fixed since then.

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to