-
- Working disconnected
by Angel16
- 2 Replies
- Last post
by Richard Berg MSFT
- Is there is a way to disconect VS solution from TFS to work with it on a TFS disconected computer, made changes and then conect and checkin the changes
-
- SKU011.CAB solution
by INKHAND
- 14 Replies
- Last post
by murdockjw
- Go into Registry Editor (Start, Run, "regedit"). Go to HKEY_LOCAL_MACHINE, Software, Microsoft, Office, 11.0, Delivery. There should be only 1 directory under Delivery, which is your DownloadCode (mine was 90000409-6000-11D3-8CFE-0150048383C9). Select that directory. On the right side of the screen, right-click on CDCache. Change the value to 0.
honestly works with out a hitch.
-
- VSS client installation problem.
by Bunty1
- 1 Replies
- Last post
by Richard Berg MSFT
- I am trying to install VSS client from VBStudio 6 cd1 in WinXP SP1 after the window "Setup is searching for installed components" it's just stucking off .Setup is not going ahead even i kept it as it is for 20 min.
thanks
-
- Anyone here speak C++?
by Dancing
- 4 Replies
- Last post
by Dancing
- I have been somehwat frustrated in my efforts to understand how to translate code examples from C# to C++.
I need to find a menu item as described in Dr Ex's WebLog at
http://blogs.msdn.com/dr._ex/archive/2007/04/17/using-ivsproffercommands-to-retrieve-a-visual-studio-commandbar.aspx
I am creating my first add-in for Visual Studio and must add a menu item to a right-click cont
-
- Crystal reports (Merge module) problem
by TkJili
- 10 Replies
- Last post
by TkJili
- My program is running on MS VS 2005 IDE, but wen I try 2 deploy it it's not exporting to excel, I was told 2 add merge modules on the setup, but the problem is on my merge modules list I don't have any of these:
CrystalReportsRedist2005_x86.msm
CrystalReportsRedist2005_ia64.msm
CrystalReportsRedist2005_ia64.msm
Please assist...
-
- Local Report Rendering - leading spaces truncated
by Geetali
- 2 Replies
- Last post
by Geetali
- Hi,
The leading spaces from the data are being truncated when I render the local report.
However, if I preview the same data in a server report, the leading spaces are not truncated from the data.
I need to use local reports and at the same time need to display the leading spaces with my data.
Any ideas/suggestions will be helpful!
Thanks
Note: I exported the same report to excel
-
- I really didn't understand why branching would lost history?
by Buddhist
- 2 Replies
- Last post
by Michal Malecki - MSFT
- I think this is a bad decision about TFS.
To keep the history, I have to take a "MOVE".
In other words, in addition to "MOVE", what else can I do to make a branch with original history
Thx in advance.
-
- Keeping database and code changes in sync
by Jon Kruger
- 12 Replies
- Last post
by Mark Giesen
- We are using VS for Database Professionals for the first time on our project, and we're having a problem that I have a feeling is a common problem on many projects: 1. Developer tells DBA that task A needs to be done 2. DBA does the work for task A and checks it in 3. Nightly build runs with DBA's changes and rolls out to our testing environment (... testing environment is now broken because curre
-
- Adding a Windows Group to Licensed users
by barkingdog
- 1 Replies
- Last post
by Greg Brewer
- I tried adding a Windows Group to the TFS Licensed Users Group. (We use TFS for Workgroups). I get the error message:
"TF50637: Only windows users can be added to the License group."
I presume this restricton is related to the Workgruup edition and does not apply to a full TFS license Am I correct (I note the "Add member" section of the TFS Group Dialog states "
-
- VB2005 No data in CrystalReportDataviewer
by Bodylojohn
- 10 Replies
- Last post
by melody45
- Hello, I just created a crystal report with the 'CrytalreportViewer'. I used the ADO.NET datasets. A report is shown but there is no data in it. What did I do wrong I searched the forums here but I havent found my solution yet. I hope you guys can help me....
-
- Reproducible test INCLUDED!
by JohnYG
- 14 Replies
- Last post
by dmc7198
- Dear all,
When I deploy my web project into my Web server,everything is work,but except the report does not work properly.
The config of my webserver is win2003 with IIS 6.0.And I make use of the report in the local processing mode and set "sessions state mode=InProc","cookieless mode=UseCookie"on the page of the state management in IIS.
The error message is showed be
-
- Using remote debugging on Virtual PC
by Tom v E
- 4 Replies
- Last post
by Tom v E
- At the moment I'm looking into upgrading my development machine to Vista. But because we are still creating and supporting software for XP I do need some possibility for debugging on an XP platform.
Therefore I was thinking to use Virtual PC to run an instance of XP and then use the remote debugging feature from VS2005 to debug on this vpc image.
My question is, is this possible And if s
-
- Error message
by MaggieChan
- 1 Replies
- Last post
by Mario Rodriguez- MSFT
- Is there a place where I can look up what an error message means In particular, I keep getting the following message after I check in pending changes, what does it mean
"Object reference not set to an isntance of an object."
Thanks,
Maggie
-
- Auto Inc of Setup Project version and change product code
by Wayne Sepega
- 5 Replies
- Last post
by Aaron Hallberg - MSFT
- Part of our build script is to build our set up projects. On each project I have the removePreviousVersions property set to true and I believe you have to update the version number and product code. Any ideas on how I can do this durning the build (aside from writing my own build extension) Wayne
-
- Problem with ASP unit test & signed assembly.
by jay.d
- 1 Replies
- Last post
by Peter Huene - MSFT
- Here is the original problem,
I have been trying to get code coverage to work on an ASP.NET unit test. Any test that has the [HostType], [UrlToTest], and [AspNetDevelopmentServerHost] attribute do not work. If I don't use the AspDevelopmentServer and just use IIS, the tests run but no code coverage is recorded. Normal tests without these attributes run and record code coverage.
After doing e
-
- Virtual PC - Connect from the Network
by Igor L. Kravchenko
- 3 Replies
- Last post
by Paul Hacker
- I am just started testing it. Problem is that I cannot find the Network Adapter setting that will allow me to connect to the Virtual PC from the network. Could anyone tell me how to do this
Thank you.
-
- sql express server . cannot process stored procedure
by barchard
- 0 Replies
- Last post
by barchard
- sql express server . cannot process stored procedure from the management studio
-
- Local vs Server Processing
by JAMES_DEV
- 1 Replies
- Last post
by Brian Hartman - MSFT
- I'm still fairly new to this and I'm still having trouble getting my head around local vs server processing. I've looked at the help at http://msdn2.microsoft.com/en-us/library/ms251704(VS.80).aspx
In my case I have a windows application with a SQL Server database that I want to re-do the reporting in.
There could potentially be 1000s of rows of report data, so I don't know if that leans tow
-
- Secondary references, whats the story morning glory...?
by Thompsonson
- 5 Replies
- Last post
by Thompsonson
- I've come across a problem with MSBuild that has been summed up here very well:
http://sstjean.blogspot.com/2006/11/msbuild-cant-find-secondary-references.html
Is this true that this is going to be left this way It would be VERY useful if MSBuild was able to spider the references so you don't have to add seemingly unused references to a project....
I assume that the solution i
-
- Is there any workitem event before creation????
by Lavanya.R
- 4 Replies
- Last post
by Eugene Zakhareyev
- Hi,
Can we have any WorkItem Event before its creation
I mean,for a Treeview control,we have two events like Treeview1_AfterSelect and Treeview1_BeforeSelect. Like that Can we have two events for a workItem before creation and after creation.I know WorkItem Creation event is there in TFS which will fired after creation.
Is there any workitem event before creation
Reg
-
- Commandbars poor performance in Orcas Beta 1.Could you test?
by Carlos Quintero - MVP
- 2 Replies
- Last post
by Craig Skibo - MSFT
- Hi,
I am using the VPC machine for VS "Orcas" Beta1 on two computers and I have found that on one of them my add-in takes almost a minute to load. On the other, it takes a couple of seconds as expected. My add-in creates lots of commands and menus, but to reproduce the problem I have trimmed it to a minimal addin as below. The problem is that when using CommandBars.Add (and other
-
- Add controls to the desgined surface.
by Freddo
- 1 Replies
- Last post
by Steve Cook MSFT
- Hi all,
I was wondering if it is possible to add controls (e.g. combobox ) to the design surface.
Freddo
-
- Enumeration values not appearing in Sandcastle output
by Rob Cavicchio
- 8 Replies
- Last post
by virik
- My Sandcastle-generated output does not list the member values of Enumerations. I've tried using both the "AddOverloads" transform and the "ApplyVSDocModel" transform. Is there something I need to change in the configuration to get them to appear
-
- Reverse deployment running load tests remotely
by GeorgeM17
- 1 Replies
- Last post
by Dennis Stone - MSFT
- During the tests running remotely my users write their custom log files.
1. Where are these files stored on agents, how can I get the folder name
2. How can these files be uploaded from agents automaticaly to the controller after the test Could a cleanup script be used for this
-
- Get the orientation of the PocketPC 2003 Windows Forms Designer?
by Lin Yen-Chia
- 0 Replies
- Last post
by Lin Yen-Chia
- Hi, is there a way to get the actual orientation of the PocketPC 2003 Windows Forms Designer I want to know if the actual designer is horizontal or vertical oriented. (I'm working on a little VSPackge project) Thanks for answers Lin