Sergey Matvievskiy's Q&A profile
Visual Studio Team System Visual Studio 2005 Team Suite
Hi I have installed Visual Studio 2005 Team suite , But I can't find team foundation server with this edition , While it must have team foundation server workgroup edition with Visual Studio 2005 Team Suite ....What should I do --thnx The client to Team Foundation Server (Team Explorer) is shipped on the Team Foundation Server disk. You must install it seperately after installing your choice of Visual Studio 2005 and it will add the team functionality to it. You can download a 180-day trial via MSDN downloads or here:- http://go.microsoft.com/fwlink/ LinkId=64135 Hope that helps, Martin. ...Show All
.NET Development Publish app and other files
Ok, I have gone through and made a sample application and now I want to publish it. The app has several ASCII text files that it uses and I need to get these files published with it. The clickonce publish seems to get the app installed ok, but I also need to get the text files published out as well. How can I do this You need to add the files to the solution and in each file's properties pane select Content and Always Copy. Note: You also might need to check your Application Files under Publish to make sure that they are included in the list of files to be published. ...Show All
SQL Server Reference to preceeding component from custom dataflow transformation component
I am writing a custom dataflow transformation component and I need to get the name of the preceeding component. I have been trying to find a way to get a reference to the Package object, MainPipe object or IDTSPath90 object (connecting to the IDTSInput90 of my component) from my component because I think from there I can get to the information I want. Does anyone have any suggestions TIA . . . Ed When are you trying to do this, design-time I assume. SP1 Only - For the UI you can now get IDtsPipelineEnvironmentService from the IServiceProvider passed in through IDtsComponentUI.Initialize. This g ...Show All
Visual Studio Team System Project Portal discussions: Can I have "New" ones opened automatically
The project portal is a windows sharepoint site. I've placed the General Discussion web part on the home page to make the accessible and useful to the users of our project portal. I've displayed them in the Threaded viw and the threads are all collapsed. That's the good part. When people post new messages to a trhead, those messages are marked witha very used "New" label. The question is, can I get sharepoint to expand all threads to the point where New messages are visible. Because these New messages are hidden in the default view. Teh trheads are all collapsed and there is no indicator that any activity is taking place i ...Show All
Visual Studio Team System Merge question
I have the following scenario. I started a feature implementation on the Main branch (say Main\Foo.cs), then I branched to Branch\Foo.cs. Everything is checked in. Now I want to clean out the feature stuff I started in Main\Foo.cs. Some other code is added to Main\Foo.cs. Now I want to forward integrate changes from Main\Foo.cs to Branch\Foo.cs. During the merge it removes the feature code from Branch\Foo.cs. That doesn't surprise me too much so I manually put them back in. Check in the merge. Now a week later I want to do another forward integration to keep Branch\Foo.cs up-to-date.& ...Show All
.NET Development how do i send & receive sms from my website???pls help me...
hi all i don't know how to send and receive sms from my website and which programming language i should choose: asp.net or c# thank so much for view and answer my question... First off, ASP.NET is not a language, its more a technologie. ASP.NET pages can be created using C#. That said, i'd use C# myself as the language to do this in. (Although i have never sent an SMS message using C#, i did with Java and Delphi though). When you try to send SMS messages, you need to know what device you are using to send it. You have some options: - Mobile phone connected to PC. - Industrial SMS device (to se ...Show All
Windows Forms MDI child form inside panel?
I would like to create a MDI child form inside of a panel. I have a panel with some controls on the left, a splitter, then the MDI Parent space on the right. I would like to use the VB PowerPack BlendPanel control to provide a better UI experiance to my user. Is there a way I can add the new form inside a panel control TIA! ...Show All
Visual C++ writing DCM header information in a text file
Hi, I have completed most of the work on DCm Converter. I have used DCM Viewer to view DCM Images and to convert them into different formats(like jpeg, tiff,bmp,png, etc). but now i want to write the DCm Header to a different file. i.e. when i convert DCM file to jpg or any other format then it should result in two files. one jpg image and second text file which consists of DCM header information. I searched on net regarding this and i found findAndGetString() and likewise functions and to write data in file I found WriteFile function. but I was not able to do as per I desired. if you can then please send me the code (single line code will a ...Show All
Visual C++ C++/CLI Code Snippet Compiler
Hi to all, Is there an available tool for code snippets compiler in C++/CLI coz sometimes, I want to test a small functionality of CLI, and I really hate opening another instance of vs 2005 (its quite heavy) ... or is there another available tool that addresses my needs cheers, Paul June A. Domag nth geographics and geometrics You can of course also just use the command line tools. cl /clr foo.cpp will compile and link your program after you saved it in notepad or any other lightweight editor of your choice. Ronald Laeremans Visual C++ team ...Show All
Visual Basic Constant devenv.exe Crashes
Okay, I've been dealing with this problem ever since I installed Visual Studio 2005 Standard Edition. First off, here is my environment (because I'm sure you'll ask): Dell Precison Workstation 450 (2GHz Xeon w/ 1GB memory) VS05 is installed on my C:\ drive My Projects folder is on my D:\ drive Both drives are SCSI Project is a convert from VS2003 w/ about 100,000 lines of code. So here is my problem. As I'm editing code (usually in a Form), VS will start to get slower, then hang, then crash. If I look at Task Manager, I see my Paging File Usage is between 1.3 and 2 GB. After I send my error report and VS closes, it goe ...Show All
.NET Development how to update element while create a file
hello aLL I'm using VB.Net I'm using writer = New XmlTextWriter (....... to careate an xml file I need to change an element after i have built it !!! how XmlTextWriter writes XML nodes to stream or file. Most likely you write it to file. After you write your XML it is in the file and you can modify it as any other text file on your system. (I.e. open it in Notepad or do this programmatically.) To edit it as an XML you can load it to XmlDocument, modify there and save back. If you know in advance that you'd need to change this file -- don't save it to disk, but instead write it to XmlDocument directly ...Show All
Game Technologies: DirectX, XNA, XACT, etc. This chap says
In a thread on this forum there is an interesting discussion that I'm wondering what your opionions are concerning it. (I hope this is the right forum for this..) Chap A Graphics API's completely extract the graphics cards so the programmer doesn't have to worry about dealing with each type of card a user might have. There is no reason he should ever have to or even want to deal directly with the graphics card. He also doesn't have to have a language with a direct interface to assembley. Some languages are better then others for a project like this, but being able to paste assembley into the code is not a r ...Show All
SQL Server How do I get the script to create a table & all the Indexes
In SS2K I could go to task and it would script the table, indexes and any other script that was set for that table. How do I do it with 2005 Thanks Right click on a database, select all tasks, generate scripts and then just follow the steps. If you are using SSMS Express it is not included. ...Show All
Visual C++ Binary Compatiblity
Hello, Is the VC++ Express Edition binary compatable with the Full Versions of Visual Studio In this context, what do you mean by binary compatible Are you wondering if libraries built or used by in Express or the higher versions are compatible with the other versions If so... yes. All the Express editions use the same underlying systems as the higher versions, the primary difference is that the Express versions don’t come included with all of the extra tools that the higher ones do. ...Show All
Visual Basic ERROR: Unrecoverable build error when building Setup project in VS.Net 2005
Hello, Somebody, please help me out, I got "Unrecoverable build error" when building setup project. I try the solution in http://support.microsoft.com/kb/329214/EN-US/ but did not work out. I am totally stuck. Please, your any information, solution will be very much appreciated. Thanks! Yi-an Reboot, open your project again, got to Build->Clean<app name> Then try to rebuild it again. Dustin. ...Show All
