-
- Encrypting Linked Server password in pre-build script
by ChrisTullier
- 2 Replies
- Last post
by Gert Drapers - MSFT
- I am trying to script the creation of a linked server for my database project. I have placed the command in the LinkedServer.sql file. The issue is that I cannot place the password as clear text in the script. I need to encrypt the password. How can I do this Also, setting up everyones local databases with the link rather than automating it though the script is not an option.
-
- Failed to run WebTest from a remote computer
by MSECK
- 12 Replies
- Last post
by Dennis Stone - MSFT
- Hi,
Here is our testing environment: the web application is running upon IIS from ServerA and is connected to the SQL Server from ServerB. In addition to this, the web application is SSLed and heavily built upon JavaScript and Ajax.
I ran the web application in ServerA from my computer and used Fiddler2 to capture all the HTTP Responses and Requests then saved it as myWebTest
-
- Visual Studio Hangs Up
by shah36
- 2 Replies
- Last post
by Robert F.
- Hi there,
I am using visual studio 2005. I got this package 3 months ago. Every thing was fine but now whenever I try to create a new project or new website my visual studio doesn't respond and hangs up.
I haven¡¯t done any thing wrong with VS, but there is one thing. I haven't got windows administrator's rights and our organisation gives the profile limit to the users and there ha
-
- Building ActiveX Controls for Office Apps
by BVarey
- 0 Replies
- Last post
by BVarey
- Dear High-tech Superheros
I need to build a self-registering ActiveX control that can be loaded into the toolbox of Excel and/or PowerPoint (Versions 2000/2003) and used in the same way that one might drag a text box onto a PowerPoint slide.
I must admit I am getting lost in the quagmire of OCX, ActiveX, UserControls, and so on.
Can anyone point me in a direction on this
-
- requirements
by webrod
- 7 Replies
- Last post
by webrod
- Hi,
I am working with MSF CMMI.
I have tasks associatd to requirements.
Is it possible to have this behaviour:
-when all tasks associated to a requirement are "resolved" then the requirement should be "resolved"
-when all tasks associated to a requirement are "closed" then the requirement should be "closed"
Is there a way to do this
-
- Another schema compare problem
by Jacob Sebastian
- 9 Replies
- Last post
by Gert Drapers - MSFT
- I am facing a strange problem with schema comparison. Here is what i am doing.
I have Imported schema to my db project. After I imported the schema objects, the database got a lot of changes. I wanted to run a schema compare again and identify the changes done after I imported the schema objects.
When I run the schema compare, to my surprise, the comparison results shows certain tables and s
-
- Execute MSBuild task just in case output files had been changed.
by blogy
- 2 Replies
- Last post
by blogy
- Hi,
I'm compiling my solution using msbuild task (inside msbuild xml).
After compiling my solution I want to do some tests using NUnit.
Though, I'm executing "exec" msbuild task which run NUnit application.(nunit-console in this case).
I'm trying to execute the testing task just in case that one or more of the solution files had been changed during the compilation process.
Does some
-
- Can not install Microsoft SQL Server 2005 Compact Edition Tools for Visual Studio 2005
by Jade Skaggs
- 9 Replies
- Last post
by Gabriel Lozano-Moran
- I am trying to install Microsoft SQL Server 2005 Compact Edition Tools for Visual Studio 2005 SP1, but I keep getting the following error, then the installer closes: The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program I have Visual Studio 2005 SP1, MS SQL Compact
-
- Work with Iterations and making them first-class citizens in TFS
by Bryan Hinton
- 3 Replies
- Last post
by Siddharth Bhatia MSFT
- One of the gaps that I have been communicating over the last couple of years is the desire to have Iterations as first-class citizens. I want to be able to have iteration objects that have fields (like start date and end date or velocity) or perhaps custom iterations that are actually Release Iteration objects that contain child Iteration Iteration objects. Any plans in this area to make Iteration
-
- new data breakpoint is disabled in 2005
by R.D.
- 4 Replies
- Last post
by Mike Stall - MSFT
- I have a native dll being used by a C++ app that has the /clr switch thrown. I need to set a breakpoint on a memory address in the dll. However the new data breakpoint command is perpetually disabled.
I have tried to set the project debug settings to native only but that has no effect on the command enabling.
When I am in my code, the call stack shows the "[Managed to Native Transition]
-
- Display word document in the crystal report
by Theeran
- 7 Replies
- Last post
by Jhoraj
- Hi all,
I m trying to import word document using OLE Object. When import,it's showing first page of the word document. How do I display the whole page when I run the report And also I want to pass my word document's path using vb.net application parameter value or formula filed.
Thank you all
-
- Tips for managing Source Control in VSS
by amitmnagarwal
- 3 Replies
- Last post
by Catherine Sea
- HI i am the Configuration Incharge of my project.
I just wanted to know if there any tips n tricks working with VSS whjich would help in managing the Source control
-
- Visual J# 2.0 Redistributable¨CSecond Edition: Released To Web
by Gaurav Seth
- 0 Replies
- Last post
by Gaurav Seth
- The ENU Visual J# 2.0 Redistributable Package ¨C Second Edition for x86, x64 and IA64 platforms is released to the web (download locations below). This release enables all Visual J# users to execute the Visual J# applications natively on the 64-bit platforms, thus leveraging the existing Windows and .NET Framework investments on 64-bit platforms. Apart from the 64-bit execution, the product also co
-
- Custom targets don't work :(
by SirMike
- 8 Replies
- Last post
by SirMike
- I'm trying to add a custom target to the team build (class library) by adding: <Target Name="BeforeDropBuild"> <Message Text="Copying files" Importance="low" /> <Copy SourceFiles="$(TargetPath)" DestinationFolder="\\server\assembly" ContinueOnError="false" /> </Target> but this target does not even start I t
-
- Simulat a click event on a Reportviewer control
by BigGuy
- 1 Replies
- Last post
by BigGuy
- Hello
I have a requirement that the user wants to click anywhere on a report in a reportviewer control on a web page and have it spawn a new web page. Since the reportviewer control does not have a click event, how can I acomplish this
Thanks in advance
BigGuy
-
- what is phoenix?
by Sumit_Dagar_8eba6d
- 4 Replies
- Last post
by dagarsd
-
- Problems using ReportViewer Control in RemoteMode
by GregoryDtheRock
- 3 Replies
- Last post
by Lisa Nicholls
- I have reports deployed to a Reporting Services Server running in a shared hosting environment. The web application uses Forms authentication. I would like to be able to run those reports by passing in parameters, but before I can get to that stage of understanding I'm having trouble authenticating to the server.
An example on MSDN uses integrated Windows authentication and the documentatio
-
- Comparing objects with reference and value equality question!
by Antonidas
- 2 Replies
- Last post
by SpartanNZ
- Im new to programming in general and currently im learning about comparing objects by value and comparing them by reference equality in Java.
I was taught that say for example;
public class MyProgram {
public void start() {
String a = new String ( "Java" );
String b = new String ( "Java" );
System .out.println(a == b);
}
}
-
- MSBuild
by pzmrcd_msdn
- 4 Replies
- Last post
by pzmrcd
- Hi
I am trying to write MSBuild script for the first time. My initial task is to get the latest version from VSS to local dir. Can some one send me sample script to accomplish this.
Also, VSS might be replaced with TFS soon ..if the sample can have this too that will be helpful.
Thanks
-
- TFS notification with Exchange 2007
by Narcomancer
- 9 Replies
- Last post
by Tom_de_swiss
- Hello!
I have the same eventlog TF50282 message that others, but nothing fits me as solution. All is working properly but mails are not recieved. We`ve upgraded from Exchange 2003 to Exchange 2007 so the hostname have changed too. I`ve fixed the mailserver name in Services\web.config but that didn`t helped. We were sending from unexistent mailbox before. When the problem appiered I`ve tried to
-
- Resetting an existing Team Project to a default state for new releases
by Jay Weems
- 5 Replies
- Last post
by Jay Weems
- I'm working with TFS in a Pilot environment and we are trying to determine the best way to set up Team Projects. Due to the large number of applications, we would like to set up Team Projects by application or by specific teams. We don't want to create a new Team Project for every release. Is there a way within a Team Project to basically reset the state (default tasks, documents ...) to how it l
-
- Installing VS2005 with VS2003 installed
by John Mercure
- 5 Replies
- Last post
by Nathan E Jones
- I am starting a new project using VS2005 but I have existing VS2003 projects on the target PC. These are both Winforms C# and ASP.NET C# projects. For the time being they must remain as Framework 1.1 projects thus I need VS2003 installed for now.
What issues if any should I be looking for when trying run the 1.1 and 2.0 Frameworks on the same PC along with VS2003 and VS2005 on the same PC
-
- No report image in Project Portal, but do see one via IDE..
by Raphinator
- 20 Replies
- Last post
by Raphinator
- I can see a nice chart when I use my IDE and view a report. However, with RC release, when I goto project portal, I have no image under "Remaining Work", but I do when I view report using IDE...
Any suggestions
-
- slow crystal report
by KomalGupta
- 4 Replies
- Last post
by Martin Xie - MSFT
- Hi,
I am new to crystal report ,pls help me out.
When my crystal report is accessible by multiple user at a time it become very slow, how to speed up it,pls provide me proper solution as soon as possible,it is very urgent.
regards,
Komal
-
- Possible for merge source to be not checked in?
by simdoc
- 1 Replies
- Last post
by James Manning - MSFT
- Is it possible to use as a merge source a file that has not been checked in yet I'd like to check the source and merge in as the same changeset and was wondering if that is possible.
Thanks.