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

Software Development Network >> Scott Currie MSFT's Q&A profile

Scott Currie MSFT

Member List

Raghu12
Michael Lambrinov
AthemeX
Joe.M
Kharsim
kyon
Syedi
am2112rush
Koala
Roshan Sathaar
sergey.chub
Eric Cherng
mxale
Alberto Borbolla MVP
GaneshParam
slide
Vibhu Bansal
TimNeale
Peter_P
AaronDBA
Only Title

Scott Currie MSFT's Q&A profile

  • SQL Server Is (local) really local?

    I have one outstanding problem to address before I can ship my product. In all my searches, I have not seen this problem mentioned. It seems that you guys are my last hope. Sorry if it has already been asked and answered. When connecting locally to a named SQL 2000 instance (SP2, SP3, SP3a, and SP4), I am noticing a lot of network traffic that I can't explain. It happens on every machine I've tried. Here is the setup: Conn. String Server name "(local)\InstName " SNU has no network protocols enabled (DISABLENETWORKPROTOCOLS=1) CNU defined with TCP, Named Pipes, and Shared Memory, etc. Network cable plugge ...Show All

  • .NET Development Single address always returned via GetHostEntry or GetHostAddresses

    Should I not be able to see all IP addresses for other computers in my LAN/DOMAIN - Lee I appreciate know this. I should still be able to make interop calls to Winsock to get what I need. Thanks for your help, and glad to see this request go on the list. - Lee ...Show All

  • Windows Forms In PropertyGrid, the problem on sorting Generic List. Help!

    By imitating the ArrayConverter, I wrote a TypeConverter to display all items of a Generic List in PropertyGrid. The name of displayed item is called "[0]", "[1]", "[3]", "[4]", etc, in Array they are sorted with the number in the brackets, but in Generic List converted with my TypeConverter they sort with string like "[0]", "[1]", "[10]", "[11]", "[12]", "[13]", "[14]", "[15]", "[2]", "[3]", "[4]", "[5]", " ", "[7]", " ", "[9]". //The code below is the TypeConverter I wrote, it's almost like ArrayConverter. public class ClassCollectionConverter : CollectionConverter {  public override PropertyDescriptorCollection Ge ...Show All

  • Visual Studio Class Details window (MSDN bug ID: FDBK24857)

    I'm having a problem with the Class Details window. Click on the following link to see the corresponding bug details: http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx feedbackid=914d3c3f-efdd-41ed-8c6c-da5ed91f48db When I click on a class in the Class Designer, the Class Details window shows up, docked at the bottom of the screen. But when I click inside the Class Details window, it dissapears! Every time. I tried to reset all my settings, tried all different possible settings and even re-installed VS 2005. No luck! Please help C#-settings, Class Diagram added to a ...Show All

  • SQL Server How to restore SQL 7 DB to SQL 2005

    Hi, All I am trying to restore SQL 2000 DB into SQL 2005 Database. I backup the database from SQL 2000. From Management Suit, I try to restore database but I can not see network drive from there even though SQL serveris running under network account. I could see network drive from SQL 2000 or at least I can type path to find backup file. However I can not do this.. My Q is: 1. How can I restore this SQL 2000 db to SQL 2005 using network path 2. Since backup is SQL 2000 database, when I restore into SQL 2005, does restore upgrade system tables and other schema to SQL 2005 as well If not, what is the best practice to upgrade this database into ...Show All

  • Visual C# Convert array to Class

    Hi, C# Gurus, I'm switching from MFC/C++ to .Net/C# recently. Really miss the POINTER, you can convert any pointer to any type easily. I have a case need some help, please. Here's the C++ code : I have a byte array myArr[100] contains data read in from COM1. myArr = {1,2,3,11,12,13,. . . . . . . . . . . .} and classes CX, CY, CZ . . . . . . . . class CX { byte a; byte b; byte c; . . }; I can convert the byte array to any of these classes : CX *pCX = (CX * )myArr ; and start refer the data in the array : pCX->a, pCX->c . . . . . . later on for new data in myArr, I can conver ...Show All

  • Visual Studio Express Editions Strange behaviour retrieving field from Access DB

    Hi all, I'm retrieving a field from an access db (mdb file). This field is an int32 autoincremently. After read this data I put it in a combobox. The strange situation is this: when I look the list of combobox I don't see the number in sequential order, but first 1827 is correct, next one is 2005. After some range starts again 1828 until 2005. (Number goes until 6859) I don't understand why this could happen. I thought the problem could be some optimization of the compiler, but the properties of the project is not set with optimization options. The code is following String ^sql=gcnew String("SELECT numero FROM ESTRAZIONI;"); ...Show All

  • Windows Forms IDesignerHost Blocks Mouse Events

    Dear all, I'm in the middle of implementing a development toolkit. In order to enable users to design interfaces (forms), a form is shown in design-mode by using an IDesignerHost object. It is very powerful and reliable as I can make use of other design-time services like toolbox, properties, selection services, and others. I need to show mouse coordinates while  ...Show All

  • Windows Forms Newbie to Windows Forms...

    I would consider myself a high level programmer with VB.NET and ASP.NET, but I am new to the world of Windows Forms. Is there a book that offers great example examples on getting started  I am having trouble with finding code examples that fit what I need. For instance: 1. Is there a Windows Forms equivalent for web.config  Can I load an .XML  ...Show All

  • Visual Studio Team System One Crazy Warning...

    Hey all, I'm working on a ASP.Net web site.  I get this warning message: Warning 1 The type '_Default' in 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\waskweb\ec73eddd\81462276\App_Web_bcyeejys.0.cs' conflicts with the imported type '_Default' in 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\waskweb\ec73eddd\81462276\App_Web_2lb5qop3.dll'. Using the one in 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\waskweb\ec73eddd\81462276\App_Web_bcyeejys.0.cs'. c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\waskweb\ec73eddd\81462276\Ap ...Show All

  • Visual Studio Express Editions Nothing shows up in data sources????

    I was doing lesson 9 on http://lab.msdn.microsoft.com/express/beginner/ . When I did everything it said, nothing showed up in data sources.  I downloaded the project file and it does the same thing. Here is what it looks like on my computer: http://tinypic.com/hs0wtj (Nothing shows up in data sources) It is susposed to show this in data sources: http://lab.msdn.microsoft.com/express/art/beginner/lesson9.gif --- When I go to the code view, it shows this: http://tinypic.com/hs10fs.jpg Why do the data sources not show up in the form designer view Hi, Actually this looks like the same issue d ...Show All

  • Visual FoxPro HOW TO CONNECT TO MSDE 2000????

    Hi... I have a problem: I want to connect the FoxPro to an MSDE 200 server...because I need to create an MSDE database and interrogate it! I want to use the OLEDB, but I don't know how I can make the connection to an MSDE server in Fox! So, I need a help to:     make a connection to MSDE server     the command that allow me to create and administrate an MSDE         server with FoxPro     and, if anybody knows, the command for import a Fox archives in         a MSDE database! If you know any site, or guide that can explaine ...Show All

  • Software Development for Windows Vista Workflow Runtime Accepts HandleExternalEventActivity Events Out of Sequence

    I am new to WWF and trying to model a simple call tracking application with a sequencial workflow. The first activity of the workflow is to wait for user input concerning the nature of the call (e.g. customer name). The second activity waits for the closure of the call. I have modelled this as a sequetial workflow with two activities. The first activity is a HandleExternalEventActivity activity and handles the receipt of the customer information - Activity #1. The second call is also a HandleExternalEventActivity activity and handles the closure of the call - Activity #2. The behaviour that I am seeing is that the workflow engine allows for ...Show All

  • Visual Studio Team System How to install sharepoint/team system in production server?

    Hi, all. We have one server that many existing web application are running on. We have to install team foundation server and sharepoint on the server. The problem here, is that it disable all other web applications when I install sharepoint. Here, We don't need to consider team foundation server. Sharepoint itself gives me trouble. I don't want to dedicate new server to sharepoint. Is there any way I can run sharepoint (also team foundation server) with other existing web applications. Team Foundation Server runs is configured to use port 8080 by default. I'm pretty sure depending on requirements that port can be ...Show All

  • Windows Forms DataGridView changes not saving!

    Hey Guys, I am writing an app with Visual C# Express and have put a DataGridView on my form. It pulls data from an Access database and displays it fine, but when I edit, add, or delete a record from the DataGridView control the changes "appear" to have taken, however once I close the app and reopen or check the Access database none of the changes have taken affect. I didn't write any insert, update or delete statements as I thought that funtionality came out of the box with the DataGridView as it does with the new GridView control in ASP.NET 2.0 Could someone please help me with this Thanks, Chris Hi, ...Show All

©2008 Software Development Network