Deploy using XCopy
Tue, 27 Nov 2007 02:04:00 -0800
Hi,
I've developed an application in VS 2005 and I'm trying to test it in
defferent 'clean' environments (meaning that only the OS has been installed)
without contaming those environments with additional files in their system
folders ('\Windows\system32' and '\Windows\WinSxS').
Here is how I have it:
I ...
|
Control.VisibleChanged event not fired when tool window is closed
Sat, 24 Nov 2007 20:31:12 +0200
Hello,
I have C# add-in for VS2005. From this add-in I create tool
window (see code in my previous post).
I try to handle `Control.VisibleChanged' event:
// MyAddInCtrl.cs
public partial class MyAddInCtrl : UserControl
{
public MyAddInCtrl()
{
InitializeComponent();
}
pri ...
|
EnvDTE80.Windows2.CreateToolWindow2 woes
Sat, 24 Nov 2007 19:51:42 +0200
Hello,
I have C# add-in for VS2005. From this add-in I create tool
window:
private void InitToolWindow()
{
if (_MyAddInWnd == null)
{
EnvDTE80.Windows2 toolWins =
(Windows2)_applicationObject.Windows;
object objOut = null;
_MyAddInWnd = toolWins.CreateTo ...
|
Re: how to get rid of the 'package load analyzer'
Sat, 24 Nov 2007 06:37:00 -0800
Hi, Tom,
I got the same problem, and i found we can disable/enable the log or change
the output path by the tool:fuslogvw.exe, you can find it in start menu
->microsoft windows SDK->fusion log viewer ,click the "setting" button, you
can change settings you want.
P.S. i'm using VS 2008 trail version.
for ...
|
Seeking examples VSPackage
Fri, 23 Nov 2007 10:11:29 +0200
Seeking examples VSPackage
http://www.alvas.net - Audio tools for C# and VB.Net developers
...
|
from linux-code to Visual Studio project
Thu, 22 Nov 2007 14:32:00 -0800
Hi,
I got a code that has been run through with linux-system but I need to use
Windows machine with Visual Studio 2005 (Professional x64). I know hardly
anything about Visual Studio so that I would need some help to make a Visual
Studio project to run the code through. It is written with C, uses MPI and
inc ...
|
TFS Team build failling when trying to build VSIP package
Wed, 21 Nov 2007 10:59:01 -0800
Hi all,
I'm new to this whole VSIP thing, so please bear with me.
I've installed the VS2005 SDK locally and written a VSIP package that
compiles successfully.
However, the TFS build server does not have the same VS2005 SDK installed,
hence the server build fails.
My question is, what do I need to d ...
|
|
|
Add-in vs VSIP package
Wed, 21 Nov 2007 10:55:02 -0800
Hi all,
I'm new to writing add-ins and plug-ins in general.
Currently I'm trying to develop a small app that can be docked inside
VS2005, written in C# .NET2.0.
First of all, what is the difference between the regular Visual Studio
Add-in vs the VSIP package?
Can I achieve the same thing with bo ...
|
Typed dataStes
Wed, 21 Nov 2007 12:05:16 -0300
Hello All...
I Need make typed datasets with DattaTables and tableAdapters inside
programmatically...
How I do tat?
Greetings Afterhand
CarlosMag
...
|
Policy and Diff
Mon, 19 Nov 2007 09:22:02 -0800
Is this possible to get a diff for the changeset in the custom policy
implementation (IPolicyEvaluation implementation)? By diff i mean standard
diff file e.g. SVN creates. I need diff file to upload it to our code review
system.
Thanks. ...
|