Andy_T's Q&A profile
SQL Server DTS Legacy and SQL 2005
I am in the process of migrating to a new SQL 2005 server. I have a number of DTS packages on my SQL2000 server, approximately 200, that are used on a daily basis. I used the migration wizard to migrate the packages from the 2000 server to the new 2005 server however there are issues with the way some were brought over. I would like to have all of the packages moved from the 2000 to the 2005 server and appear under Legacy DTS so that I can r ...Show All
Windows Forms To Hide Print Status Box
I want to print multiple images from my window form, i'm using PrintDocument and PrintDialogBox for this. While printing it shows Print Status Box displaying printing page staus. I want to Hide this status Box. Can anyone suggest me how i can do this. I'm using C# lang. for this Hello Hit, Did you find the solution to your problem. If so please post the solution even I am having the same problem and I tried pretty much everywhere but I can ...Show All
Visual Studio Team System Team Explorer - red cross on "documents"-folder
Since installation of TFS I am unable to see the content of the documents-folder (teamexplorer) on a client-machine. There is always a red cross on the folder! If I start the team explorer on the server the documents folder is shown correctly. I tried to copy the http-url ( http://[servername]/sites/[Project ]) to an IE on a client and there the sharepoint site is shown without any problems. I did the changes required after installation of ...Show All
Visual Studio difference between cr 8.5 and cr 11
Hello all I want to know what is difference between crystal report 8.5 (which is along with VS 2003) and Crystal Report 11 thanks Nilay Just to add to Paul's post, all of this can be found at the following web site: http://www.businessobjects.com/products/reporting/crystalreports/net/vsnet.asp Keith - Business Objects ...Show All
Windows Forms what's clickonce's story with managed windows services?
what's clickonce's story with managed windows services can it install them if i install it myself, can it update them (stop the service, cycle the new bits in, and start the service again) what's the dillio ClickOnce is for installing low impact per user managed application. It does not have any support for starting, stopping services. The ClickOnce engine is not suited for installing high impact apps that need ...Show All
Visual Studio How do I debug code in design mode (i.e. running under the IDE) using VS2005 RTM?
I have a problem using the new RTM version of Visual Studio 2005. I write a lot of custom components and a lot of the functionality I provide is available at design time, which I need to test and debug. In previous versions of Visual Studio I would just boot up a second VS instance for the same project and attach it to the first to debug, but that does not work in VS 2005 RTM. If I try attaching a second version of the project (DEVENV.EXE ...Show All
.NET Development No-Touch Deployment Issues
I recently inherited a No-Touch Deployment application, and I have been asked to re-deploy the application to a different server. I have no previous experience with NTD. I have moved all the files, set up my security and ISS on the new server, but I cannot get the application to run through NTD with a URL. The application runs perfectly if I browse to the folder in Windows Explorer and double-click the EXE file. It also runs perfectly if I run i ...Show All
Visual Studio Team System Manual unit tests
I have some unit tests that need user interaction to verify that the correct results happen (e.g. for testing plug and play events). These unit tests are obviously not suitable to be run automatically by a build machine. I thought the manual unit tests might be appropriate to address this but they appear to be little more than a document with no actual code that runs. What is the recommended way of marking such a unit test so that it is not run ...Show All
Visual Studio Class designer causes keyboard input to be ignored
In Beta 2 if the class designer is open and I try to edit the code file, all keyboard control keys input is ignored in the editor. For example the Tab, Delete, Space keys. Is this by design Brad Raulston It is very disconcerting to hear that keyboard input is ignored after using Class Diagram. Unfortunately we have not encountered this issue. Any information you may have with regard to what yo ...Show All
SQL Server 2005 64 bit : Client Tools for 32 bit.
We installed 64 bit version of sql server. Now we need to install the client side 'SQL Server Management Studio' on 32 bit box. The 64 bit software does not support for the installation on 32 bit box ... what is the work around for this Thanks KM You would need to install from 32bit Media. As you've discovered, the installers on the 64bit media won't install onto 32bit machines. -Jeffrey ...Show All
.NET Development problems to save mid audio files from web links
thank u for your reply. i tried what u say, but it doesnt work. ...Show All
Windows Forms Skipping Code When In Designer
I seem to remember some way to skip over a block of code for a control when it's just being viewed in the designer (as opposed to being rendered at runtime). Does this sound familiar to anyone else I can see why I'd  ...Show All
Visual Studio VB 2005 beta2, error loading beta 1 app..
Thanks for the response, the casing I had was Propertygroup, your casing has solved that problem. But now I have 59 warnings all along the lines of: Warning 1 The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'CustomBeforeMicrosoftCommonTargets' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. Expected 'Property' in namespace 'http://schemas.micro ...Show All
Windows Forms Drag Drop Custom Control
I have created a panel that contains custom controls. Currently I can drag and drop them without any graphics and all is good. I implemented the ImageList_DragBegin routines (DragEnd, DragLeave, DragEnter, etc) into the code and it works with one exception. When the control is dragged across other controls in the panel, the controls are not repainted correctly and there are traces of dragged image left behind. (See Drag2) Drag 1 (E ...Show All
Visual C++ msvcr80.dll not found
I've created a simple Win32 console application. When I try to debug it, I get the message: "This application has failed to start because MSVCR80D.dll was not found. Re-installing the application may fix the problem." The Release version runs fine. Any idea as to what the problem could be Thanks, Jonny This means several things. a) your console application does not have manifest. Either embedded inside or ...Show All
