VSSConverter Errors
Mon, 3 Sep 2007 08:08:00 -0700
I have been trying to migrate a large VSS database into TFS Version Control.
I have followed all the steps in the migration walkthroughs etc from the MDSN
web site, but I am getting errors.
The migration process appears to work and the report xml file reports that
3000 items have been migrated, but I can't ...
|
Re: Application Logging Block without config file
Sat, 1 Sep 2007 14:42:10 -0400
Severin,
Could you explain what you mean by 'The configuration for my application is
stored elsewhere'?
Thanks,
Steve - dotneticated.com
"Severin Meyer" <SeverinMeyer@discussions.microsoft.com> wrote in message
news:CE70DBE0-A5B0-482B-8092-5E89781B293E@microsoft.com...
> I'm searching for a simple l ...
|
Re: Creating an Web Setup Project "Template"
Sat, 1 Sep 2007 14:40:26 -0400
Michael,
Check out the answer on this thread:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1724751&SiteID=1
Unfortunately, I don't think it's the answer you were hoping for.
Hope this helps,
Steve - dotneticated.com
"Michael" <Michael@discussions.microsoft.com> wrote in message
news:79 ...
|
Re: Team Suite Product question
Fri, 31 Aug 2007 12:02:22 -0400
Ed,
I believe so, yes.
http://msdn2.microsoft.com/en-us/teamsystem/aa718806.aspx
Hope this helps,
Steve
"Ed" <abcde@nospam.nospam> wrote in message
news:DD6544F1-248C-448F-B0E0-5C18E2A1D004@microsoft.com...
> If I install the latest Microsoft Team Suite Version of Visual Studio,
> Do I get the ' ...
|
Re: windows ce 6.0 templates
Fri, 31 Aug 2007 12:00:42 -0400
Kimark,
Visual Studio 2005 Service Pack 1 includes support for Windows Embedded CE
6.0 platform and tools.
http://msdn2.microsoft.com/en-us/vstudio/bb265237.aspx
Hope this helps,
Steve
"KimarkNat" <KimarkNat@discussions.microsoft.com> wrote in message
news:DA45D992-8818-46C0-82CF-35B1A1534F1C@mi ...
|
Re: Class Diagram
Fri, 31 Aug 2007 11:02:01 -0400
Kieren,
Yes, but you need to install the PowerToys for the Visual Studio 2005 Class
Designer and Distributed System Designers from
http://www.codeplex.com/modeling.
Hope this helps,
Steve
"KierenH" <KierenH@discussions.microsoft.com> wrote in message
news:F04AB3B5-28A7-4BF8-ADA5-99DDB8734095@micro ...
|
Re: How to get VS.Net to recognize a project as a "Test Project" for unit tests
Fri, 31 Aug 2007 10:57:54 -0400
cmay,
I would imagine that the project file (*.*proj) is not correct for a Test
Project type. Try creating a new Visual Studio test project, and diffing
the project files to see if the project type GUIDs are different.
Hope this helps,
Steve
"cmay" <cmay@walshgroup.com> wrote in message
news:118 ...
|
|
|
team foundation build: how to reference all content files from a .csproj or .vbproj inside a TeamBuildType project?
Thu, 30 Aug 2007 04:22:02 -0700
hi everyone,
we would like to create a zipfile in the aftercompile target inside a
TF Build Type projectfile. the zipfile should include all content
files from our teamproject solution projects.
the problem we have right now is that we seem to be unable to access
the content files from inside the TFSBuild.pro ...
|
Interactive Item Template
Wed, 29 Aug 2007 10:20:02 -0700
I wrote an item template with a number of custom parameters. It works well
but it would be really nice if the user could be prompted for the custom
parameters when using the template. At the moment I have to update the
template file when I need to change the custom parameters. Is it possible
for the user t ...
|
How to use SuppressMessage for a whole block
Thu, 16 Aug 2007 14:02:23 -0400
I have a project for which I want to use the terrific Code Analysis
features of the Visual Studio 2005 Team Edition for Software Developers.
I have everything working just fine except for one thing: I have a
few files in this project that are poorly designed and implemented, so
they generate too many warn ...
|