-
- Debug in VS2005 Team Suite
by sparty1022
- 5 Replies
- Last post
by grundt
- I have installed VS2005 Team Suite on a laptop and receive an error in debugging."Unable to attach to application WebDev.WebServer.exe" coloader80.dll not correctly installed. Choose Yes to continue or not. If I choose yes, the application loasd but there is no debugging possible.
So I used the regsvr32 to register the coloader80.dll and still get the error message. I have made sure t
-
- CrystalReport Chart Dynamic Data add?
by batkaval
- 3 Replies
- Last post
by Manish Joisar
- HI all!
i have a question. I use CrystalReport that is integrated in VS2005. There is chart in report, i want to add data DateRange value dynamically to it, dateRange is taken from two dateTime picker, i ve solved displaying for table but in chart there is a problems! Thanks!
-
- Loadsaveexception
by Mere
- 1 Replies
- Last post
by mewdied
- hi all
um using vs.net 2005 and sql server 2000 and windows xp...
um donin a project in vb.net on standalone pc when i load a report using printtoprinter method. i shows loadsaveexception and the full message is
"A first chance exception of type 'CrystalDecisions.CrystalReports.Engine.LoadSaveReportException' occurred in CrystalDecisions.CrystalReports.Engine.dll"
WA
-
- Unhandled exception trying to view windows form
by FlashyPants
- 10 Replies
- Last post
by FlashyPants
- In a C# Windows application in VS 2005, I'm simply double-clicking a form in Solution Explorer to view it, however, it always prompts me to check the form out. If I don't check the form out, I receive an error dialog:
The control System.Windows.Forms.Form has thrown an unhandled exception in the designer and has been disabled.
Exception: The checkout was canceled by the user.
Stack trace:
-
- Geting files from SourceCode control (TFS)?
by KevinBurton
- 3 Replies
- Last post
by Steve St.Jean
- Is there a task to get the lastest files from source code control where the source code control system that is being used is Team Foundation Server
Kevin
-
- Inline VS Code Behind
by Zeeshan Umar
- 1 Replies
- Last post
by Jackson Davis - MSFT
- Asp.net allows both inline and code behind. Are there some predefined rules that when code behind should be used and when inline code should be used
-
- My build needs to edit the web.config - Compilation Debug from True to False
by Thomas Edstrom
- 4 Replies
- Last post
by Thomas Edstrom
- Hello! How do you guys/girls handle the web.config when deploying to test environments All developers wants the the debug key to be: <compilation debug="true"/> But in our test enviroments I want the key to be set to false: <compilation debug="false"/> Any solution to this /T
-
- where to add scaripts for Linkserver in DB professional?
by daijun
- 22 Replies
- Last post
by daijun
- Hi all:
i have one statement in my procedure
-
- UnfoldTemplateAction - with template parameter
by Leandro Tuttini
- 9 Replies
- Last post
by Adrian Alonso
- Hello, I have template project that use parameters of the type $Namespace$, for example.
it is possible to pass parameters when the UnfoldTemplateAction is used.
Thanks
-
- Script recording feature in MSVSTS 2005
by kotesh
- 2 Replies
- Last post
by Michael Koltachev - MSFT
- Hello,
I have given some amount reading and playing around the MSVSTS 2005 articles and tool. But not sure whether the script recording feature, as in Load Runner Tool, is available to test .NET Framework 3.0 applications (WPF/WCF) applications.
Can someone help if they already implemented performance/load test with this tool for windows based applications I was wandering whether we can
-
- Security problems with TFS installation
by paso
- 9 Replies
- Last post
by mcdonaldn
- Because the TFSRTM VPC has expired and I needed a testserver I tried to setup a trial version of TFS on test system. I followed instructions as described in the latest installation manual but I keep getting problems with the access rights to Reports and Project Portal. (2 times with W2K3 R2 and the same with W2K3 SP2)
When logged in a the TFS server itself (single server) as tfssetup I can righ
-
- Visual Studio hangs when I try to "Check Out" a file from TFS Source Control
by Steve Mayhugh
- 13 Replies
- Last post
by Richard Berg MSFT
- Help!
Starting 2 days ago I found that if I tried to right click on a file in TFS source control, VS would just hang. I could only close it by ending the task in task manager. I tried the repair option for Team Explorer and also tried the SP1 upgrade. It's still hanging anytime I try to manually check out a file via the source control explorer.
NOTE: It seems as though I'm still able to chec
-
- How to prevent Report from jumping back to TOP when toggling down low??
by PhrankBooth
- 1 Replies
- Last post
by PhrankBooth
- Anyone come across this and have any suggestions When I toggle an item in my report and it's at the bottom of the page, then when the report redraws, it resets position to the top of the page and I have to scroll all the way down again. Is there a way to keep the report in position when toggling an item Thanks!
-
- Which add-in event I have to place code to?
by Progalex
- 2 Replies
- Last post
by Progalex
- Hi,
I have created a very simple add-in for Visual Studio 2005 written in VB 2005.
This simple add-in shows an inputbox to get a number and then shows some math calculations on that number.
But since I'm very new to add-ins, I have a problem. Where is the correct add-in event where I have to put this code to In every case I tried the inputbox gets shown when Visual Studio is starting, whe
-
- Team Foundation and Reports
by Aditya Kirloskar
- 2 Replies
- Last post
by Aditya Kirloskar
- Hi guys,
I am new to team foundation. I have to generate reports using Team foundation. Any idea how it can be done.
Thanks,
Aditya
-
- Solution File, file format changed
by B M E
- 6 Replies
- Last post
by B M E
- It looks like the solution file format has changed from VS 2005 to VS 2005 Team Edition. This is despite that the format version is 9.00 in both versions.
This is a rather big problem in our company because we're several developers working on the same solution. The solution file is under source control and changes ought to be merged between branches. This is, however, not feasible with this for
-
- An attempt was made to set a report parameter 'FNAME' that is not defined in this report.
by OWA
- 2 Replies
- Last post
by Brian Hartman - MSFT
- Hello,
I'm using Visual Studio 2005. I'm trying to make a report with parameters on an aspx page. Here is the code:
Protected Sub Page_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load
Dim param(1) As ReportParameter
param(0) = New ReportParameter( "FNAME" , "Tom" )
param(1) = New ReportParameter( "L
-
- Baseless Merge: Am I missing something?
by tvenhaus
- 4 Replies
- Last post
by tvenhaus
- Step 1: I create a branch from _Trunk called _Branch1 and check it in Step 2: I make a small change to a file in _Branch1 (changeset 10) and check it in Step 3: I create a branch from _Trunk called _Branch2 and check it in
Now, I would like to merge the changes I had already performed on _Branch1 into _Branch2. Since they are not directly related, I know I must perform a base
-
- Adding or importing icons for custom Toolbar
by LeoCh
- 2 Replies
- Last post
by LeoCh
- If you follow the step below, you get to a block of 42 icons:
, Right click on the toolbar you want to modify
, Choose Customize
, Click Rearrange Commands
, Choose Toolbar and then whatever toolbar you want to edit from the dropdown.
, Choose and item and click Modify Selection and then Change Button Image.
This opens a
-
- how to stop application execution before installation completes?
by msdn_quest
- 1 Replies
- Last post
by Gabriel Lozano-Moran
- Hi I have created installation for a small desktop application using setup project. Application is in c# and Ms-Access.My problem is Application starts before installation completes and installation stops in between. After my closing application, installation completes. How to stop this thanks.
-
- Logger not being written out completely
by k. alperstein
- 10 Replies
- Last post
by k. alperstein
- I specified a logger in my .rsp file as follows:
/l:FileLogger,Microsoft.Build.Engine;logfile=DetailedBuildLog.txt;verbosity=normal
Even though my build completes successfully, the logger is not written out completely Do I need to flush the buffers at the end of my build or am I missing something else The file size is but 608KB so I don't think it is a size problem
Any help would be app
-
- Syncing Issues from Web Portal to tracking within TF
by Xithc13
- 1 Replies
- Last post
by Smitha S Saligrama
- I'm trying to create a web based issue reporting page through the project's web portal for our customer service people, project manager, and salesmen. I have been able to create a page where issues are listed and new ones can be entered. However, when I try to find the issues that are entered on the web portal, I don't see them in my VS2005 queries. We only have one project and the Web Portal is n
-
- Page Error
by gturri1975
- 0 Replies
- Last post
by gturri1975
- hi robert,
i'm giorgio from italy and i have a problem with reportview.
If you should go to http://www.lavorodacasa-e-shopping.com/ ------> Statistiche sito in the bottom of the right column you can see an error.
Every time i had run this page i had got this error but when i used the application on local it had run .
how can i resolve this problem
When i upload my applic
-
- Management Pack for TFS
by Grant Holliday
- 2 Replies
- Last post
by Grant_Holliday
- Is there any news about when a MOM Management Pack for TFS will be released
(besides this thread http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=552424&SiteID=1&mode=1 )
Regards,
Grant Holliday www.oztfs.com
-
- TFSwarehouse is not update for some days
by Praveen_wm
- 6 Replies
- Last post
by Praveen_wm
- HI All,
I have created a column in cuurent work item table at tfswarehouse database.Now i have seen that my work items which had been created after column creation is not been updated into database.
When I see the event log it gives me error which is given belo
Detailed Message: TF51209: A run-time error System.Data.SqlClient.SqlException: Invalid column name '__ID'. Invalid column name '