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

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

Satan_chevalier

Member List

jenr
tyron
Richard Fryer
Rajakhan
Daane
BobbyRayudu83
Hacksaw
Agent00
JavierSc
CHTHONIC
Karsten Januszewski MSFT
newbie_
CetinBasoz
minhhoang
GKim
Matthew Weyland
Jonz
VishalKulkarni
Main D. Tork
Game Programmer
Only Title

Satan_chevalier's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Packaging a DirectX Game

    Hi, I've recently started programming using DirectX and C#. I created a game and it runs fine on my development machine (.Net 1.1,  DX SDK). But when I compile the game for a release, and move it onto a machine that only has the DirectX runtimes, it fails to find any of the neccessary libraries and will not start. I've tried telling to to "include resources" when it compiles, in which case it copies a bunch of .dll's to the release directory, but that still wont work on regular machines. It works fine on any machine that has the SDK installed. The regular machines are all running Dx9.0c and .Net 1.1. Any idea how to package a release ...Show All

  • Visual C++ Problem Adding a Class

    Hi - I am using Visual C++ .NET 2003 and am having a problem using the Add Class feature of the Solution Explorer. I am seeing a message box appear with the following message: "Failed to return new code element. Possibly syntax error. New Element name: XXX" The steps to reproduce this error are: 1. Load my Solution 2. Right click a project in the Solution Explorer 3. Select Add->Add Class 4. In the dialog select the Generic class type. This opens the Generic C++ Class Wizard. 5. There I enter my classname and select Virtual Destructor. 6. The system creates the .h file and adds it to the Project, but it is empty and no .cpp file is crea ...Show All

  • .NET Development Can somebody tell me how exactly we handle Concurrency Violation.

    I know what is Concurrency Violation. I want to know , How exactly we can handle Concurrency Violation in .Net Application. Practical Example will be more helpful. Thanks in advance. Hello, There are a couple topics on handling concurrency violations here: How to: Handle Concurrency Errors http://msdn2.microsoft.com/en-us/library/y8fyz6xy(en-US,VS.80).aspx Walkthrough: Handling a Concurrency Exception http://msdn2.microsoft.com/en-us/library/ms171936(en-US,VS.80).aspx hope that helps... ...Show All

  • SQL Server Help with a connection string

    I have a two computers, in one of them I install the SQL Server 2005 express with server name USER\SQLEXPRESS and ip 192.168.3.15.The data base name is Prueba.mdf In the other computer I have VB 2005 express , and I want to connect with Prueba.mdf in the the other pc. Can you help me Hi Try the below connection string settings User ID=sa; ( if you configured your own, then replace user name and password acc) password=sa; Data Source=USER\SQLEXPRESS; database=Prueba; Connect Timeout=1800; Regards, Dhinesh Kumar ...Show All

  • SQL Server Certificates versus Keys

    Hi, A few questions: Are there best practices regarding when a Certificate is appropriate for encrypting data versus using a asymmetric key   Also, when you create an asymmetric key - aren't you really creating both the public/private key pair Lastly, what can a Certificate do that an asymmetric key cannot Thanks much, Joe That answers my questions Laurentiu.  As always, thanks again for your help. Best Regards, Joe ...Show All

  • Visual Studio Team System Can't instrument DLL because of 3rd party library w/o debug symbols.

    I'm trying to instrument a DLL for performance profiling, but the instrumentation process fails with messages as shown below. Since the messages refer to code in a third-party library, I'm not able to provide debug information, and I'm also not particularly interested in profiling that code anyway. Is there a way to exclude that code from instrumentation so that I can work with the rest of the DLL Do I have to exclude each individual function exported from the library with the vsinstr /exclude switch or something Thanks, Eric Warning VSP2005 : Internal Instrumentation Error: The object '\dev\client\code\cpp\ThirdParty\lib\hook.lib(H ...Show All

  • Windows Forms cell on a datagrid

    plz someone could help me how to choose the content of a cell in a datagrid is it such a Me.datagrid............. thx Dim CM as currencymanager = ctype(me.bindingcontext(me.datagrid1.datasource,me.datagrid1.datamember),currencymanager) dim DRV as datarowview = ctype(cm.current,datarowview) dim MyVar as string = drv.item("ColumnName").tostring Hope this helps, next time do a search, this question h ...Show All

  • Visual Studio Consuming MSSCCI plugin - calling SccInitialize

    Hi I'm trying to write an editor (in C#) that would be able to connect to source control using MSSCCI, much like Visual Studio does. I've started by importing SccInitialize method from the VSS plugin C:\Program Files\Microsoft Visual SourceSafe\ssscc.dll. I can call SccGetVersion() and it works fine, but when I call SccInitialize, it returns -15 ( #define SCC_E_NONSPECIFICERROR -15). SccInitialize populates and returns lpSccName (puts "Source Safe" there) and lpAuxPathLabel (puts "Source Safe Database" there). Is there anything special I have to do to consume VSS plugin from my custom code Is there ...Show All

  • Visual Studio Team System Workitem creation

    I am trying to create workitem object 1.when creating the workitem object using public WorkItem(WorkItemStore store, uri) constructor getting an exception giving message as uri 2.when creating object using constructor public WorkItem(WorkItemStore store, int id) constructor than  either overriding the existing workitem or getting exception not able to create workitem object with new id. Is there any way to create new workitem object. Could you please post a code sample illustrating how you're creating a work item WorkItemType is a class, a collection of work item types is exposed by each project; there's no need in public Wor ...Show All

  • Visual C++ About unicode settings in visual studio 2005, it really puzzled me a lot

    When I tried to open a file whose name contains non-english words by using ifstream in vc6, everything was OK. But in vc2005, any file path contains non-English words will never be openned successfully. How to do it the right way My code is as below:  ifstream f;  f.open("C:\\Documents and Settings\\Could\\桌面 \\hehe.txt",ios::in );  //f.open("F:\\My Cpp\\Projects\\__stl_read\\__stl_read\\hehe.txt",ios::in); assert(!f.fail()); __________________________________ I know that supporting Unicode is a big enhancement in vs2005, it's a good thing. But where can I find some guide to configuring this unicode featu ...Show All

  • Visual Studio Team System Error 32000 during installation app-data tier

    Hi! I have the following error: [error] "C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\sdk\bin\tfsadaminst.exe" /install OP1 2420 TFGSS ESYSTEM\tfserver' returned non-zero value: 1. [/error] I install TS on one machine (single server deployment) with the single windows account. All services works correct (analisis, reporting, agent). When the error occur all databases have already been created. I've tried to exec above command manually and got [output] C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\sdk\bin>tfsadaminst.exe /install op1 2420 TFGSS ESYSTEM\tfserver TFSADAMINST - TFS ADAM ...Show All

  • Visual Studio Express Editions fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory

    Hi All: The story so far: I am having a we bit of trouble running the most difficult of all C++ programs the imfamous first C++ program Hello World! code: // Simple Hello World Console Application #include <iostream> using namespace std; int main() { cout << "\nHello World!\n" << endl; return 0; } And we get: ------ Build started: Project: Hello, Configuration: Debug Win32 ------ Compiling... hello.cpp f:\program files\microsoft sdk\bin\hello\hello.cpp(2) : fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory Build log was saved at "file ...Show All

  • Visual C# need to encrypt dataset output PRIOR to writing to xml file

    how could I do this http://www.codeproject.com/csharp/cryptoxml.asp hth, ...Show All

  • Smart Device Development does CF support Asynchronous call back??

    dear all, i m using asynchronous programming model on compact framework, windows mobile 5.0 and .net 2.0, but its not working :S, well the program compiles successfull but during runtime it throws UnSupportedException. following is the code sample ,i.e. showing this behaviour, namespace DeviceApplication1 { public partial class From1:Form { delegate void m(); m mm; public Form1() { InitializeComponent(); } ///add button to ur form put this in ur event handler. private void button1_Click(Object sender,EventArgs e) { AsyncCallback asyncCallback=new AsyncCallback(foo); ...Show All

  • .NET Development How can I edit values in an XML document?

    Hi, I am working on a project in Visual Studio using VB.NET and want to use an XML document to store some of my information. I can easily read the values I have pre-written in a well-formed XML document with code like this: doc = New Xml.XmlDocument reader = New Xml.XmlTextReader(infoAddress) doc.Load(reader) TotPayments = doc.Item("KioskInfo").Item("PayInfo").Item("TotPayments").InnerText My question is, how do I write back and edit these values Most of the examples I see are only concerned with creating entirely new documents or adding elements. I just want to edit the nodes to hold updated val ...Show All

©2008 Software Development Network