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

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

naexpert

Member List

onion
Jackabee
Miguel Gasca - MSFT
Clement
McPlot
cVic
sebcarl
Naim4u
ColinMcF
KewlKid87
Ahmedcr
Uka
BillCondo
hssj
Stefan Haeck
Shimit
rabbitears
blettner
7cutlass1
PlusOne
Only Title

naexpert's Q&A profile

  • Visual Studio VS2005 Beta 2 install from CD

    So I ordered the VS2005 Beta 2 CDs and received 3 CDs named VS2005-Team Suit, VS2005-Team Foundation Server, and SQLServer2005-Developer Edition. I assume that the actual IDE program is contained on the disk named VS2005-Team Suite but that CD is blank. I'm surprised to only receive 3 disks as Beta 1 was 5 if I recall correctly. I called M$ and they very quickly sent anther copy of the 3 CDs (very surprised!) in which that same disk is empty. Do I have the correct CDs   Should I ask for yet another set http://lab.msdn.microsoft.com/vs2005/ ...Show All

  • Visual Studio LIVE COMMUNICATION SERVER 2005 DOESNT WORKS

    AM UNABLE TO CONNECT TO MY LIVE COMMUNICATION THROUGH MY OWN UI CAN ANYBODY LET ME KNOW THAT HOW TO CONNECT TO LIVE COMMUNICATION USING MY OWN UI AND NOT THE COMMUNICATOR ITS URGENT KINDLY MAIL ME AT godspeeddeepak@hotmail.com Please don't cross post and I also think this is probably not the right place for this question. If I knew more I could move it to a forum where you're more likely to find help. I would also recommend that you don't write all in UPPER CASE letters, it is considered screaming and it is rude to scream. If you need help you should try to explain your problem a bit more t ...Show All

  • .NET Development Serialization of "anyType"?

    Hi, I have used XSD.exe to create some classes for serialization. In my XSD, I have an element like this: < xs:complexType name = " contentsType " > < xs:sequence > < xs:any processContents = " skip " minOccurs = " 0 " maxOccurs = " unbounded " /> </ xs:sequence > </ xs:complexType > The resultant auto-generated class for this, looks like this: /// <remarks/> [ System . Xml . Serialization . XmlTypeAttribute ( Namespace = "http://www.intecgroup.co.uk/schemas/inform/formdata" )] public class con ...Show All

  • SQL Server Revoking All Permissions - Secure by Default

    I am designing my software to be 'secure by default'. I only grant permissions to entities that actually require them, to help prevent unexpected attacks like injection attacks. To do this, I have a SQL script that configures all the permissions on my database. It is basically a series of GRANT commands. Every time I modify a stored procedure or perform a similar action that causes the permissions on an object to be lost, I run the script and it reconfigures all the security correctly, on every object. Over time, permissions have been granted that are not necessary, or no longer required. This may have happened for many reasons, development ...Show All

  • Visual Studio C# as macro language

    I've heard that C# may be available as a language for writing macros in the future.  It seems like that could be a relatively easy thing to do.  Is there any ongoing work on this   This is something that we are looking into doing for a future release, there are no immediate plans, but this could change. Craig ...Show All

  • SQL Server Upgrade SQL Server Beta 2 to Release

    Hello, I try to export a database from one sql server (beta 2) to another (release). Both server can see each other, but I cannot create a connection. From release I get the error message: TITLE: Connect to Server ----------------------------- Cannot connect to COCHRANE. ------------------------------ ADDITIONAL INFORMATION: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding. (Microsoft SQL Server, Error: -2) For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=-2&LinkId=20476 ------------------------------ B ...Show All

  • Windows Forms Adding an eventhandler to a control created at runtime

    I need some help. I'm creating an application where I add control on runtime to a form. This works fine and I can set all the properties I want. But my problem is how to add a procedure to those controls. I have several controls using the same procedure for handling some specific events (e.g. MouseUp, MouseDown). Can somebody provide a sample or some hints how to solve this Hi, if you want to add a new event handler to your component do something like this: myControl.MouseDown += new System.Windows.Forms.MouseEventHandler(this.myControl_MouseDown); and then define your event handler: private void myC ...Show All

  • .NET Development C# oriented object programming - Collection of objects

    What will be the best for me as a C# programmer to use a list of object of the same type.. EXP: Object 1 = League.cs Object 2 = Teams.cs Should i use an ArrayList in my League object to store all teams that are refered to it what will be my best array here for me in .NET framework to use to store objects !! ** I dont have any third party software and i dont want to buy any of them.. because some people have said the arraylist can do the job but not with many object in to it. thanx.. (Moved to .Net development general) If you are using .NET 2.0 I would opt for using generics since they'r ...Show All

  • Windows Forms DataGridView + RowValidating = Index 4 does not have a value?

    Hello, I recently setup my DataGridView to use the RowValidating event.  However, whenever a user types something in to a NewRow (as to cause the DGV to create a new row and consider the current row's NewRow = false) and then hit escape to cancel the edit, the DataError exception goes nuts.  It keeps spitting out "Index 4 does not exist" in what seems to be an infinite loop. Here is my RowValidating code: private void dgvMain_RowValidating( object sender, DataGridViewCellCancelEventArgs e) {   if (dgvMain.Rows[e.RowIndex] != null && !dgvMain.Rows[e.RowIndex].IsNewRow)  {    string er ...Show All

  • SQL Server MSSQL service restart on principal whilst mirroring...

    I have a problem that has happened a couple of times now. I'm in the process of testing our 2005 deployment - Standard edition on 2003 x64 servers for principal and mirror and 2005 express witness. All are pre SP1. Two databases are being mirrored. I have successfully set up mirroring which seems to work fine - but when I restart the MSSQL service on the principal, spurious things happen: The server that *was* the principal before restart database A is in (Mirror, Disconnected / In Recovery) state database B is in (In Recovery) The server that *was* the mirror: database A is in (Principal, Disconnected) database B ...Show All

  • Visual Studio Team System Team System Virtual PC images

    I thought I heard some talk about Team Foundation Server Virtual PC images being given used at PDC (or TechEd I forget which). I was wondering if there were any plans to make this available to the public or to MSDN Subscribers. It'd be great if they were as it would save a lot of time, when all many of us really want to do is get it up and running so we can test the functionality. Trying to sell this technology to the check writers is difficult as it is, and anything that helps get it setup and running faster would help that. Thanks We're working to make them available for download to MSDN Subscribers. We're ...Show All

  • Visual Studio Date Selector in CR v10 - How do i ??

    Hi guys, Just a quick one I hope, I have just installed Crystal Reports Pro v10 and have never used it before. Amazing reporting product, just created my first reports in under 10mins with no experience. However, I have a field ( data is taken from an Access Database ) which is the Date Contract Signed. The question is, in CR, how can I get the report to prompt me for a date from & to input field Any help much appreciated. Thanks in advance. Max Access 2003 ( For Data Sets Backend ) Visual Studio 2005 Beta 2 Crystal Reports Pro v10 Windows XP SP2 Total programming Beginner - Using .Net as first language !!!! MSN ID: max_nvision[ ...Show All

  • SQL Server Error:... it requires a higher level edition.

    I've read some threads on this topic and all have been solved by installing the SSIS service. This would be fine except for the fact that I already have SSIS installed and working on the server the package is being called from. I have several scheduled packages that work without error and a few that fail, telling me "Error: ... it requires a higher level edition." Does SSIS need to be installed on the target server as well Do I need to do a reinstall Please advise. Thanks. -Matt The error should indicate which component requires higher level edition. Some components (like Fuzzy Grouping) do require ...Show All

  • Visual Studio Express Editions visual styles

    Hi! Does anyone know if it's possible to use an custom visual style in an application What i mean is that i don't want the usual xp theme, instead i would like to decide what visual style that is to be used. Labrador, This may answer some of your questions. http://blogs.msdn.com/rprabhu/archive/2003/09/28/56540.aspx ...Show All

  • SQL Server Rounding number with ending equals 5

    Hi, How do I round when number is ending with 5 for example: When the number next to number 5 is an even number 24.5 = 24.0 round down 0.245 = .24 round down 1265 = 1260 round down when the number next to number 5 is an odd number 23.5 = 24.0 round up 0.235 = .24 round up 1755 = 1760 round up Thanks in advance! You can use the round function.   It takes 2 Parameters.. YOur Number and which digit to round. (2nd Parameter can be negative)   [edit: Oops didnt read whole question... Give me a sec]   [edit 2]   ...Show All

©2008 Software Development Network