-
- "New schema comparison" display corrupted
by jmguazzo
- 7 Replies
- Last post
by jmguazzo
- Hi, I just wanted to do a new comparison and the drop down in dialog are kind of "unreadable". An image is worth a thousand words so here it is : image-0022.png (hosted on blogger) Version information from "about MS VS" : Microsoft Visual Studio 2005 | Version 8.0.50727.762 (SP.050727-7600) Microsoft .NET Framework | Version 2.0.50727 Installed Edition: Enterprise Microsoft
-
- Text Editor\T-SQL90 Property not exposed to automation ?
by donaldd
- 1 Replies
- Last post
by Carlos Quintero - MVP
- Hi, Using VS 2005 Tools for Office SP1 I'd like to set the IndentStyle option under Text Editor \ T-SQL90 via automation, but the T-SQL90 page doesn't appear to be available using:
DTE.Properties("TextEditor", "T-SQL90") I'm not seeing it in the registry under:
HKLM\SOFTWARE\Microsoft\VisualStudio\8.0\AutomationProperties\TextEditor The automation interacts with stored
-
- Code Sharing issue
by Richard Dalley
- 10 Replies
- Last post
by Richard Dalley
- In TFS one developer checks in his project into TFS. Another developer then assumes the project and checks out all the files to his workspace to start working on it. The two developer boxes are identically configured from a standard development image. The project compiles and executes on the first box, but not on the second box. Complete files are found to be missing after the project is checked o
-
- Solution no longer GAT solution
by CodeGreen
- 5 Replies
- Last post
by vga
- I have a GA solution that I have been working on for a few days now, testing the setup it creates on a separate machine. Today I wanted to try attaching with the debugger, so for the first time I tried using the 'Register' receipe to register it on my Dev machine. It seemed to lock up, I left it running for 30 minutes (the status bar says to be patient after all), then ended the task. Now the solu
-
- Building .vdproj files
by Tony Lambert
- 6 Replies
- Last post
by Madhuri Gummalla - MSFT
- We have a setup project we want to build and I followed the instructions at http://msdn2.microsoft.com/en-us/library/ms404859(VS.80).aspx in order to build it.
The problem is once devenv.exe gets called, it never returns. We have to manually kill the process on the server. Its almost like its waiting for user input or something.
Any ideas
Thanks for your time,
Tony
-
- How to check if the method is empty?
by sammy chen
- 2 Replies
- Last post
by sammy chen
- Hi all:
I want to check if the method or fuanction is empty
now I realize this rule like that : can you tell me if it is right or if there is some bugs
public override ProblemCollection Check(Member member) { Method method = member as Method; if (method.IsAbstract || RuleUtilities.IsDisposeMethod(method) || method.Name.Name.Equals(".ctor")) {
-
- OnDoubleClick event done! Now how to ...
by DevDiver
- 4 Replies
- Last post
by DevDiver
- Hi,
I'm handlig the OnDoubleClick event on a shape. How can I Get/Set values for each domain property I defined for the element I clicked on The event argument is a DiagramPointEventArgs .
public override void OnDoubleClick(Microsoft.VisualStudio.Modeling.Diagrams. DiagramPointEventArgs e)
{
....
//Now how to navigate to, and get/set values to each property on the element I
-
- VTS Beta 3 is a ".IMG" file, not ".ISO" - How to burn it?
by Matthew Watson
- 14 Replies
- Last post
by LeonM
- So I was expecting the VTS Beta 3 file to be the normal ".ISO" file, but it's a ".IMG" file. What application should I use to burn it I already have Nero, but that won't touch it! I hope I don't have to purchase another burning package... But I have a feeling that ".IMG" files are made by CloneCD. Any ideas anyone
-
- DateDiff in Crystal Report
by TommyGL
- 2 Replies
- Last post
by Joe Beam
- Hi guys,
I need help in the following scenarios
I will pass a date range parameter to a report. How to manipulate the date using datediff or other method so that for example:
Date Range: 1 Auguts 2007 - 31 August 2007.....but inside the report the date will be manipulated into the month before which is 1 July 2007 - 31 July 2007
Thank you for the help.....
-
- DSL DomainClass property as a bindable dropdown list
by Peter de Jong
- 1 Replies
- Last post
by leovernazza
- Is there a way to create a DSL DomainClass property as a dropdown list, whose values are bound to an Object data source
Thanks,
Peter
-
- Build Failed due to post-build operations
by Latief
- 2 Replies
- Last post
by Latief
- REMS.Database\REMS.Database.dbproj : Solution file warning MSB4122: Scanning project dependencies for project "REMS.Database\REMS.Database.dbproj" failed. The imported project "C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamData\Microsoft.VisualStudio.TeamSystem.Data.Tasks.targets" was not found. Confirm that the path in the <Import> declaration is correct, and
-
- Team Server for Game Dev Recommendations.
by Fost.
- 4 Replies
- Last post
by Fost.
- Currently looking at a smallish game development project: C++ , core team of 5 programmers moving up to about ten towards the latter half of development, and a number of artists. Whilst speccing out software plan and costs for this, I've come across team system and have been reading up and watching all the videos on it. Looks very impressive, and made me think that with team system there's a bette
-
- Using Microsoft.VisualStudio.Editors
by Paul Bates
- 3 Replies
- Last post
by Paul Bates
- I know it's undocumented, which generally means it's not recommended for use. However, I have questions about it for use within our custom project system. I've been looking into using it to support the project designers, through PropPageBase and PropPageUserControlBase. I already implemented something similar but it's not as feature rich so I would like to use Microsoft.VisualStudio.Editors.dll in
-
- Issue in Process Template tool
by Jason D. Camp
- 14 Replies
- Last post
by A.Mohsen
- I am having issues with the Process Template tool in the latest version of the TFS power tools. I am able to open up the process template and see the editor, but if I expand the Work Item Type definitions and click on one of the work items it comes up with a tab that just has xml in it (i.e. Bug.wit). When I looked through the documentation on the features to modify the layout of a work item, I se
-
- SandCastle (or SHFB?) problem with compiler generated code
by AMilenz
- 2 Replies
- Last post
by AMilenz
- While trying to document a project that makes heavy use
of iterators and anonymous methods I stumbled over some problem with
Sandcastle and/or SHFB. Seems like the CSharp compiler uses method and
class names like ' <>__SomeString ' for the auto generated code.
The < and > tags usually throw an error during the build on
either auto documenting the constructors, adding <missi
-
- Slow ASP.NET debugging in VS2005 with Vista - HOTFIX!
by ericgla1
- 14 Replies
- Last post
by dontera
- I'm having a strange problem with debugging an ASP.NET web application in VS2005 that I'm hoping someone can shed some light on.
I create a blank web application project, and add a single Respone.Write in the Page_Load method of the default page, and set a breakpoint on that line.
When I hit F5 to start debugging, the breakpoint is hit after all the symbols are loaded, but then the b
-
- webtest - parameter names and values not getting recorded
by RyanMcClellan
- 1 Replies
- Last post
by Bill Barnett - MSFT
- I'm trying to record a very simple test on a very simple aspx page.
after recording my test that involves entering data in to two text fields and hitting submit - the parameter names are blank for the request. Also, the values for each parameter are a series of squares, rather than the data I've entered while recording.
Please note that I've sucessfully recorded other tests on other pages. T
-
- Cross-domain Permissions
by Sean McCown
- 13 Replies
- Last post
by Anonymous
- I've got a TFS standard server in domain1. I need to add users from domain2, but it won't let me. It says the users can't be added because they belong to a different domain. There's a trust between the domains so it should work just fine. I can log onto SQL on that same box with the domain2\user, and all of the domain2 users I'm trying to add to TFS are all in the local admins group. Here are some
-
- Visual Studio 2005 SP1
by emilslx
- 1 Replies
- Last post
by Gabriel Lozano-Moran
- Hi.
Can I purchase Visual Studio 2005 SP1 Please give me a link to it if yes.
Thanks in advance.
Emil.
-
- help on structuring perfromance test from user logs
by chris bax
- 7 Replies
- Last post
by chris bax
- Can someone please give me some advise on how to structure my tests for a web service
We have captured the user logs for a day on production into a single table. I would like to replay these logs so we can replicate the days activity.
What I am struggling with is how to setup databound web test that runs concurrent requests for the different users which would then replicate the produ
-
- VS2005 & MS Visual Studio .NET
by Sudhar
- 5 Replies
- Last post
by Patrick MCCormick
- Most newly formatted machine installed with Windows XP Professional SP2, MS Visual Studio .NET and MS Visual SourceSafe 2005 encounters problem with ss.ini file. As soon as solution is opened the ”°ss.ini”± files changes to ”°xxxx.tmp”± file for that user on SourceSafe server.
But MS visual SourceSafe client never changes the ”°ss.ini”± file to ”°*.tmp”± file, this only happens with MS Visual Studio .N
-
- Need the June GAX MSI
by x.static
- 8 Replies
- Last post
by vga
- I have searched all over the MS website and cannot find a copy of the June GAX MSI, which is needed so I can uninstall the June version to install the February version.
Why do all the old links to the June version point to the newer version now
Why does the previous version of the GAX have to be removed first
Why does the previous version need the original MSI to be uninstalled A b
-
- Just installed TFS, need to import code...
by KyentC
- 1 Replies
- Last post
by D. Omar Villarreal
- Hello,
It has taken a while but I have finally have TFS set up and running at a client site. I've got two Projects set up and users added. But now I need to import (if that's the right term I'm a little ignorant of developer lingo not being one) the code that the Developers have been saving on thier desktops and a network share.
So basically I am clueless as to how to do this, wheth
-
- Generate report according to the value captured from text field (window based)
by khen
- 5 Replies
- Last post
by Flinky
- Anyone give me an idea
Dim reportPath As String = Application.StartupPath & "\" & "Sample.rpt"
Dim objRpt As New CrystalDecisions.CrystalReports.Engine.ReportDocument
Try
objRpt.Load(reportPath)
objRpt.SetParameterValue( "Factory" , txtFactory.Text)
...........<<Q: can factory parameter be assigned as part of S
-
- How can the report be generated between two specified date?
by khen
- 0 Replies
- Last post
by khen
- In crystal syntax, how can the report be generated in the condition where report date must allocate between start date and end date. E.g. datediff("yyyy m d", { ReceiveFrom}, { ReceiveTo}) is used in my program, but system prompts the "A date Is Required Here." although parameter ReceiveFrom and ReceiveTo (default date value is assigned as sysdate from vb form: e.g. 20070101) h