Software Development Network Logo
  • Architecture
  • Windows Forms
  • VS Team System
  • Visual C#
  • Visual J#
  • Visual Basic
  • Visual FoxPro
  • VS Express Editions
  • Visual C++
  • SQL Server
  • Windows Vista
  • .NET Development
  • Visual Studio
  • Windows Live
  • Smart Device

Software Development Network >> TCC Developer's Q&A profile

TCC Developer

Member List

manojguptase
Tittle Joseph
Dan Lockhart
blucas2006
Ossian
Rich Wilson
DaveC426913
Otter Sr
wookie
Fury Libre
zhyluo
Hooman
John Simons
victoravilanet
David
Kevin Dente
J. Dev
Bard-Erik Venheim
once4ever
mzirino
Only Title

TCC Developer's Q&A profile

  • Visual Studio Express Editions When will Visual Studio 2005 ship?

    I place an order on November 7 with Amazon for VB2005Pro and still they have not ship it yet because they have no receive stock from Microsoft.   Does anyone know when Microsoft will start shipping the new version Finally Amazon just shipped my VB2005Pro. ...Show All

  • Visual Studio Team System How to clean up a database after test recording and also after test has run and start with fresh database?

    How to clean up a database after test recording and also after test has run and start with fresh database I have a form in which there is a data grid on it.During recording i add some values in that field so as a result those values get added in the data grid and i got a string saying that record has been saved.When i ran this test those values were already in the data base so the test passed but in test results details in the browser window i was getting the string that duplicate record shall not be added whie during recording it has given the string that Record has been saved. I want to know how to clean the database after recording ...Show All

  • SQL Server Error on security property page

    i had deploy the reporting server with machine to a new domain, but the security property page cannot load due to existing old domain user is still exist. Reporting services cannot validate that old domain user and cause the page cannot load. then i try to delete that user from reporting services database, but it was unsuccessul to do so. Reporting services seems cache the user somewhere although i had delete the user from database How i  manually delete the user roles from database below is my script : delete from PolicyUserRole where userid = (Select userID from users where username='isys\cmadmin') ...Show All

  • Visual Studio RowNumber Help

    How can I have the Rownumber by groups instead of for whole reports Currently, my code is Rownumber (Nothing). But, the running mumber is from the start of the report until the end of the report. How can I only let the running numbers starts by a group & end in that group Where shall I put that code How shall I put it Please advice. Thank you. ...Show All

  • Visual C# Can't "save project as".

    I'm trying to do something pretty simple. I have a large, complex project. I want to save it under a new name, so that I can make changes to it (changes that I wouldn't want to risk screwing up my original project). I cannot for the life of me figure out how to do this in the C# IDE. There seems to be no option. Saving it as a template isn't what I'm looking for. I want to duplicate the project so that the old version is safe, and there seems to be no way to do this. Tell me I'm missing something. "Save As" is anything but a basic operation when you're dealing with projects, and it's not at all obv ...Show All

  • Visual Studio Will Not Jump To Source Code for Referenced DLL When Dubugging Project

    Using Visual Studio 2005. I have a simple project with two references added.  Both references are to DLLs that I have written.  They are in their own seperate projects. When debugging the main project the debugger will jump to the source code lines in one DLL but will not jump into the other DLL.  Both projects appear to be set up the same and I am pointing to the DLLS in the bin folders under the projects. The "Enable Just My Code" is UNchecked in the Debug / Options / Debugging Node / General list. Anyone have any idea why I can't jump to the source code   I never ran into this on VS 2003. Thanks, Nath ...Show All

  • Visual C# Migration from .net to vs2005

    hello, Im writting test tools for different hardwares. I started with C# .net and everything seems to work normally. Then the company wants to migrate everything to 2005. So i opened my projects in 2005 and convert them. first of all i noticed that everything run slower (does 2005 mean better ). I have some cross threading issue but i turned the warning off with the system controls so it works like .net. And third thing which is the worst is that the program is not working with some hardware. I think the code is too slow for the hardware to respond correctly back. Is there any way to speed up the code. Im using VS2005 Professional edition. ...Show All

  • Visual Studio Team System Overriding the GetChangeSetsAndUpdateWorkItems target

    Hi, Is there any easy way to override this target We'd want to get a subset of the changesets and update the accompanying workitems, based on the Area field. For instance, for an Area A, we'd like to get the changesets that only contain workitems that are on that area. So all we want to do is to apply a filter on the changesets. However, if we override the target, we would have to write code for everything else, like updating the workitems with the "Fixed In" field etc. Regards, Thomas L Doesn't anyone have an answer for this One of the major things about Team Foundation is that it's supposed to be ...Show All

  • Smart Device Development How can I tell if the user clicked the OK on a form

    Hello, Is there a way to tell if the user clicked the "OK" of a form opposed to a button on the form that forced the close of them form, in vb.net I would like to disable the ability to click the "OK" button if possible. Thanks in advance. John What sort of form are you using If you're writing it, you can just remove the OK button. The form returns DialogResult.OK if the OK button was clicked ( but for your own forms, you need to set this up by setting the properties on the button and the form. ...Show All

  • Visual C++ Problem with Mixed Assembly and static initialization

    Dear all, I have been quering Google about this but haven't been able to find a solution hence my post here. I have two projects under Visual Studio .NET 2005: - Project1, a static, native, library with no CLR support. - Project2 a mixed (native+CLR) project which requires Project1 and includes a header from it. When I launch the executable produced from Project2, I get an assertion from _CrtIsValidHeapPointer() or a crash if I chose to ignore the assertion (as expected). The stack trace reveals that this happens for some reason after a global variable 'logger' in Project1 is being initialized. I've searched all around and the only refer ...Show All

  • .NET Development FtpWebRequest question

    Can anybody please help me I am trying to write a code to uplode or delete file on ftp server. A problem is that I don't know how to set up Method property for ftpwebrequest class, so sample code like this would work. Dim serverUri As String = "ftp://ftp.contoso.com/file.txt" Dim request As FtpWebRequest = CType(WebRequest.Create(serverUri), FtpWebRequest) request.Method = WebRequestMethods.Ftp.DeleteFile request.EnableSsl = True Dim response As FtpWebResponse = CType(request.GetResponse(), FtpWebResponse) Thank you the sample code you have posted looks correct. what doesn't work ab ...Show All

  • Windows Forms RichTextBox Problems

    Hello, Is there any way I can convert my regular text to RTF format. I am currently developing a text editor that allows users to store fonts, colors, links etc in the RTF format. It seems to be working fine except that when there is plain text incoming from the database field, it prompts an error saying invalid file format. I tried using &qu ...Show All

  • Visual C++ Program database manager mismatch

    I have been working with vc++ express for about a month, and all my projects were fine but now whenever I compile anythingi get the following error: fatal error C1902: Program database manager mismatch; please check your installation I searched for a solution on Google and MSDN but neither showed anything i could make sense of. Had a very similar problem after fooling around trying to get a parallel make working (I couldn't). I hadn't touched any of the visual studio files, and was working exclusively in my c:\temp directory so I don't know quite what happened..! Did a search and found mspdb80.dll in ...Show All

  • .NET Development Connection must be opened for this operation ERROR

    Dim cn As New Oracle.DataAccess.Client.OracleConnection( "Data Source=server;User ID=test;Password=test;" ) cn.Open() Try Dim sqlstr As String sqlstr = "select * from ash" Dim cmd As New Oracle.DataAccess.Client.OracleCommand(sqlstr, cn) Dim dr As New OracleDataAdapter dr.SelectCommand = cmd Dim ds As New DataSet dr.Fill(ds, "test" ) DataGridView2.DataSource = ds Catch ex As Exception Throw ex End Try When i run this it always give me the connection must be open for this operation. How do i solve this. Let me kno ...Show All

  • Visual C++ Version problem MSVCR80.dll

    Hello, I just downloaded VS C++ Express Edition, and tried to build a console application using command-line. When I start the app it does not find MSVCR80.DLL. I digged into the problem, and found out that my installation of VS is version 8.0.50727.42, but the header file crtassem.h says it is version 8.0.50608.0. The latter version number is entered into the manifest file when it is generated, and I actually don't have this version of the DLL. I cannot explain that. After VS I only installed the Platform SDK, and don't believe the file was overwritten. What is going on Gerd You have done too much digg ...Show All

©2008 Software Development Network