| Thread | Last Post | Replies |
|
| locate file position of current edited file? | 19 Nov 2006 13:52 GMT | 1 |
I'm writing a simple addin that should open a file and go to a specific file position, as example foo.cpp:20.5 I figured out how to open the file using DTE.Documents.Open, but did not figure out, how to go to the line and column number.
|
| VSIP SDK Question on developing add ins for MSSCCI in C# | 17 Nov 2006 20:41 GMT | 4 |
I can't see any documentation on this after downloading the SDK and certainly not any code samples which are written in C# Does anyone know of any or could point me in the right direction? Matt
|
| Tutorial for Add-ins | 15 Nov 2006 16:46 GMT | 1 |
I've worked a lot in ASP.Net and a little in WinForms development, but now I need info on a whole new section of programming I have absolutely no idea about. Is there a website/page/source (whatever) for a person who needs the basics
|
| Restriction value converted to lower case in DDEX provider | 15 Nov 2006 10:10 GMT | 4 |
I am creating a DDEX provider for Oracle. But I am having some problem while using the Query designer. I added a new table into Query designer, but no columns were shown in the query designer so that I ran the provider in debug mode. I found the
|
| Add-in Problems with VS 2005 SP1 | 14 Nov 2006 15:53 GMT | 2 |
Hi all, one of our customers reported an error occuring in our Add-in with the following message: "Attempted to read or write protected memory. This is often an indication that other memory is corrupt."
|
| Asynchronous Project Loading | 08 Nov 2006 15:42 GMT | 2 |
I work for a source control vendor and I'm currently working on the "Open From Source Control" functionality. I'd like to allow projects to load asynchronously as files are retrieved from the repository, but I have some questions about the API.
|
| Anybody having problems with VS2005 SP1? | 07 Nov 2006 10:12 GMT | 5 |
We had our first report today from a trial version user that could not use our VSIP packages under VS2005 with the beta of SP1 installed. Before I go off and install this beta, has anyone else experimented with it? Are there known problems with 3rd party packages and the beta of ...
|
| Execute command of "Server Explorer" | 07 Nov 2006 07:14 GMT | 1 |
If I right-click on a stored procedure from server explorer for an SqlClient connection Or OracleClient connection, I can see a menu item "Execute". When I click that menu, "Run Stored Procedure" form will be launched.
|
| Internal properties for DDEX provider | 03 Nov 2006 04:41 GMT | 3 |
I am creating a DDEX provider for a ADO.NET 2.0 provider. I would like my DDEX provider to be able to access some internal properties of my data connection object. Are there any easy ways? I do not want to make the properties as public since I do not want other
|