Wizard-made C++ add-in plumbing code crashes (VS2005 SP1)
20 Feb 2007 03:18:07 -0800
Hello,
I'm a complete beginner about VS add-ins.
Today I tried to compile and run basic add-in code fresh off the
wizard but the devenv.exe launched at debug time crashes right after
the splash screen.
This however only happens with a C++ project (either ATL or CLR). The
C# plumbing code runs fine, but my ...
|
How can I get the StartPoint of a TextPane?
Mon, 19 Feb 2007 17:43:13 -0800
I want to know what the first line and first column displayed in a text
editor is. I've gotten a TextPane from the Window, which has a StartPoint
property. This works fine as long as the start point actually exists, but
when the line at the top is blank and I scroll to the right I get an
exception. What ...
|
Building in "default" references for intellisense
18 Feb 2007 13:03:31 -0800
We are using runtime compilation to support "script like" files where
are loaded and compiled by our application at runtime (using the C#
CodeDomeProvider). In the meantime we have accumulated quite a lot of
these scripts files and we spent a lot of time writing code in them.
Naturally have intellisense work i ...
|
Previous and Next button in custom wizard
Fri, 16 Feb 2007 08:08:47 -0800
we have a custom project that generates a VC/C++ project. In VS2003 we do not
see a Previous and Next button, but with basically the same sources, the
wizard in VS2005 gets these. How can be suppress them? The wizards are
written in JS. ...
|
SqlDataSource wizard showing SQL with wrong syntax
Thu, 15 Feb 2007 12:29:57 -0600
I've set the quoted identifier stuff in all the locations I can think of
and yet SqlDataSource wizard still shows the SQL as SELECT [col1], [col2]
from [table]. This syntax doesn't work for us. How does it determine what
syntax to use if it's not using things like DataSourceInformation?
Reggie
MySQL, ...
|
TableAdapter wizard not generating update/insert/delete commands. What could be wrong?
Thu, 15 Feb 2007 12:20:55 -0600
I'm having problems getting the TableAdapter wizard to generate non-select
SQL statements. My index and indexcolumns schema collections return the
correct information.
Perhaps this is a result of my lack of understanding of how enumeration
works. How are collection names given if you use the built-in en ...
|
Build process question - C# project
Thu, 15 Feb 2007 02:46:02 -0800
Hi,
I would like to create add-in that will integrate with VS 8 build process. I
would like to execute custom task after project compilation but before
linking, or before project build. I would like to make some temporary changes
to source files (before compilation) and some resource files (after
compilat ...
|
|
|
Refactoring code snippet
Thu, 15 Jun 2006 16:51:37 +0200
Hello,
I've two questions about refactoring code snippets :
1. Can I add my own code snippet in the context menu (under Refactor menu) ?
2. Where can I find good tutorials ?
I especially want to create a refactoring code snippet (however I'm not sure
a code snippet is enough, I'll maybe need to create ...
|
How To Pick Winning Stocks
Thu, 15 Jun 2006 08:29:55 GMT
To pick winning stocks, you need the tools to separate
the companies with superior sales and profit growth from
the ones who are just making a lot of noise. Besides
choosing the right companies to invest in, you must
learn how to read the market's trend so that your timing
is right.
And picking the next ...
|
The MyC Project Crashes When Selecting "Properties" in DE Sample
Wed, 14 Jun 2006 17:00:01 -0700
I’ve ran into a wall while working on the sample implementation of a debug
engine using ATL COM. Is there a workaround? Is this a known issue or did I
perhaps do something incorrect?
The intent of this was to follow the sample closely per Microsoft’s
documentation at :
ms-help://MS.VSCC.v80/MS.VSIPCC.v8 ...
|