durayakar's Q&A profile
Visual Studio Team System Checkin a project into VSS 2005
Hi.. everyone.. I have a real simple question for all of you. How do i checkin a project in VS2005 into VSS 2005. The version i using is VS 2005 Team Suite. I do not see any "source control" option at the dropdown menu under file like what VS2003 have. Please help me on this, have been meddling and trying out for 2 days. Thanks in advance. Regards, Kashiro I hate to ask but have you verified that Visual SourceSa ...Show All
Windows Forms why does minimizing/maximizing app have a drastic effect on Mem Usage?
Hello, I am investigating a memory leak in a C# WinForms application. The program collects a series of image data from a piece of scientific equipment. The image bufefrs are large (2MB per), and a new image buffer is allocated about every 30 seconds during extended operation. The behavior we do not understand is that, although the previous image buffer is dereferenced (and therefore eligible for garbage collection) as soon as the new buf ...Show All
Windows Forms Editable Panel within UserControl
I have a usercontrol that I drop a panel and a label onto. I dock the label to the top and the panel dock to fill. When I drop my custom usercontrol onto my form, I can't add controls onto my panel. I want the ability to add ...Show All
Visual Basic Cild Process calling problems
Ok I am trying to devlope a System Tray Control Panel for a Ventrilo Server. Now i am utilizing a program bad by the company to check the servers status and retrive information about the server. Now that program is a dos based program like ipconfig or the net command. Now I can get the program I am make to call the process and using OutputDataReceived member of the process class I can retrive it's output but I can not get it to retrive the infor ...Show All
Visual C# C# and MS SQL 2005
I have 1 table "Uplate"with atributes: UplateID:int Datum:datatime Iznos:int Opis: nvarchar On win-form I have 2 DataTimePickers: dtPoc and dtKraj and in them I select begining and end date. I want to sum Iznos between these 2 dates. So I added query in the UplateTableAdapter: UpitUplate(@Parameter1,@Parametr2): SELECT SUM(Iznos) FROM Uplate WHERE Datum>=@Parameter1 AND Datum<=@Parameter2 and in the main application ...Show All
.NET Development Where gets Intellisense the descriptions of methods, properties, ...????
Is it possible to add a discription to my methods so the intellisense can display it Intellisense uses the summary tag from the member to display so provided you are using the <summary> tag on your classes, methods, properties, etc. they'll be displayed. Michael Taylor - 10/8/05 ...Show All
Visual Studio Express Editions How does VC# read MS Access table list
I am trying to read a list of tables from a downloaded access database supplied to the public by the US National Food Laboratory - so I have no rights to change user privileges etc. In the VC# database explorer I can connect to the access database and a list of tables appears - so VC# can do it. But when I try creating a query in VC# under the same connection... SELECT MSysObjects.Name FROM MSysObjects WHERE (((MSysObjects.Flags)=0) AND ((MSysOb ...Show All
Visual Studio Team System How to get code coverage from Web Tests?
Hi, I'd like to get code coverage information from Web Tests. I configure the testo configuration in order to instrument the Web Site. I Run my web test but no coverage information was generated. Is there any additional Step Thanks Hello MunjalD, Unfortunately, when I attempt to follow your example in #1 above, I get the result that was originally reported. I have a solution with a Web Service project and a test project. The unit test I a ...Show All
Visual Studio Team System Unable to start the VSTS website
Hi, I am unable to start the VSTS Website (hosted on 8080) and get the following error message "The process cannot access the file because it is being accessed by another process." These warning and error messages get logged on the eventvwr over and over again (almost every 10 seconds) Event Type: Warning Event Source: Tfs Event Category: None Event ID: 0 Date: 11/14/2005 Time: 2:25:40 PM ...Show All
Visual C++ Info about some types
What these types below represent (what kind of data they store ) and how can I use them (declaration and assign of data) - LPCSTR - LPCTSTR -LPCWSTR And how can I show a MessageBox dialog in a MFC Application And the last one, how can I use a DLL also created in C++ in a C++ Visual Application Can this application be made in C++ .Net, or it must be MFC like the DLL Thanks. Not sure about the MFC specific questions but the ...Show All
SQL Server More errors in convert function
In hijri calender any month can be 30 or 29 day in convert function if I write select convert (datetime ,'29-12-1426,131) it is ok this year 12 month is 30 days but if I write select convert (datetime ,'30-12-1426,131) ther is an error Thanks for any help Tamer229, There are many variations of the Islamic calendar. In some versions, there are 29 days in the month Thou Alhajja in the year 1426, and in others there are 30 days. ...Show All
.NET Development problem with com object
Hi, I must create a com object that has some methods described in an interface. One of this methods is new(par1,par2,par3) as short The only problem is that i can't create a method with such name because it is seen as the constructor of the com object (and the constructor for the com object must have no parameters). So when i write Public Function new(...) as short i get the message The constr ...Show All
Visual Studio class factory
HI, IM HAVING A PROBLEM PLAYING SOME VIDEO FILES DOWNLOADED FROM THE INTERNET WITH WMP9 ON WINDOWS XP PRO SP1.I GET THE MESSAGE"CLASS FACTORY CANNOT SUPPLY THE REQUESTED CLASS".IM NEW TO THIS AND WONDERED IF ANYONE CAN HELP ME WITH THIS PROBLEM. I think you're on the wrong forum, this is the forum for the "Domain-Specific Language Tools". ...Show All
Visual C# C# Needs a Property keyword like MC++ has now
I've said this before, even directly to Anders, and I'll say it again: C# needs a simpler way to declare properties. Don't believe me Check out this video of a John Lam talk about the future of programming languages that espouses dynamic programming langauges like Ruby: http://www.ftponline.com/channels/net/reports/vsliveto/2006/multimedia/lam.aspx About 1/5 of the way into the presentation he gives this example of a piece of code everybo ...Show All
Visual Studio same problem
A requirement of my reporting system that I'm developing is that it be possible to localize the reports. They don't need to be localized dynamically -- we can provide different RDL files for each language and report combination. When I put japanese characters into the RDL file I get mixed results. When I export to Excel, it exports fine (except for the chart labels). When I export to PDF, I get the following error: A call to PInvoke functi ...Show All
