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

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

Niedo

Member List

Rusty Naumann
KRISHNA GUPTA
SHWoo
Light Walker
marceloudi
mobilemobile
Kory Adam.
wishkah353
tvietnhat
koolasa
Mountain
Jason Sacks - MSFT
Moinuddin Pasha Mohd.
Animesh
Gordon Brown
Neo
edburdo
Philip York
arazy
ShriShri
Only Title

Niedo's Q&A profile

  • Visual Studio Team System Developer Edition and Builds

    Hello ! When I read the posts, it seems that we can run tests in a build only with Tester Edition. However, when I ran by build on the server, here is the mesage I got : "MSBUILD : warning : Visual Studio Team System for Software Testers or Visual Studio Team System for Software Developers is required to run tests as part of a Team Build." So I installed Developers Edition and no more complain. However, no test is executed and this is apparently because no one is defined in my test list. And of course, because I cannot edit my test list in DE. With the Team Suite (trial edition) I had before, I could configure my build to ...Show All

  • Architecture Database Design based on Service Oriented Architecture.

    iam working on a project in which i have a Requirement that , we have some basic attributes of every service such as. Service No , Description , Name , Service Type , in a service Table but we have some service that has more attributes + the simple attributes such as take a example of a service of it department we are creating on a system , such as New User id service , now in this case we have some advance attributes othen then simple , and it can vary to service that every service can have any number of advance services attributes , for this i have currently desing tha Database such that Service Table Advance Attribu ...Show All

  • Windows Forms difference between as and =

    Hello can sombody explain me the difference between as and = opperator in the following sample:  * Dim insert_log = New SqlClient.SqlCommand("spINSERT_log", Conn_log)    * Dim insert_log As New SqlClient.SqlCommand("spINSERT_log", Conn_log) What is the difference between "= New"  and "As New" Only thing I can think of is if you wanted  ...Show All

  • Windows Forms Dynamic loading of UI controls

    Are there any good articles out there on packaging up UI into control library and  dynamically loading them into a main shell. With the main windows being a .NET executable and the UI library a dll. Thanks Pat JCasa  - It will probably be more work to do the merging yourself - as I believe you'll have to add/remove items, but it hopef ...Show All

  • .NET Development SqlDataReader is slow

    Hi Folks, I have a typical situation here. My application is a sequence of windows jobs (all are coded in C#). Now one of my jobs when run is supposed to fetch around 100,000 records from the SQLDataReader, the SP returns 100,000 records. So, this SP call from C# and then reading the data using DataReader are happening on one method say its "myMyMethod()". Every other part of the application is fast than the part where I am trying to read the data from the DataReader, it takes 20 min to read the data. I have the time printed before the start of reading data from the DataReader and immediately after I am done with reading data from the DataRe ...Show All

  • Visual Studio Team System PublishRun: Server was unable to process request

    Hi everyone, I get the following errors when the Test Run completes... it seems that permissions may be incorrectly set for this account (against the build server), but everything in the drop phase works fine for other build output, which I find somewhat confusing. Has anyone seen this before MSBUILD : warning : Test Run Failed. MSBUILD : warning : PublishRun: Server was unable to process request. ---> Access to the path '\\90dsdev001\Builds\Kerrisdale\Stable\Compile\Stable_Nightly_20051128.1\TestResults' is denied. MSBUILD : warning : Test Run Failed. MSBUILD : warning : PublishRun: Server was unable to process request. ---> Acc ...Show All

  • .NET Development Removing all EventHandlers -- URGENT

    Hi I want to remove all EventHandlers for all my controls in the Form. Using Reflection GetEvents() I can know the list of events for a given control. EventInfo has a method to RemoveEventHandler() but that expects a Delegate as parameter. How can I get a reference to the Delegate. Your help is appreciated. Pls post your reply here or send me a mail at shubhabratam@yahoo.com Hello, Can you tell us a little more about your scenario Are you hoping to remove event handlers that were added by you in other places in the code Or are you looking to remove all event handlers, irregardless of who added them to t ...Show All

  • Windows Forms Hide the first Column

    Is it possible to hide the first Column in a DataGrid Let me explain a few things first. The DataSource for the DataGrid is like so; DataSet DSAccountVenueRooms = new DataSet(); DSAccountVenueRooms = DataAccess.GetAccountVenueRooms(MainMenu.AccountID); this .dgAccountVenueRoom.DataSource = DSAccountVenueRooms.Tables[0]; The first Column in this DataGrid is a RoomID Value that I get to execute the next Stored Procedure to get the Data for that Room. So I need the first Column called RoomID but I do not need to show the user this Column as it means nothing to them! Can this be done Mark, I have had a lo ...Show All

  • Visual C++ handling the global static object constructor thrown exception in VC++ Express Edition

    Hi, I am new to VC++ and would like to know how can I handle the exceptions thrown from a constructor of a global static object is to be handlwed in VC++. I tried creating another global static object which sets a handler function using set_terminate method but the control is not going there. Any guidance appretiated in handling the exceptions thrown by the constructors. Thanks and Regards, You run just into more troubles. Just avoid global construction of objects than can throw! Just place a Init methode for this job, and this Init is called when you main function starts. ...Show All

  • Visual Studio Express Editions How to use the Resource Editor

    Hi there, Where can one find a tutorial / how to guide on how to use the resource editor In general I am looking for pointers on how to include a variety of different file types (Text, Graphics and EXEs), including my application's SQL database into a single project so that this can all be deployed together. A search within the Forums on "Resource Editor" came up blank, hence the new thread. MRW  The topic "Managing Application Resources" is a good starting place: http://msdn2.microsoft.com/library/9za7fxc7(en-US,VS.80).aspx - Steve Hoag, Visual Basic Express ...Show All

  • Visual Studio Team System Code analysis vs FxCop

    I'm current trying out a conversion of an FxCop project to Team System to bring over existing exclusions. However, I've noticed that Team System Code Analysis seems a poorer relation, have I missed something No spell checking - FxCop uses a dictionary (plus custom dictionary) to check the names of methods, classes, etc. Code Analysis doesn't seem to do that Help - FxCop not only complained when something was wrong but provided a great deal of help/hints to resolve the probelm. Code Analysis just seems to present the problem with no sign of a hint. Seems like a backward step, what have I missed For more information ...Show All

  • SQL Server Is SP 4 for Analysis Services needed ?

    Hi ! We’ve just installed SP 4 for SQL 2000 and Microsoft Reporting Services on the Test environment. The Analysis Services still has the SP3. At the same environment we have Business Objects Enterprise XIR2. The OLAP Intelligence application doesn’t work properly anymore since we’ve installed SP4 for SQL and the Microsoft Reporting Services. Do you know, is Microsoft Reporting Services working good together with Business Objects I suppose we have to install also the SP4 for Analysis Services also; are there others HotFixes we should install greetings, Laura Hi, ...Show All

  • .NET Development Remoting basic question

    Hi All, I am new to .NET Remoting and have a very basic question regarding it- While creating a remoting application, both the remoting client and the remoting server needs a reference to the remote object library( the dll that contains the remotable object). I don't understand why the client need to have a reference to the remote object library Adding a refernce to the remote object library from the client will copy the remote object dll into the client application bin directory and then onwards we can call the methods on the remote object locally (from within the client application) without using remoting. This confuses me why remoti ...Show All

  • Windows Forms How can I handle this situation, MDIForm, RichTextBox, Datagrid in .net 2003?

    In my application, VS 2003, I have an MDI form with menu and shortcut keys in it like cut (ctrl+c), paste (ctrl+v). The MDI form has a child form witch has a richtextbox and a datagrid, both have cut and paste as context menu. The cut and paste contextmenu works well with datagrid and richtextbox. My issue is: when the user selects in RichTextBox and press crtl+c, ctrl+v it works fine. If the user trying to press crtl+c, ctrl+v over datagrid, the short cut key working for RichtextBox. How can I fix or redirect the short cut keys use over richtextbox and datagrid action Any clue, help or idea or some code example will be appreciated very mu ...Show All

  • .NET Development VB.NET 2.0 - DataGridView Selection - how to eliminate?

    Hello, I am displaying a datagridview that is refreshed as records are added, etc from a different portion of the screen; how can I disable the selection so that the user cannot select any item on the grid, thus changing it's color Thanks! Jim Josh, I have set the readonly property to true; but when the grid is displayed the first row is always selected (or if I change the selection property to cell, the first cell is selected).  I don't see an option for Selection = none. I don't want the row to be colored in the blue; and thought there has to be a way to disable the selection of either rows, columns o ...Show All

©2008 Software Development Network