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

Software Development Network >> Ray_GTI-R's Q&A profile

Ray_GTI-R

Member List

I-DotNET
markj11
lmcatl
BernhardR
Derek Ekins
mverma
Peter G Lin
ThomaWe
TGrant
Marcel de Vries
KentT
govdba
copier_guy
Andrea Barbieri
Donaghy
Microsoft Visual
Kenneth Alexander
Reutener
tommy123456
chorweng
Only Title

Ray_GTI-R's Q&A profile

  • Windows Forms How to populate a lable with Active Directory Current user info

    HI, I would like to create a web form that is integrated into active directory using C#. Idealy what I need to know is how I could populate a set of labels with the user information of the active user...from active directory. If this is an API, which one and where can I find out more... Any Help would be much appreciated. This would be a windows server 2003 environment. Is there an easy way to do it from within Sharepo ...Show All

  • Visual Studio Team System Files Excluded

    Hi all, I'm triying to do a list of files that must never be under version control, files like .csproj (.vbproj) and all that contain user settings in a solution or in a project. Also, I would like to kwon if there are any way to exclude it in the verson control configuration. Any help will be apreciated, thanks. I have always excluded .suo files in the past. However, I am now using a VS2003 project w ...Show All

  • Smart Device Development Command Prompt for Windows Mobile 5.0 Devices

    Does anyone know if there is a command prompt that runs on Windows Mobile 5.0 Devices   The one that I had been using on PPC 2003 devices does not run on Windows Mobile 5.0 devices. Alicia This has been blogged at http://blogs.msdn.com/marcpe/archive/2005/06/20/430725.aspx 1     Go to the home screen, press and hold the ‘action’ key (that’s the middle button of the directio ...Show All

  • Visual Studio Team System Error 28100.Error loading Event web service.

    Hi,   During installation I got "Error 28100.Error loading Event web service.". Any idea what is going wrong TFS is being installed on a Virtual Machine.   Please feel free to contact me if you need any more information. Thanks, Bart ps. Is it possible to upload the setup log Are you attempting a single server or duel server TFS install At what stage of the installation process are you getting the erro ...Show All

  • Visual Studio HELP with Context menu !!!

    I am trying to add a new item to the Data Source Context Menu using this code: command = _applicationObject.Commands.AddNamedCommand(_addInInstance, "SolnExplContextMenuVB" , "My VB Command" , "Executes My command 1" , True , 59, Nothing , CType (vsCommandStatus.vsCommandStatusSupported, Integer ) + CType (vsCommandStatus.vsCommandStatusEnabled, Integer )) Dim menuBarCommandBar As CommandBar ...Show All

  • .NET Development Best database choice?

    I am wondering what the consensus is on choosing a database solution for a windows forms application when developing for the following criteria: 1. For applications that need to be deployed with their database on target computers (nothing complicated like oracle or ms SQL). 2. small amounts of data...( say...less than 500 mb of data [basically only need to persist small amounts of data between application executions ]) What kinds of ...Show All

  • Visual Studio Moving a label

    Hello, Is there a way to move a label from one version to another What we are trying to achieve is that if we label the VSS database with a build label at the beginning of the build process and subsequently include updates to the build, I would like to move the labels up to the latest versions to mark the final set of versions going into the build. Also, how can I prevent developers from checking in new versions of files while the build is ...Show All

  • Visual Studio Team System Unit Tests and Nightly Build

    Using VSTS for Developers. I have a solution with a test project for my unit tests. When I create a new build type and select the metadata file, (".vsmdi") the "Test list to run:" list is always empty. The only mention that I can find about test list says to create them within test manager. But I do not see a test manager tool within VSTS for Developers. Does anyone have some insight into getting my unit tests to run during the nightly build T ...Show All

  • .NET Development Best Practice Architecture Question (Distribued Application Cache)

    Hi, Im in the process of developing a distributed application that has dynamic web menus and other components that are stored in my sql database. the menu is set at load time on the master page, and as you can imagine this will become a big problem having to query the db everytime I load the page. So I have created a cache to store the menu to save on db access. The question I have is: In which of my application layers should I place the cache ...Show All

  • Visual Studio Team System Can't Run Unit Tests for Data Access Layer w/ SQL Server?

    I've been starting to do some unit testing with VSTS for Developers and it seems like I didn't get very far before I hit my first roadblock! I would like to create some unit tests for my applications data access layer.  However, when I try to create the connection to my SQL database, Visual Studio gives me the following error at design time: 'SqlConnection' is am ...Show All

  • Smart Device Development How to share sourcecode between winformcomponents and compactframework components

    How do i share sourcecode between the design of winform components and compactframework components i design. I design custom controls for both winforms and compact framework applications eg. a serialport and picturebox decendant. The components i design are really simple descendants of components available in both 'frameworks' . Now I put the controls sourcecode in separate libraries (winform / cf.net libraries = duplicate code for the sam ...Show All

  • Visual Studio Team System help on debugging

    hi, i was working on a custom rule. After developing it, i deployed it and then ran it on some test cases but it's giving some error. The error messages are as shown below 1. Error 31 CA0054 : Error loading rule 'CustomExceptionHandling': The following stream was not found in the assembly manifest: SampleRuleLibrary.BaseRule.xml TestForISRules 2. Error 32 CA0051 : No rules were selected. TestForISRules T ...Show All

  • .NET Development How to perform bitwise operation in DataTable.Select(string) ?

    I tried "(status & 16) >0 " and it reported Exception!!! This,however, works fine in SQL server query. I cannot find any good resource about bitwise operation in DataTable. I'm very new to this. Experienced people please tell me!!! On top of my head, you could try status % 16 > 0 and status > 0 It should give you the same "effect", because if will in essence give you the 4 least significant bits. ...Show All

  • SQL Server AcquireConnection method call fails when scheduling a job with Excel Connection Manager?

    I have a SSIS package that reads the data from an Excel file using an Excel Connection Manager and imports the data to a table on a SQL Server 2005 DB instance. When I run this package locally on the server the package being on the file system, the package executes perfectly. Now I upload the package to the msdb database and the run the package from there and the package still executes successfully. Now I schedule the package to run as a ...Show All

  • Visual C++ SetEvent not notifying MsgWaitForMultipleObjects

    <JockeP@discussions.microsoft.com> wrote in message news:30323ae2-a37a-4445-9d70-1c57e023701c@discussions.microsoft.com > First-chance exception in TestPosNetwork.exe (KERNEL32.DLL): > 0x80010001: (no > name).   RPC_E_CALL_REJECTED "Call was rejected by callee". Do you have a message filter installed, by any chance -- With best wishes,     Igor Tandetnik ...Show All

©2008 Software Development Network

powered by phorum