Creating a VS package project designer
Fri, 14 Apr 2006 05:15:01 -0700
Hello everybody.
I'm developing a VS package with it's own project (*.fpkproj) type.
To get right to the point, it is important that this project has a project
designer (like C#) instead of property pages.
I've researched everywhere for some samples or guidance about how to
implement a project designer an ...
|
VS 2005 Add-in - VCFileConfiguration
Fri, 14 Apr 2006 11:32:21 +0100
Hi,
I am currently writing a VS 2005 add-in that requires to know if a project
that currently being built, using BuildEvents, is up-to-date. I am only
interested in Visual C++ projects, so I am using the VCFileConfiguration
interface from the project items interface. Now there is a property within
VCF ...
|
Creating website into VS2005 solution using templates.
Wed, 12 Apr 2006 23:42:23 -0500
I am creating a multi project template which will create webproject as
one of the project. I am able to create the web project using this
template but its of type of File System instead of the http i.e.
I am not able to create the virtual directory for this newly created
website.
I want to programmatically ...
|
Template not found when creating a language service or VSIP project
13 Apr 2006 02:16:56 -0700
I'm trying to write an language service and integration package for
Visual Studio 2003 for the Prolog programming language. However, I'm
faced with the following two problems: if I try to create a new
language package (which uses Babel), right after I click "finish" on
the wizard, I get this error (exception) ...
|
Question on Managed Package and CTC file...
Thu, 13 Apr 2006 08:15:10 +1000
Hi ,
I have created managed package, added a ctc file, set it's build action to
ctcFile
but how does this now get build and or merged into my package assembly..??
i can see that works when i create a new project using the wizird.. but how
can i verify or see
why my project does seem to build or include ...
|
Renaming a file added from a VSTemplate using an IWizard Extension.
Wed, 12 Apr 2006 08:56:13 -0700
Hello,
I'm wondering if it is possible to rename a file that is embedded in a project
template, after the template has been instanitated by creating a new project
from it.
The technique I have been attempting is to use an IWizard for the project
to change the name of TargetFileName attribute in my VSTe ...
|
Possible DDEX bug?
Tue, 11 Apr 2006 10:20:46 -0700
I am editing the UpdateCommand of a typed dataset's tableadapter, and
noticing that the parameter dbtypes keep changing on me. I've isolated the
problem down to these repeatable steps that occur even in Sql Server 2005
Express Edition:
1. Create a new C# Windows Application
2. Right-click the project ...
|
|
|
Visual studio 2003 exception dialog automation
11 Apr 2006 02:54:48 -0700
Appologies if this is the wrong group, please redirect if needed:
I would like to add a button to my IDE that will toggle all of the
exceptions that appear in the exceptions dialog on or off. Is it
possible to do this using a macro? If so, any code or links to help me
would be appreciated,
Cheers,
Rob
...
|
Problem with 2005 - RegisterLibMgr
Tue, 11 Apr 2006 12:59:53 +1000
Hi All,
I'm try to, using the Managed C# SDk, to create a library... but i'm getting
the
errror 'Attempted to read or write protected memory. This is often an
indication that other memory is corrupt."
when i call RegisterLibMgr..
my code looks like...
in my package i do IVsObjectManager objManager = ...
|
Data sources in miscellaneous project system
Fri, 7 Apr 2006 14:21:01 -0700
Hello,
Can the Data Sources window be used with the 'miscellaneous' project system?
I am rehosting a modified windows form designer so that it is registered
with the miscellaneous project system; that is, I have created an VS editor
with a user control that hosts the Windows Form design surface and integ ...
|