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

Software Development Network >> Eric Carter - MSFT's Q&A profile

Eric Carter - MSFT

Member List

lSalamon
Geert V
Gilles Outlet
gliffton
meade
hueys
Jas98004
Andy Fearless
vivek_pon
GenericMoniker
Paul Knepper
cGeorge
Dhinesh
puppyfriend
dbw
SuNcO
Rajesh Konda
Mamta
OsirisTerje
richard wolfe
Only Title

Eric Carter - MSFT's Q&A profile

  • SQL Server About The Connect to Server Dialog

    In server name column, it apears all the server name that i uesed before, but some of them are not available now, how do I remove them There isn't a way to be very surgical about this, but you can use the "big hammer" approach and delete the mru.dat file in C:\Documents and Settings\{you}\Application Data\Microsoft\Microsoft SQL Server\90\Tools\Shell.  This obliterates the most-recently-used list of servers.  The connection dialog will create a new mru.dat file the next time you connect to a server. ...Show All

  • Windows Forms Storing PDF in Database...

    I am having trouble storing PDF files in a sql database. It works fine for pdf's that don't have much info on them, but for any pdf of any size, I am guessing it is just too big. I am storing it in an Image column. I have no problems storing them into the database, but when I retreive them and then try to open them, it gives me an error that the file is incomplete and can't be opened. This only happens on the bigger pdf's. Does anybody have experience saving pdf's into a database Does anybody know how I can compress a pdf that I convert into byte[] to store, so that it will not cut it off (which is what I am assuming is happening) Sql ...Show All

  • Visual C# Dataset - 2003 code no longer works with 2005

    Good day all, I have posted the snippet below.  the loop is a test i just ran.  The loop returns the table and the row count.  When I get into the "if" statement my table object shows 0 rows.  This code has worked for months in 2003.  Have there been any changes with regards to the dataset object that I need to know about   Or am I just missing something obvious Thanks as always. POWBL.SQL. CompleteUserDSx user = new POWBL.SQL. CompleteUserDSx (id); POWBL.Datasets. CompleteUserDS userDS = user; System.Diagnostics. Debug .WriteLine(user.GetXml()); //This returns a full dataset foreach (System.Data. Da ...Show All

  • SQL Server Neural Network Problem

    Hello , using MS Visual studio 2005 , I deployed sql table with NN algorithm , it successfuly deployed . But when I tabbed to "Mining Model Viewer" it gave me the following error : The following system error occurred: Invalid procedure call or argument. Execution of the managed stored procedure GetAttributeScores failed with the following error: Exception has been thrown by the target of an invocation.Microsoft::AnalysisServices::AdomdServer::AdomdException. what can I do Have you installed SP1 There were some issues in the NN viewer fixed in SP1, and there are some more that will come out in SP2 this fall ...Show All

  • Visual C++ Newline in TextBox.Text property

    I am programatically changing the value of a TextBox's Text property, and I need to be able to create newlines in the text for it to be readable.  I can use the /n escape character when I'm creating a command line tool, but when I try to use it in the value of TextBox's Text property, it won't work.  It just displays a little line.  Any help is appreciated! ok actually the other guy was right you need both exactly like he posted, you need "/r/n" at the end of the string, this makes it go to a new line in a text box something like this might be what people are looking ...Show All

  • SQL Server What is the User Limitation on Express Advanced?

    What is the number of users that can access SQL Server Experss 2005 Advanced edition. Would like to know before I travel down the road of using it. TIA SQL Server 2005 Express has no built, hard coded user limit... that doesn’t mean that you won’t eventually run into one though. Aside from the obvious database and tool differences between Express and the bigger versions one key difference is its lack of a workload governor so the efficiency which limits performance if the database engine receives more work than is typical of a small number of users. ...Show All

  • Windows Forms A Guide to Win32 API and Visual Basic 6.0 & .NET

    I have two sections of my site dedicated to the Win32 API calls. There is the Windows API Guide, which is what used to be at vbapi.com before it was sold. I was the last webmaster of vbapi.com and I had thought it was appopriate that I moved it to my site when the domain was sold. The Windows API Guide is all about using the&nb ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Geometry.IntersectTri

    using dx december 2005 sdk. where is Geometry.IntersectTri(...) function it was in MDX 1.x but i can't find it in MDX 2.x if u need to use it now, i quickly made a wrapper for the c++ intersect tri function: (i made this in 15 minutes so it might need some work, but it seems work) make a new managed c++ project #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #include <D3DX9.h> #include <stdio.h> // Link required libraries #pragma comment(lib,"d3d9.lib") #pragma comment(lib,"dxerr9.lib") #ifdef _DEBUG #pragma comment(lib,"d3dx9d.lib ...Show All

  • Visual Basic Creating a backup application.

    Hello, I have been tasked with creating a backup application to backup a users "My Document" folder. It has to run when the user logs off of their pc and only copy new files, folders, application to the new directory. I have found information on how to make a copy of a directory but do not know where to turn to for information on how to only copy new data that has changed after the initial copy of the directory. I am also lost as to how to determine when a user logs off of their pc. Any guidance would really be appreciated, Demopro You can write a script utinlizing ntbackup a ...Show All

  • Visual Studio Tools for Office need help related to VSTO 2005

    1-i want to use the word 2003 as control in visual studio 2005 windows application. is it possible if yes how i can do this. 2- i have added the two project in visual studio solution. one project is windows application and other is office document project. can i call the Office document project from windows form and play with that through windows form please guide me how can i do this This is not something that's done with VSTO. VSTO is a document-centric tool: this means the workspace for the user is the document. Typical interfaces are toolbars, an action pane, or controls embedded in the document. A .NET newsgroup, or p ...Show All

  • Visual Basic Executing Prolog code from within Visual Basic

    Hi People   I am quite new to Visual Basic so bear with me... Is there any way of calling a function written in a different programming language (i.e. prolog) and then assigning the resulting boolean value of that code text box on a visual basic form   Prince Hi, Prince, So, the answer is “yes,” depending on what you’re trying to do. If the function you’re calling is in a DLL file and is exposed as an external API, then you can use the DllImportAttribute or the Declare keyword to run it and get its return value. See http://msdn2.microsoft.com/en-us/library/4zey12w5.aspx for more info (or just do a search ...Show All

  • Visual Studio Team System Using Project Level Groups

    Hi, I have couple of Project Groups defined and field in Work Item Type declared as follows: <FIELD name="Developer" refname="MyNamespace.Developer" type="String">    <WHEN field="MyNamespace.Team" value="GUI">       <ALLOWEDVALUES>          <LISTITEM value="[Project]\GUI" />       </ALLOWEDVALUES>    </WHEN>    <WHEN field="MyNamespace.Team" value="BL">       <ALLOWEDVALUES>       & ...Show All

  • Visual C++ building WinXP x64 application

    Hi want to compile/build a piece of code that was written in Visual Studio 6 for use under WinXP x64. I would like to use my 32bit machine, compile and build and than put the exe on the 64bit system and test it there. How can I do it, are there tutorials somewhere Any help is appreciated please help Thanks Maik Yes, Visual C++ 2005 runs on a 32 bit system, and builds apps for 64 bit. -Kev ...Show All

  • Windows Forms webbrowser html events vs.2005

    greetings, this code works for vs.2003,  how is this done with vs.2005 beta 2 Dim doc As mshtml.HTMLDocument = DirectCast(webBrowser1.Document, mshtml.HTMLDocument)         ' Cast to the interface that defines the event you're interested in         Dim docevents As mshtml.HTMLDocumentEvents2_Event = DirectCast(doc, mshtml.HTMLDocumentEvents2_Event)         ' Define a handler to the onclick event         AddHandler docevents.onclick, AddressOf onclickproc   &nbs ...Show All

  • .NET Development Removing xmlns attributes

    I have an XML document. For example < xml version="1.0" encoding="utf-8" > <hello xmlns="duracellko:hello" xmlns:xs=" http://www.w3.org/2001/XMLSchema"></hello > I would like to remove xmlns and  xmlns:xs attributes. I loaded this xml into XmlDocument object and then removes all attributes from DocumentElement. But when I save the XmlDocument, then there is still xmlns attribute in hello element. Can you help me how to remove namespace declarations from XML document. Thank you Rasto Namespace is part element name. You have to copy elements to remove them. You can use XSLT (see http://wiki.apache.org/cocoon/RemoveN ...Show All

©2008 Software Development Network