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

Software Development Network >> Nomad Guru's Q&A profile

Nomad Guru

Member List

choskyg
Andrej
seanf
Vikas Bindra
Splinter Cell
Mahesh Dudgikar - MSFT
AnacondaDBA
jobethm
js-mueller
Ben Rich
Patrick Darragh
OlivierH
Bai hao
jjm
username
Yasser Shohoud
ahr
Ivan Tx
PMace
Ahmed Kaouri
Only Title

Nomad Guru's Q&A profile

  • Visual Studio Team System Connecting to TFS failes

    Hi, I have one server which exposes TFS to the Internet via HTTPS and it requires a certificate. I have two client-computers, one can access the TFS, the other can't. The one that failes shows the following output, when using the following commandline in a folder that has a workspace associated with this server: Commandline: tf get /recursive /noprompt > tf_get.log 2>tf_get_error.log Error: Team Foundation Server server.c ...Show All

  • Windows Forms Clearing a Formatted DataGridView

    When I try to clear controls and DataviewGrid from a panel which has bound data, it takes several seconds to do it, when I have this line GridHandle.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.AllCells If Comment this line then it clears fast.  If comment the above line then it clears faster. Any help would be appreciated. Khalid Mirza mirza@Stellex.com Any changes done to the DataGridView's content -- removing rows for ...Show All

  • Visual Studio Express Editions Writing code in VB .net express edition

    Hello.I use Visual Basic 2005 Express Edition and I wan't to now where I can found diferent functions for VB.For example: How to launch a program when the user click a button hi you can use process start from system.diagnostics name space with the aplication name like "notepad.exe" System.Diagnostics. Process .Start( "app.extention" ) hope this helps ...Show All

  • Visual Studio Team System Publishing unit test results without TFS

    Hi, I want to publish some unit test results to a system testing team without the use of TFS. I've recently moved over from a java project were all junit test results were published to system test in a junit report. This is idea for my organisation. Here the system test team are totally separated from development so TFS is not an option, and they will only accept code into system test if similar junit style unit test reports can be provided ! ...Show All

  • SQL Server SQL 2000 - Replication Error 2812

    Windows Server 2003 SQL Server 2000 on both servers Attempting to configure replication from server A to Server B using publishing configuration wizard. Using Enterprise Manager and we received error 2812: Could not find stored Procedure 'msdb.dbo.sp_add_jobstep_internal'. Following the analysis of general Microsoft help which pointed to a user/rights problem I used the Query Analyser, login with 'sa' and executed sp_adddistribut ...Show All

  • .NET Development webservice response prompts me to download .smi file

    Hi all, I'm having a problem with being prompted to download an smi file, when I'm expecting a standard SOAP response, displayed in IE, from a webservice call. This has only just started happening. I have not added any new software or anything. I need to go back to the original Soap response as it's also affecting the addition of webservice references in Visual studio 2005...a bit of a problem! My platform is win xp pro, using .NET framewo ...Show All

  • Visual Studio Express Editions Developed with Visual Studio 2005 Express

    I want to do my thesis project with visual web developer express, the project is for the university, Can I do that , The university would been used the software that I realize, Can I develop a software for the university without license or do a pay for the tool The express editions are a tool over a free product as in using it, the .NET framework SDK. When you have finished developing you do not actually ...Show All

  • Visual Studio Express Editions Open a c++ dialog from the resource file programmatically

    I want to open a C++ dialog (resource symbol in a c++ project) programmatically from a wizard that creates the solution and c++ project. I know how to open a form in VB and c# but there's no way to open the resource editor with a resource id (which I need to retreive) Anyone have ever done that Thanks Hi Mitch, Unfortunately there is no Resource View DTE automation in devenv.exe that could help you open a dialog resource in the IDE. ...Show All

  • Visual Studio RC1 - Visual Studio Class Designer Package Issue

    I've installed VS.NET 2005 RC1 on 2 machines.  I've a project that was created with VS.NET 2005 Team Suite Beta2, including a class design file. On machine 1, I've no problems with Class Designer.  On machine 2, whenever I start Visual Studio, I receive the following in a Yes / No Message Box titled 'Microsoft VIsual Studio': "Package Load Failure Package 'Visual Studio Class Designer Package' has failed to load properly ( GUID = {DD16 ...Show All

  • Windows Forms Appdomain Create and unload Assembly into

    Ok this might sound really simple, though I have had nothing but trouble. All I want to do is be able to create an instance of a class in an assembly and then be able to unload it. So when it unloads then the dll will not be ...Show All

  • Visual C# integer or int32

    from a Wrox book Professional Visual Basic 2005 ' The main reason to use an Int32 in place of an integer value is to ensure future portability with interfaces. For example, the Integer value in Visual Basic 6.0 was limited to a 2-byte value, but is now a 4-byte value. In future 64-bit platforms, the Integer value will be an 8-byte value. Problems could occur if an interface used a 64-bit Integer with an interface that expecte ...Show All

  • Visual Studio Team System Cannot successfully connect to SS2K via Server Explorer

    I recently installed VS 2K5 Team  Suite from the disks that MS provided at the recent TechEd.  I, of course, uninstalled everything else prior to the install.  The install went well and it seems to work except when I attempt to connect to an SS2K database on another machine on the network - I can connect to a local SS2K.  Working with the wizard I first right click w/in the server explorer window and choose "Add Connection."& ...Show All

  • Visual Studio Error "remaining text does not appear to be part of the formula"

    I am converting reports created under CR 8.5 to CRVS. However, even the most simple formulas return the above error message, including formula code cut and pasted from pre-existing "acceptable" formulas. Any ideas. I believe it could be the way the field names are. In cr 8 the format was {field name,table} and now it is {table name.field}. So, check each of your formulas and re-select the fields that a ...Show All

  • Visual Studio Express Editions Integrate PSDK documentation into VC 2005 Express?

    I downloaded and installed Visual C++ 2005 Express and Platform SDK. I integrated PSDK directories into Visual Studio. However, I haven't found a way to integrate PSDK Documentation into Visual Studio help. When I press F1, only MSDN Express opens, without PSDK documentation. I can open PSDK documenation as a separate tool, but there is no way to search for highlighted text automatically (or is there a switch to dexplore.exe ). So, my question: ...Show All

  • Visual Studio Express Editions Applying the same code to ListBox

    Hi All, I have an array which contains values of the checkboxes that I would like to check in the CheckBoxList. However, when I do a loop only 1 checkbox is checked. Is it a coding error I am using Microsoft Visual Web Developer 2005 Express Edition and am coding in VB.Net. I would really appreciate it if you could help or assist me. Thank you so much. tb_lessons.Text contains a String for eg: 2,3,4 Here is my code: ...Show All

©2008 Software Development Network

powered by phorum