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

Software Development Network >> Gregfig's Q&A profile

Gregfig

Member List

Programmer654
Vinay Kittur
Ryan Darby
Octavia Petrovici
moory
Matt Bond
Piotr Smolanski
Roger Williamson
DaveFinley
NewTOSQL
Domingo Fugaban Jr
Radu Poenaru
Albert
Patri
FrdBed
Matty G
cbnicholson
GreenpathDBA
sdewan
Rakesh Mishra
Only Title

Gregfig's Q&A profile

  • Visual Studio Team System Unable to connect to BIS service

    Hi When I try to connect to Team Foundation Server I receive an error message: Unable to connect to BIS service Cannot connect to domain <domain name>. Projects for <domain name> not retrieved. Can You help me Thanks Arthooix Thank you Buck for your answer. yes I am running as TFSSETUP account and i still cant find a solution to this problem. I was able to connect to the server before but not to ...Show All

  • Visual C++ msvc ++ 5.0 or 6.0

    I don know if the is the corredct place to post this but I desperatley need some help. The 3D CAD motion analysis software we use requires MSVC++ 5.0 or 6.0. Our IT Dept purchased Visual C++ .NET Standard 2003 First of all I do not know what version of MSVC++ is included nor do I need all the other tools. Is it possible just to obtain just the C++ compiler and if so where Any help will be greatly appreciated. Richard Borders CAD Manager Komat ...Show All

  • Visual Studio Team System Error while Building a Setup Project

    Hi, I m trying to Build a Setup project(InstallShield) in TFS.When i build it ended succesfully with no error, 1 warnings ,no result.The warning message is: warning MSB4126: The specified solution configuration "Debug|Any CPU" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave thos ...Show All

  • Visual FoxPro foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc.

    foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc. I was given a foxpro program and i would like to see the code (the formulas)... i'm not sure how to do this... thank you...   modify command <insert your prg file here> modify form <yourformname> use <yourdatabasename>   ...Show All

  • Visual Studio 2008 (Pre-release) WPFBeta2 change - MarkupExtension.ProvideValue - IServiceProvider

    Hello! I used the ColorPicker in a sample and when I recompile this in the beta2 CTP I get this error message No overload for method 'ProvideValue' takes '2' arguments at this Code line this .SetValue(ColorProperty, (( MarkupExtension )binding).ProvideValue( this , ColorProperty)); because at the Feb CTP the ProvideValue method works like this ProvideValue(object targetObject, object targetPrope ...Show All

  • Visual Studio Team System Invoke Static Method

    I am trying to test a static method.  The method takes a DateTime parameter.  How do I enter a DateTime value in the Invoke Method dialog box for this parameter   I have tried: #1/1/2005# new DateTime(2005,1,1) and others with no luck.  It keep getting a type mismatch message. It looks like the other way to do this is to use the Immediate window. You can type something like System.DateTime date =  new &nbs ...Show All

  • SQL Server accessing report server programmatically

    Hi friends I have .net app ,where i display reports from my report server in a screen .,which works fine. I added a web reference to my report server ,to my solution to get it work. since i know my report server name on machine i added webreference to my project. but when i deploy at site ,as you can guess, the server name can be different. is it possible add web reference programmaically so that i dont need to hard code report server name a ...Show All

  • Visual Basic How does VB compare to C# part 2

    I am sorry but my question was NOT answered at least not technically. But, what is clear is that there is a lot of strong feeling against VB's syntax that does not exist against C#. Several post indicated that they would not hire a VB programmer unless they programmed in C# syntax. I really find that disappointing. I thought the purpose of the framework having several syntaxes was to promote choice for the developer and make that choice s ...Show All

  • Smart Device Development Custom Platform woes...

    Hello all, I'm using a custom SDK built from PB 5.0 to create a native app.  The project is an MFC Smart Device app, and I'm getting some strange results.  If I build a plain jane Dialog based app, I get many of the following warnings: C:\Program Files\Microsoft Visual Studio 8\VC\ce\include\sal.h(527) : warning C4005: '__in' : macro redefinition C:\Program Files\Windows CE Tools\wce500\FormaxCE_500\Include\X86\specstrings.h(48) : s ...Show All

  • Smart Device Development String: undeclared identifier in WinCE system

    Dear all I had one big problem with WinCE system when i define one variable String type in Wince sysytem and it come out some error for this type could some one may know what's going on and how to defind this type in Wince Evirnment Wince 4.2.net , evc 4.0 sample code //=================================== #include "windows.h" #include "string.h" #include "math.h" #include <stdlib.h> #include <stdio.h> #include <wininet.h> #inc ...Show All

  • Visual FoxPro cannot generate an exec file

    I just finished a large project and tried to generate an .exe file from it. I encountered the following problems. BUILD EXE FROM ..... issued from the Command Window gives me a series of errors. The first one is entirely unexpected. It claims that a file "inpARR" could not be found. When I click on "locate' it offers me a file dialog box to find it. I definitely do not have any reference to a file by this name anywhere in my pr ...Show All

  • Windows Forms ComboBox and Binding Context Problem

    I have 2 group box Buy and Sell on a form. There is an account combo box in both group boxes bound to same data source using DataSource, DisplayMember and ValueMember. Problem is binding context is causing the value in both to change when& ...Show All

  • Visual C++ Is C++.Net??

     Can i access data in a C++.Net using the ADO.Net objects, just like i would in a VB.Net app Absolutely. C++/CLI can access the framework as easily as any other .NET language. David Anton www.tangiblesoftwaresolutions.com Instant C#: VB.NET to C# Converter Instant VB: C# to VB.NET Converter Instant C++: C# to C++ Converter Instant J#: VB.NET to J# Converter Clear VB: Cleans up VB.NET code ...Show All

  • Visual Studio Express Editions Menu Overflow woes

    hi all, a) I have a menu that is built at runtime and items added dynamically. When the menu overflows the overflow menu itself does not have the same back color etc as my main menu. How can i change this b) (Related) as a workaround I changed the fore color of the menu items from white (on the main menu) to black (on the overflow) using the placement property. This works fine for menu items that are created and immediately drop onto the overfl ...Show All

  • Windows Forms Adding a shortcut to text file on Start Menu with ClickOnce

    Does anyone know how to add a shortcut to a text file on the Start Menu along with the shortcut to the application I'd like to include a simple help file (Help.txt) but I don't know how to get the shortcut created . I assume this would send the user to a web-site. I want to include a Readme.txt file with my app. and have a shortcut to it placed on the Start Menu. Is this possible ...Show All

©2008 Software Development Network

powered by phorum