-
- Crystal reports XI R2 and Visual Studio 2005 issues
by iamtgo33
- 14 Replies
- Last post
by Bandit97
- Has anyone got this error after updating (fresh install) to Crystal Reports XI R2 with reports in Visual Studio 2005 I am posting here because I am not sure if it is a Crystal reports XI R2 bug or a Visual Studios 2005 problem. I thought it might be that my programming was wrong so I tried the samples that come with R2. If anything these should work since the people who developed th
-
- Large number of queries
by Jobr77
- 4 Replies
- Last post
by Naren Datha - MSFT
- Hi! Does anyone knows if there is any way to organize the Team Queries For some projects their number seem to increase a lot. It would be nice to be able to create a simple folder structure for this. For my current problem I could probably use something like @User in the query (if it exists), but some project members seems to like to have their own Excel sheet with their tasks on it. Regards, Joh
-
- I can't debug a VS package
by www.codediscuss.com
- 2 Replies
- Last post
by Ed Dore
- When I begin to debug, I got two error message dialogs,
One is something like I 'm debugging some app without debug info, and the disassamble code is going to be displayed, I can skip this, but it's annoying.
The other is a warning that the system debugs are active. I set the VS2005 to the default debugger for my windows system.
So how can I remove these two error message dialogs
-
- VSSDK Assist - A visual toolset of utilities for extending Visual Studio.
by pgaliano
- 5 Replies
- Last post
by najul10sat
- A couple of months ago I started an open source project on codeplex named VSIPFactory. In May I decided to change the name of the project.
The new name is VSSDK Assist and I think that it reflects the vision of the project in a better way.
VSSDK Assist tries to make VSX development as simple as possible. It is a set of tools that provide a higher level of abstraction, guidance, best pra
-
- Cant get a ITypeResolutionService instance from GetService.
by mickdelaney
- 6 Replies
- Last post
by mickdelaney
- Hi,
Code Snippet
I'm trying to get an instance of a ITypeResolutionService from the GetService method but it returns null always... i dont know where to go with this.. any ideas am completely stuck until i can sort it... regards... [ServiceDependency(typeof (ITypeResolutionService))] public class AddTemplateAtPositionAction : T4Action { private EditPoint insertPoint; private string fi
-
- Steps to install SP1
by Dennis_v_E
- 3 Replies
- Last post
by Dennis_v_E
- I cannot find the answers on any of the SP1-sites/blogs.
I have a number of PC's running VS2005 against TFS. When i update TFS to TFS SP1, must i also update all the client machines to VS2005 SP1 Or can i just update TFS and not (yet) update all the clients
On the TFS-server, must i also install VS2005 SP1 I know that i must install the 'pre-SP1-patch' and the TFS-SP1, but since there is VS
-
- missing web service template in VB 2005 Express
by Armond
- 1 Replies
- Last post
by Dmitry Pavlov
- How can I add the Web Service Template to VB2005 Express to use when creating a new project
Thx
-
- License Terms for the Presentation and ProductionTransforms Should be Explicitly Stated
by Shane Isbell
- 8 Replies
- Last post
by Shane Isbell
- Within the Sandcastle distribution, it would be helpful to include explicit licensing for the artifacts (including icons, JavaScript files, xsl files) located under the Presentation folder and the ProductionTransforms folder.
I have this request because I would like to change and redistribute the presentation files and configuration parameters for use within an open-source project; I am, ho
-
- Microsoft Visual Studio .NET License Question
by Xyberian
- 1 Replies
- Last post
by Andreas Johansson
- Hello, I purchased Microsoft Visual Studio .net 2003 academic version three years ago. For my programming I had installed them on my three computers and recently I uninstalled them all. I would like to install them on new computers but installation does not work any longer due to licence that I registered already. Would you instruct me how to unregister and re-register them while installing the pa
-
- WitImport updating two different TF servers
by pfontyn
- 14 Replies
- Last post
by pfontyn
- We have a production TF server and have a copy of the production server which we added for testing template changes. We're running into a problem where when a template is pushed to our test server, it acutally ends up updating both.
The test server is a backup/restore of our production, but is on a different physical server. Both servers are running the same templates.
Has anyone c
-
- After installing MS Visual Studio.Net 2003, I had an ink. extension on the Solutions folder
by picacha
- 1 Replies
- Last post
by Gabriel Lozano-Moran
- I installed the software in my other computer and everyhting went fine but I bought a used Dell with the Windows XP just like the other one and after I finished the Installationl and started to work on my tutorial, my system could not find the folder and when I finally did and tried to open it, a message telling me that the system did not support files with the .ink extension. How did that horribl
-
- Load Test - Test profile Id - How to generate it?
by ejadib
- 2 Replies
- Last post
by jpgarcia
- Hi, I'm creating dynamically some load tests files based on parameters. One of those parameters is the unit test we want to test.
<TestProfile Name="TestName" Path="C:\Path\test.dll" Id="d6bf5931-79b6-bd5d-2892-c4726d78fb74"....
As I saw the load tests has an ID that identify the test. My question is how to generate this guid
I see that for differ
-
- Cannot create a shelveset owned by a different user
by Leon Mayne
- 3 Replies
- Last post
by Richard Berg MSFT
- After finding out you can't rename a shelveset and the only way to perform something similar is to unshelve into a temporary workspace and reshelve under a new name, I've now come across a new problem. If the owner of the shelveset is not the current user, I'm getting this exception thrown:
Unhandled Exception: Microsoft.TeamFoundation.VersionControl.Client.VersionControlException: Cannot c
-
- Upgrading the Process Template
by houtexwebdev
- 3 Replies
- Last post
by Hua Chen - MSFT
- I've got a feeling I know what the answer is, but I'm going to be hopeful and ask....
We have a process template we created using Beta 3. Now we have a new server that has the RTM version of TFS. We tried using the same process template, but some strange things are happening (e.g. reports aren't working).
Is there an easy way to upgrade the template, or do we have to create a new pro
-
- login Failed
by David Davis
- 14 Replies
- Last post
by KevinBacon12
- I have a windows app that connects to a sql database. I now want to do reporting from it. I have created a CR report (from the buit-in VS2003 version of CR) that is going to be used to display the information. When I run the app I get a login prompt for the database. No matter what I enter into the prompt CR returns "Login Failed". Searching the web th
-
- Error:Identifiers should not contain underscores
by Mortsdeh
- 10 Replies
- Last post
by Todd King - MSFT
- Hi,
When I code i use underscores in variables, such as m_sString. m for member and s for string followed by the name. I use this i class names and in namespaces as well.
I have started to use FxCop to analyze my code and it complains on my underscores with the phrase: Identifiers should not contain underscores.
Questions:
1. Does anyone knows why I can't use underscores 2. What will h
-
- Left Join error with MYSQL DB
by daddycrabs
- 3 Replies
- Last post
by CrystalKeehr
- I have the need for a LEFT OUTER JOIN in my Crystal Report (VS 2005). I selected that option in the Database Expert and re-ran my report. I am now getting a MYSQL syntax error. I checked the SQL output and it appears that Crystal Reports is inserting some incorrect syntax.
FROM { oj ((((`SLA`.`Invoice` `Invoice` INNER JOIN `SLA`.`Client` `Client` ON `Invoice`.`ClientID`=`Client`.`ClientID`
-
- Changing DrillThrough Jump link color on click??
by PhrankBooth
- 0 Replies
- Last post
by PhrankBooth
- I have a DrillThrough report attached to a field. I'd like the field to behave like a hyperlink and have it change color to designate that it has been clicked. Anyone have any ideas on this Thanks!
-
- Do we need to make any registry key values to install an addin?
by Imesh
- 3 Replies
- Last post
by Imesh
- Hi,
I have implemented an addin (Visual Studio 2005) which works perfectly in my development pc but it does not seems to be working on other machines. I created an installation (.msi) for that to install the .addin file to the appropriate folder (../My Documents/Visual Studio 2005/Addins/) and the assembly file to the installation directory but it doesn't seems to
-
- Referencing an external file from TFSBuild.proj
by Milky Way
- 1 Replies
- Last post
by Aaron Hallberg - MSFT
- Hallo,
for our project we are defining some custom properties in the Property section like
<Property>
<VersionToBuild>1.2.3.4 </VersionToBuild>
<DescriptionToBuild>Release </DescriptionToBuild>
</Property>
We would like to keep them in a separate file. Is there a way to reference a file from TFSBuild.proj How can this be done
Thank
-
- Cannot load class diagram
by Michael Mason
- 2 Replies
- Last post
by Victor Sergienko
- Have a problem with loading a class diagram and would like some pointers as to how to track down the problem. I have created a class diagram within which I created several classes. I then decided to start again and deleted all the source files. The Class diagram duly updated itself and removed all the classes. I closed the class diagram. When I tried to reopen it I received the error message
-
- Skip the Build Step
by Pierso
- 3 Replies
- Last post
by Pierso
- I am setting up a build pattern as follows:
Development Build (Creates a candidate Build)
Performs the application build.
Packages the build.
Copies the package to a candidate folder.
Pushes the code to the development environment.
Integration Build (Promotes a candidate build) - Occurs post development testing
Copies the candidate code to a promote
-
- Visual Studio 2005 SP1 is now available!
by Brian Hartman - MSFT
- 14 Replies
- Last post
by Chris_Bond
- Visual Studio 2005 SP1 has now shipped and is available for download here:
http://msdn.microsoft.com/vstudio/support/vs2005sp1/default.aspx
I'd like to take a moment to thank everyone for using the ReportViewer controls, for helping to answer questions in this forum, and for bringing issues to our attention. I have enjoyed answering questions in this forum over the last year and look forward
-
- Web Test: Problem with the value of checkbox
by Emiliano553886
- 1 Replies
- Last post
by Yutong MSFT
- Hi. I am executing web a test and I am trying to insert in the fields of the form of the values from a database. For a normal descriptive field the insertion of a value from a database is made in this way:
request71Body.FormPostParameters.Add("ctl00$ContentPlaceHolder1$txtDescription", "WT_PROVA2");
ctl00$ContentPlaceHolder1$txtDescription={{Emiliano1.Functions.Descriptio
-
- Single-server installation Sql connectivity issue
by Don 216
- 7 Replies
- Last post
by Dan Kershaw
- We have a single server installation of team foundation server that had been working great. Yesterday the SQL server 2005 instance was changed in the surface area configuration tool to allow only local connections. It seems this should work since they are both on the same machine, but an error is logged now for the work item tracking web service that it is unable to connect to the SQL server.
H