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

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

JulieAnne

Member List

elianaca
sortadan
ricky-1979
kckc
akqajohn
DLilga
dcarapic
veb
hugoplatzer
Jonathon Bell
jherbst
Karl H
kushpaw
FredrikE
clarkewu
raws
Robert Kitson
Allen Clark - MSFT
Marcel Haans
FlintZA
Only Title

JulieAnne's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. vmr9.h

    I'm trying to view a video in my game but get this error. My friend tried the same code, but generated no error, my SDK is aug 2005 his SDK is dec 2004. Please help d:\-=Source=-\DirectX\CruS\When Angels Fall\Game.h(7) : fatal error C1083: Cannot open include file: 'vmr9.h': No such file or directory You can download the Microsoft Platform SDK (R2) and choose custom install and select only DirectShow components. ...Show All

  • .NET Development Problem returning a XmlDocument!?!

    I have a web service declared as:    <WebMethod()>_    Public Function Test2() as System.Xml.XmlDocument In my WinForm app, I'm invoking the function with the code:    Dim doc as System.Xml.XmlDocument    doc = ws.Test2() (and yes, ws has been previously initialized). I'm getting an InvalidCast Exception with the message "Unable to cast object of type 'System.Xml.XmlElement' to type 'S ...Show All

  • Software Development for Windows Vista No network connection CTP 5270

    Hi, I am still having problems with my network. The System connects to a router. After installation all is running fine, except the network. Displaying the hardware properties says everything ok, but network connections are limited (HW is a realtek 8139/810x series PCI ctrl). I cannot receive an ip address. I followed some suggestions in earlier topics by assigning a fixed ip address and disabling ipv6 - no change. When configuring into ...Show All

  • Software Development for Windows Vista Welcome!

    Hello and welcome to the Data Access, Storage, Search and Organize forum! There's a lot to talk about here and we're waiting to listen to your comments and answer your questions. A lot of folks are down there at PDC so we're expecting these forums to really cut loose once everyone gets back and starts to work with Vista, but we're open for business now! Hi, These are specific web-based forums and canno ...Show All

  • .NET Development Process.StartInfo.Arguments

    I am trying to GET the arguments that were used to start a process (console app). But it always seems to be returning empty string. Is there a way to get the command line arguments that were passed to start a process Example: Lets say I opened "notepad" using a file name on the command line. Then I need a way in .NET to get the file name value that was passed to this process. string sProcessName = "notepad" ; foreach( ...Show All

  • SQL Server What is SQL client runtime ?

    Hi, Our company is currently looking at a package which uses sql server 2000 as backend and power builder as front end. The vendor said that we need to have SQL client runtime install in the user pc. Can anyone tells me what is SQL client rutime and the purpose of it Thanks! There is no client runtime, the only thing that could possibly be is that he means that you have to install the MDAC package ...Show All

  • SQL Server Is this a silly way to use SSIS?

    I have typically done any ETL style manipulations I needed to do to data stored in SQL Server in VB.NET. I would use the IMPORT EXPORT DTS wizard to import flat files, or mabe something from ACCESS every now and then. I am looking at a situation in my current contract where I will be pulling flat files from a mainframe and quasi relational stuff from a DB2 instance via an ODBC connection. I will be using this stuff to build a datawarehouse f ...Show All

  • SQL Server Search no longer working in BOL

    I have April BOL installed and my search isn't working. It only seems to work with a single word. Also the external searches don't work they return "The request failed with the error message: -- <html><head><title>Object moved</title></head><body><h2>Object Moved to <a href='http://services2.msdn.microsoft.com/search.service.asmx'>here</a>.</h2></body></html> ...Show All

  • Smart Device Development DataGrid issues

    Hi, I've installed the CF2.0 SP1 patch so that my DataGrid could be align to the right (I'm writing a RTL program.. hebrew) But I didn't understand how to get the headers to be align to the right aswell, another question regarding the binding of the SQL MOBILE and the DataSet, I have a table, and i want the user to see only 3 columns in the datagrid, but the problem is that one of the columns vary in the DB, I need to display i ...Show All

  • Visual Studio Team System VB6 mssci provider

    I'm assuming it's a known issue that policies are not enforced on checkin or are we doing something wrong Some policies will work and some will not. Policies that require VS2005 are not going to work. What policy is not being enforced in your scenario Ed ...Show All

  • SQL Server Strange out of memory error with SQL 2005 - what to do??

    Hi, I've been monitoring SQL 2005 out of memory error threads and the same has been happening to me. My development environment includes a Pentium 3.2 Ghz single processor with 3GB memory. Loaded on the pc are SQL server 2005 development version, IIS 6.0, .NET 2.0. The OS is MS SERVER 2003 SP1 standard. My production environment includes a DELL PowerEdge 6650 with 4 XEON 1.9Ghz processors and 4GB memory. Loaded are MS server 2003 sp ...Show All

  • Visual C++ Problem with DLL loading on non-development systems

    I work on a python library using (originally) Visual Studios 7.1, but now Visual C++ 8.0 Express.  Python libraries are simply DLLs which export one function.  Under VS 7.1, this built, installed, and ran fine.  However, while using Visual C++ 8.0 Express, I get an error stating: ImportError: DLL load failed: This application has failed to start because the application configuration is incorrect. Reinstalling the application may f ...Show All

  • Visual FoxPro How to play a Windows Media Audio format (WMA) in VFP?

    Hi all, I am now trying to create a small program to play media audio files. I'm now using the MultiMedia ActiveX control (mci.ocx) to play these files but this ocx seems can not play WMA files while this type of file is getting more and more popular to music-lovers. Could anyone tell me how to play WMA files in VFP. Note:I want to play them directly in VFP with MCI control or with some API function that VFP can handle,  ...Show All

  • .NET Development SMTPClient and SSL

    I too am having problems with the System.Net.Mail. Here is my code and the error is as follows: The remote certificate is invalid according to the validation procedure. Public Function SendMail() As Integer Dim emailObj As System.Net.Mail.MailMessage Dim SMTPClient As System.Net.Mail.SmtpClient Dim body As String If ValidateRequiredFields() = -1 Then Return -1 End If SMTPClie ...Show All

  • Visual Studio Express Editions problems with writting a simple program

    i m a new user to C++.   i have created a really simple program   #include <iostream> using namespace std; int main () {  cout <<"hello world!"<< endl;  return 0 ; }     but when i try to build it there is an error and i got these lines off a text book i wonder why there is an error   ------ Build started: Project: first program, Configuration: Debug Win32 ------ ...Show All

©2008 Software Development Network

powered by phorum