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

Software Development Network >> Ivan Selchenkov's Q&A profile

Ivan Selchenkov

Member List

Loopsludge
dbuchanan
Nassa
Robert Kozak
Izzz
Vikas Dhevarshetty
grschell
madenci
Dan_Cheshire_UK
Bisjom
tore-
alicia123456
grimdog
Simmy7
Alex Yakushev
IceAngel89
Arska
Joel Poiron
Jassim Rahma
Cesar Francisco
Only Title

Ivan Selchenkov's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Rotating sprites center

    I'm new to directx programming and i'm writing a simple program to help me learn. I'm using sprites and i'm trying to rotate the texture based on its current heading (the sprite is moving around). Now when i try to rotate it using a matrix, it seems the matrix is too big. My texture is only 32x32, and when i do the transformation, leaving the rotation center as NULL should set it to be the top left, according to what i've read. However, after experimenting because it didnt work, I found that if i set the center to be close to the window's center, or some larger center, it seems to fix it a bit. So it seems to me that the matrix is too big for my texture. I don't know if there is any way to set the size of it If you would like code I can ...Show All

  • Visual Studio debug.assert doesn't pop up the message when condition is false

    Hi, I am working on a wpf project and debug.assert won't pop up the message when the condtion is false. public class MainApp { static string KioskName = "Kiosk" ; [ STAThread ] static int Main( string [] args) { D ebug .Assert( false , "test" );  => this won't stop if I run in debug mode (using F5). ... } I guess this might have something to do with my project set up but I can not figure out why. (If I create a new wpf project, debug.assert works fine) Please help since debug.assert really helps during development. thanks/chong   ...Show All

  • Visual Studio Team System Problem installing Foundation

    Installation fails with the message "Windows SharePoint Services is currently using MSDE, but Team Foundation Server Requires Windows SharePoint Services to use SQL Server 2005. To proceed, you must exit setup, uninstall Windows SharePoint Services, and then uninstall MSDE. Then reinstall Windows SharePoint Services in accordance with the Team Foundation Installation Guide, and run setup again." I am only running SQL Server 2005. I cannot find any evidence that MSDE is running or installed. I am really stuck. Any help is GREATLY appreciated... Hi, There are only 2 steps to installing Sharepoint for TFS: On the Type of Installation page, select Server Farm , and then c ...Show All

  • .NET Development FTP Error: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.

    Hi, I am using a FTP client in my application. This FTP client is a freeware for .NET version1.1. It works fine for all files except two files. But these two files are required to FTP to a mainframe machine. I am able to FTP these two files in command prompt but getting error if I am trying to FTP through my c# application. These two files are giving two different errors mentioned below: 1. Index (zero based) must be greater than or equal to zero and less than the size of the argument list. 2. Input string was not in a correct format. But strangely, if I am trying to FTP these files to a Windows platform then it's getting FTPed successfully. I am also giving right SITE command for mainframe requirement. I am gettin ...Show All

  • Visual C++ linking problems with templates

    Hi people, i'm using a templated class on my dll and it compiles and link fine, but I find that it has introduced some symbols of my templated class on the dll. It also happens with any program that includes that templated class so I have linking errors on programs that use this library because of the redefined symbols. The error comes when another lib or program use this lib, because template symbols are included on the lib althought the template is not exported and all template code is declared on the header. The specific error that happens when linking another library that uses the given is: GfxBase.lib(GfxBase.dll) : error LNK2005: "public: __thiscall gfxDimensionalUnit<2>::GetComponents(vo ...Show All

  • Visual C# Toolbox Icons screwed up

    Hey everyone Recently when I opened Visual Studio 2005 I noticed that all of my icons in the tool box are screwed up. Now this isn't the end of the world, but I have noticed that alot of times I am fuzzy on the name of the control over what that dumb little icon looked like. Has anyone see this before Any ideas on how to fix it Thanks Kenzie found a solution that doesn't reset your toolbox ... 1. ensure you have the toolbox displayed before proceeding 2. goto 'tools' > 'import & export settings' 3. select 'import selected environment settings' then click 'next' 4. select 'no just import my new settings overwriting my current settings' then click 'next' 5. select 'my settings' > 'curre ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XML usage on 360

    Okay, so a simple query. How to I use an XML file when when developing for the 360. I can do it fine in windows, but as of yet I am completly lost on how to load the file when on the 360. This works on the 360 as well, not sure of the performance implications though... System.XML.XmlDocument xmlDoc; System.XML.XmlNode xmlNode; xmlDoc = new System.Xml.XmlDocument(); xmlDoc.Load("myXMLFile.xml"); xmlNode = xmlDoc.SelectSingleNode(" /xpath/to/your/node/and/@attribute "); XPATH info at http://msdn2.microsoft.com/en-us/library/ms256086.aspx -MB ...Show All

  • SQL Server XMLA Commands

    Hi, I am using XMLA Commands to process the cubes from SQL jobs. Whenever the cube processing fails The SQL jobs never reports as a failure. Is there a way to detect the failures and send alerts out. Thanks S This is known issue. It should get fixed in SQL Server 2005 SP2, that is coming pretty soon. If you would like to, you can try installing CTP release of SP2 from http://www.microsoft.com/downloads/details.aspx FamilyID=d2da6579-d49c-4b25-8f8a-79d14145500d&DisplayLang=en HTH. Edward. -- This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All

  • Commerce Server Auction (Bid n Buy) System in Commerce Server 2007

    I read somewhere that Auction Objects are available in Commerce Server 2002, to build a site that provides Bid and Buy option (like on eBay) on e-commerce site. What options do we have on CS 2007 -Manish Garg Yes, we did not bring the Auction sitelet forward to CS2007. This doesn't mean that you can't use what's there. Stay tuned, I am in the process of converting the sitelet. http://blogs.msdn.com/maxakbar -Max ...Show All

  • Visual Studio Team System HTTPS request time out.

    I receintly had a change to the web site to use HTTPS rather than HTTP for the sign-on. Now when I record and run a web test I hang on the sign-on page loading dependants. If I turn of Parse dependant requests, it works fine. Is there a reason behind this Thanks, Tom K. Tom, Can you try setting the following at the beginning of your web test. You can do this either by converting to a coded web test or by writing a WebTestPlugin. ServicePointManager.Expect100Continue = false; Josh ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Native Direct3D or MDX or XNA?

      I'm in the process of choosing 3D dev platform for a non-game desktop application. I've decided to use Direct3D (not OpenGL) because the application will be developed with C# 2005. I prefer to use C# instead of C++ Direct3D if possible. But I'm very confused of which is the right direction. Basically, the application renders 3D objects in a window and allows manipulation of those objects; it should be able to show different views of a 3D scene on areas of a printed page. Any suggestion is appreciated. Thanks.   Great! It seems C++/CLI is the right way to go. I'll start to learn Direct3D rather than spending time on XNA. Please allow me to ask another question. Now that D ...Show All

  • SQL Server SQL 2005, SSL - certificate request, ports

    I would like to use SSL on SQL Server 2005. With SSL, is all traffic from the client to the database on port 443 Or are other ports needed With Windows Certificate Management Snap-in, a request for a certificate assumes that there is a local Certificate Authority. I don't have one and it is my understanding that I should buy a third party certificate to avoid a man in the middle attack. With IIS there is a certificate request process. Is there something similar I should use with SQL Thank you. The following link should be helpful for setting up SQL Server over an encrypted transport (SSL): Encrypting Connections to SQL Server http://msdn2.microsoft.com/en-us/library/ms189067.aspx ...Show All

  • SQL Server selecting data between servers

    Hello, I am using SQL2K5 and I am trying to select data from a database on Server A and insert the data to a database on Server B, using management studio. Does anyone know how to write this query. I keep getting an error expecting a linked server. Is there an easier way to do this I am avoiding SSIS for the time being, because my recent experiences with it was not good, so as a consequense I want to create a script to accomplish this task. Thank you for your time, David You can use OPENROWSET or you can create a linked server or bcp out and bcp in Denis the SQL Menace http://sqlservercode.blogspot.com/ ...Show All

  • Visual C# Singleton class at runtime

    I implementet a few classes in my actual project using the singleton pattern mentioned somewhere in the MSDN: public class SingletonClass { public static readonly SingletonClass Instance = new SingletonClass(); private SingletonClass() { // some initializations here } // some more methods, fields, properties, ... } Can someone explain me when SingletonClass.Instance will be created at runtime Could it be created before "the program jumps into the main-method" In your case it will be for the first using of class. So if you have a static method and you use it without using your singleton, Instance will be created. If you don't want it, you must do your singleton like this : public class ...Show All

  • SQL Server The annoying WMI configuration error

    I'm recieving the following error: The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine 'machine information' Error: 2147749896 (0x80041008). I've researched the error and found out some people were running batch scripts to reinstall wmi, but none of them worked for me. One of them I gave up on after thirty minutes and it wasn't doing anything. Please give some suggestions on how I can resolve this issue. TITLE: Microsoft SQL Server 2005 Setup ------------------------------ The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine S1JK9481 Error:2147749907 (0x80041013). For help, click: http://go.microsof ...Show All

©2008 Software Development Network