vs2008+deploy
Wed, 5 Mar 2008 15:09:30 +0100
1. Do I have to use WiX to deploy a vs2008 addin, as I did with vs2005?
This was required because the standard vs-setup project couldn't execute a
command as a post install action.
2. Do I have to request a new certificate/key from the vs-partner site, or
can I use the one which I got for vs2005?
3. Is Wi ...
|
Setting path to assembly in item template
Wed, 5 Mar 2008 04:26:04 -0800
I have an item template that adds a reference to an assembly. This assembly
will not be in the GAC so I wanted to set the path to the assembly as this
would not be in the project directories.
I discovered that the
VSTemplate\TemplateContent\References\Reference\Assembly element would work
with the path to ...
|
VS 2005 Web Designer: Can It Create Custom Page Class?
Tue, 4 Mar 2008 12:02:01 -0800
Hi,
I've created a page class derived from System.Web.UI.Page and altered the
Render member function to render controls (and the page itself ) in a custom
way.
Unfortunately VS Designer only creates the built-in Page class when
displaying the page in designer view. So I can't use the customed effects in ...
|
different approach to creating a Visual Studio template
Fri, 29 Feb 2008 18:28:01 -0800
I created a Visual Studio 2005 solution template that has served my
organization well using one vbscript. I have not seen a reference to anyone
else doing it this way, but it works so well and is so easy to maintain that
I decided to post it here.
The solution has multiple projects, project references, two ...
|
Multiple Solution Template
Fri, 29 Feb 2008 12:51:32 -0800
I'm trying to make a multiple solution template suit my needs. So far, it's
working out a lot better and easier than expected. What I'm coming up short
on is using changing the Project Name and Default Namespace for projects to
be something like:
Project Name: Blah.Blah.$safeitemname$.$safeprojectname$
...
|
Showing message in the "Error List" window from custom VS add-in
Thu, 28 Feb 2008 17:19:18 -0800
I am working on a Visual Studio add-in and need to show messages in the
Error List windows, which is usually located at the bottom part of VS main
window and shows compilation errors and warnings. Could someone give me
hints on how this can be done?
I went though objects under _applicationObject, but cannot ...
|
ANN: Visual Studio Gallery...
Wed, 27 Feb 2008 17:40:25 +0100
See:
http://blogs.msdn.com/somasegar/archive/2008/02/27/visual-studio-gallery.aspx
http://visualstudiogallery.com/
--
Greetings
Jochen
My blog about Win32 and .NET
http://blog.kalmbachnet.de/ ...
|
|
|
Addin solution creation automation
Tue, 26 Feb 2008 18:19:14 +0100
Does anyone has used the AddFromTemplate method of the DTE2.Solution object
with VS2005 or VS2008
I had a function that works with VS2003 to launch the Windows Application
project wizard , but it gives an exception with vs2005 or vs2008.
It seem's that the "WindowsApplication.vsz" file provided with vs2003 i ...
|
debug engine, frame omission optimization vs local symbols
Fri, 22 Feb 2008 06:43:02 -0800
with frame pointer omission, EBP is not used to address local variables. The
Visual C/C++ debugger gives a message "vCX0069 - variable needs stack frame"
in this case. In my Visual Studio debug engine, I would like to give a
similar message. How can I detect this situation?
...
|
Crystal reports - how to get export working
Thu, 21 Feb 2008 14:11:01 -0800
(using basic that is included)I'm using VS2008 and have a webform with a
crystal report. The report is displaying fine when I browse to it. The tool
bar for the crystal report has an export and print button. they do not seem
to be working. SInce I'm a newbie with Crystal reports, am i missing a
service ...
|