Software Development Network Logo
  • VS Team System
  • Microsoft ISV
  • Windows Forms
  • Visual C++
  • Windows Vista
  • SQL Server
  • Visual FoxPro
  • Visual C#
  • .NET Development
  • Visual Basic
  • SharePoint Products
  • Smart Devicet
  • Game Technologies
  • IE Development
  • Audio and Video

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

Ajaykr

Member List

fulgerica
Tim Snow
HitchhikerD
Smitha R
bfarr23
swapna_n
toreddie
OrpheusTheBard
Troy Lundin
DankS
Dennis Clark
Canderson
Grelan
dmkp231
Jeremy Epling - MSFT
Tech_Andrew
Jamie Thomson
thelonesoldier
nileshdr1
XJDM003
Only Title

Ajaykr's Q&A profile

  • Windows Forms Setup cannot continue ..... urgent help please!!

    Hi A client is installing a windows app, built with vs 2005 on winxp, on windows server 2003. The tester has admin priveleges. I have created setups for this company before without any problems. The message is : Setup cannot continue because some system files are out of date on your system. ... If anyone could shed some light on this I would very greatful. Thanks This is beacause of version conflict of file oleaut32.dll in c:\windows\system While making setup from package and installation wizard check if u have the latest version of this file, if not download this file and replace it ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Earth Invaders 360 (including source)

    Hi ! :) I love XNA Game Studio express, it's just great ! Thanks to the team ;) If i'm posting this topic here now, it's to present you my first (far from being complete) XNA creation. It's named "Earth Invaders 360" :p How to play : Left stick : move your ship Right stick : aim Right trigger : shoot Image : http://jvteamds.free.fr/ship1.PNG (note that the downloadable version has a background ;) ) Here's the file : http://jvteamds.free.fr/EI360_0.2.rar http://jvteamds.free.fr/EI360/EI360_0.1_source.rar For the ones doubting, I made the particle engine myself ! I didn't steal it from spacewar ! :) Please also note that this game will not simply be made of shooting asteroids, there will be ennemies....someday there will... Have fun ;) PS ...Show All

  • Audio and Video Development Applicative mode (Styling)

    Hello Everybody!!!! What I get from Spec is that the Applicative mode for styling uses an Xpath Expression to select the nodes. At each tick the style is re-initialised for the node and DOM tree can change.Thus, evaluated node set can change dynamically, thus a node may/maynot have applicative mode applied to it depending on the Xpath Evaluation. Is this understanding correct. 2) The Applicative mode is over-ridden by referential and inline style. What is the usage scenario for this mode Thanx in advance. Thanks for the answer. Another question : a) ( ~~Just to be sure~~ )Referential style applies to Loaded DOM BTW, the applicative mode is applied for 1 tick only i.e. it is similar to <set select="xpath" dur="1frame"> ...Show All

  • Visual Studio Express Editions Need Help Please

    I am currently making a program which fixes errors with Disk Clean-up which some computers encounter. Which means editing the registry, Would anyone know a code which i could use to delete a section of the registry. Anyhelp would be amazing! Mitch I am recieving errors: Error 1 'Microsoft.Win32' is a 'namespace', which is not valid in the given context C:\Documents and Settings\Mitch\My Documents\Visual Studio 2005\Projects\DiskCleanupFix\DiskCleanupFix\Form1.cs 25 30 DiskCleanupFix Error 2 The type or namespace name 'RegistryKey' could not be found (are you missing a using directive or an assembly reference ) C:\Documents and Settings\Mitch\My Documents\Visual Studio 2005\Projects\DiskClea ...Show All

  • Visual Studio Export Class Diagrams during build

    Is there a way to export class diagrams as part of the build process I don't see a way to generate the class diagrams without using the UI. Thanks. John, I can also see some benefits in this, especially if it was available to all DSLs, not just the class designer. Regards, William Bartholomew ...Show All

  • Visual C# Writing to Errorlog User field shows n/a

    Morning all, I'm having a problem with my code writing to the Application EventLog. I have set the code up as described and its writting all the infomration i expect bar one very important bit. The username of who was carring out the action that caused the problem. i have found no overload of the Evenlog.Writeevent method that will alllow me to set the username so i assumed it would take the details of the logged in domain user. code i'm using EventLog mEventLog = New eventLog(); mEventLog.Log = "Application"; mEventLog .Sources = "MYApp"; mEventLog .WriteEntry("MessageText",eventLogEntryType.Error,0); Its write all the infomration correctly but the UserName is set to n/a instead of the na ...Show All

  • Visual Studio Team System Compiling web sites with Team Build

    I am trying to automate the build process. I have 5 web sites and I want to be able to run the team build and then be able to run the aspnet_compiler to publish them to a new server. How do I use the team build to produce all the associated dlls with that website like it is done by right clicking on the web site and clicking 'Build Web Site' Assuming ASP.NET 2.0 Web sites, try changing your platform from "Any CPU" to "Mixed Platforms". This will usually take care of it for you. In terms of deploying, there are various approaches. Most people use copy or EXEC with Xcopy in the build. (Can't be more verbose now. this is a hand-written reply on my Tablet.)   ...Show All

  • Visual C++ More _Interlocked intrinsics?

    Are there any plans to support more _Interlocked intrinsics in the next VC++ You took away inline asm in the x64 compiler so it's frustrating not having immediate access to stuff like "lock add/sub" or "lock cmpxchg16b". I think it would be very cool if the compiler supported custom user-writable intrinsics, but getting at least cmpxchg16b would be a great. Brian Kramer wrote: Does the x64 compiler support the __emit intrinsic (I don't have that compiler installed). If so you should be able to create your own intrinsic that wraps __emit. They removed all ability to emit your own instructions for x64. Instead you have to deal with intrinsics like _InterlockedIncrement() which for some ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Content Pipeline Assembies

    So I created a separate project to hold my custom importers, and added that to my game project's list of "XNA Framework Content Pipeline Assembies" (Project Properties > Content Pipeline). Here's my problem: the 'Configuration' and 'Platform' drop downs are greyed out (disabled) so I can only add one reference to the project and have to choose to add either the Release version or the Debug version. I've got the importer library setup as a dependency of the game project, so if I make a change to my importers, it automatically recompiles them first, then compiles the game (repacking the content with the new assembly). The problem though is if I add the Release assembly to my game project, but have the solution set to Debug, i ...Show All

  • Windows Live Developer Forums Problem Photo Upload Dialog: "THis folder has a new image format. The COnverter is downloading."

    Does anyone have any insight as to what is causing the photo uploader not to recognize any photos in the My Pictures folder It shows "No photos in this folder" (when there are) and when you change to another folder containing photos it gives a dialog box " There are images with a new format in this folder. The converter is downloading". Well, there are the typical jpg photos in the folder, and when the dialog box goes away by itself, it still shows "no photos in folder". I've tried the whole reinstallation procedures, clearing cache, removing objects, etc. Every reinstall has the same problem. Any insights please -David It is unbelievable that this sort of error appe ...Show All

  • SQL Server XML Data Manipulation

    HI, Since i started working on SQL 2005 Server i'am curious to know more about the usage of xml datatype. my idea is to create an xml column in a table and store the primary key value as the ID of XML tag, so that we can make the HDR DTL table in one single table, but i'am not sure this will work out or this is right way to approach XML in SQL2005 . Any links or methods showing the syntax for XML data manipulation will be great in this context. Mat Whilst that makes saving the data very simple for the application. It means all your data is stuck in side xml fragments in your table. if you want to start querying the data by fields within the XML you need to store materialise those out of the xml column. Additionally if you h ...Show All

  • Visual C++ Multithreading in api calls

    my problem is: i am working on a vb6 code which basically uses a dll written in vc++6 to send some data through socket to a server. as the software is being redesigned to run on web we need to make the data upload part run in a separate thread. the problem is that the api call by the vb passes some parameters to the dll. int __stdcall sendDataFile(char* sfileName, char* sfileNameAs, char* sipAddress, int sport) { //initializing the globalvariables fileName=sfileName; fileNameAs=sfileNameAs; ipAddress=sipAddress; port=sport; AfxBeginThread(sendDataFileWorkerThreadProc,NULL,THREAD_PRIORITY_NORMAL); return 0; } sendDataFileWorkerThreadProc is the worker procedure the problem is that when accessed from the worker procedure ...Show All

  • Visual C++ how to copy all elements of a 2d array to another 2d array?

    I just know the copyTo function is only suitable for 1-d array . But how about 2-d array is there any faster and easier method that can copy all elements to another 2d array without using any loops to go through each elements thanks!! yeah thz rico thats what i want ... is that is just simply type this line of code memcpy(b,a, sizeof (a) ); do i need to include any class or anything else thanks~ ...Show All

  • .NET Development in C# 2.0, how to create a new folder?

    Example, i would like to create a new folder, say, "MyFolder" in C:\temp using a button click in my Windows Application You could just use code below as if the directory already exists, no error is returned System.IO. Directory .CreateDirectory( @"c:\temp" );   ...Show All

  • Visual C# C# -> Excel formatting problem

    Hi, I have a C# app that exports data to an Excel Template. It woks fine, however I am trying to set the Excel.Range.WrapText property on one cell, and am running into an odd issue. My code is this... oRange = oSheet.get_Range("B" + (nCurrentRowPosition - 1), Missing.Value); oRange.WrapText = true; oRange.set_Value(Excel.XlRangeValueDataType.xlRangeValueDefault, oThisCurrentAssignment.Fixture.Description); Where Fixture.Description is a class property of type (string). The wrap doesn't apply. However, if I were to change the code to this.... oRange = oSheet.get_Range("B" + (nCurrentRowPosition - 1), Missing.Value); oRange.WrapText = true; oRange.set_Value(Excel.XlRangeValueDataType.xlRangeValueDefault, "dfh dfh dfudf dufdnas f ...Show All

©2008 Software Development Network