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

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

Sixon

Member List

Khilji
Barrios
Cogz
johnny_no1_boy
ErGC
Malain
Mystagogue
Sheng1983
Christoph De Baene
ccondit
Mr_White
aggrothingy
trebormint
english_d
Joy Conner
Mark G. Goles
Philip W
ryan101
Vadish
Jon Stroh
Only Title

Sixon's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Struggling with 3D sound - Anyone got this working?

    I'm getting IndexOutOfRange exception on the " engine.Calculate3DAudio(listener, emitter)" line below. Anyone managed to do anything like this I want my sound to come from a particular point. I understand with my code below that as theplayer moves, the listener isn't updating position (so sounds already started will be wrong), but I need to get the sound playing first! public class Sound { private static AudioEngine engine; private static WaveBank wavebank; private static SoundBank soundbank; private static Audio3DEmitter emitter; private static Audio3DListener listener; public static Cue Play( string name, Vector3 playerLocation, Vector3 soundLocation) ...Show All

  • Visual Studio 2008 (Pre-release) How does it work when I request a service which is on internet from intranet?

    I am not sure how dose it work (namely the WCF mechanism) if I request a service which is on the internet,while my application is located in the intranet. A request message will be sent to the remote server, and after the service on the internet finish the task I submit to it, it will transfer the analyed data to my application which is located in the local area network. But what I know is every local PC can obtain the data through the hub(or gateway maybe) , and what I am confused is how the service know which is it's target PC of intranet Does it mean that if the channel between the local PC and the internet service, the service konw where the target PC is (maybe there is a router table somewhere ) Thanks a ...Show All

  • SQL Server Unable to initialize - The encrypted value for "logoncred" configuration setting cannot be decrypted.

    I am unable to initialize the reportserver: gettting the folowing error: is it possible to reinitialize the server: *********************************************************************************** The encrypted value for "logoncred" configuration setting cannot be decrypted. (rsFailedTodecryptConfigInformation) *********************************************************************************** Please help thank you very much for the information. i am also having this same type of problem with the following error: Source: Report Server (MSSQLS Category: Management Event ID: 129 The encrypted value for LogonCred in the RSReportServer.config file cannot be decrypted. any help with how to resolv ...Show All

  • Smart Device Development Mobile Datagrid Format

    I am using a datagrid in 2003 SE. I am not able to find a way to format the column (i.e. set them to display currency.) NETCF V2 SP1 has formatting support (as well as cell painting override). http://blogs.msdn.com/netcfteam/archive/2006/04/25/583542.aspx ...Show All

  • Visual Studio Team System Error when suppressing code analysis message

    The error message is: Unable to create a global suppression file. Please specifiy a valid file name without a path. Any help is appreciated. Hi George, Is this a C#/VB or a C++ project you are working on If you see this error in C#/VB, make sure you didn't override the CodeAnalysisModuleSuppression file setting manually in the project. If you see this error in a C++ project, make sure the setting for Code Analysis Global Suppression file does not contain a relative or full path but only a filename. Regards, Jeffrey ...Show All

  • Visual Studio How to programatically add a new resx file

    Hi there, Can someone shed any light on how to add a new "resx" file to a project or any other file for that matter. I think "ProjectItems.AddFromTemplate()" may be the right method ( ) but if so, how do you determine the name of the project template to pass. Thanks very much. Templates are stored in several directories of the VS installation. For example, "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\VisualBasic\1033\". To locate the base folder for templates you can use Solution.ProjectItemsTemplatePath(projectKind). If you want to use an existing file rather than a template, you can use the other AddFromFile / AddFromFileCopy methods. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Texturing using BasicEffect

    Hi, Sorry if this question has been answered before, but i have searched the forum and nothing seems to work, i am new to graphics programming and was just trying the simple task of sticking a texture to a polygon without writing my own shader (not quite up to that level yet) when i try the code below using just the retail version of directX, all i see is a blank white polygon (so the vertex data gets parsed), when i run it using the debug version i get an InvalidCallException and the following debug data : [2688] Direct3D9: (ERROR) :Vertex shader function usage (D3DDECLUSAGE_NORMAL,0) does not have corresponding usage in the current vertex declaration [2688] [2688] Direct3D9: (INFO) :The vertex declaration is (Stream, Offset, Type, Method ...Show All

  • SQL Server Trying subreports - does not work

    Hello colleagues, I have the following issue: I am trying to create a report with subreport this way: 1) create report 2) create subreport. Set parameter @AccountName in the SQL query (...WHERE account.name = @AccountName) and in the parameters collection - AccountName, data type string 3) place the subreport into the report and set parameters AcountID = =Fields!name.Value, so that the WHERE clause in the subreport should filter the content according to the field Fields!name.Value. So far, I suppose this should work. Nevertheless, I get this result in Visual Studio .net: An error occurred while executing the subreport ‘subreppp’: An error has occurred during report processing. Cannot read the next data row for the d ...Show All

  • Visual Studio Team System Team Explorer requires login

    Two of my support people have an issue with Team Explorer requiring them to login each time the app is opened.  They do not have VS, just Team explorer as they are software testers. Each time they open the app, they are prompted for their username and password.  Once they supply their domain credentials they are allowed to use Team, so I dont know how it could be a permissions issue. I have a couple of dozen support people using the exact same configuration, and only these two are effected for some reason. Any thoughts or ideas Thanks in advance. MikeH Which version of OS your support folks (that are having this issue) running You can try adding http://<yourservername> and/or h ...Show All

  • .NET Development IEnumerable.GetEnumerator()

    Greetings, I have some questions on IEnumerable.GetEnumerator(): 1. Should each invocation return a distinct enumerator object 2. If so, should the enumerators keep their state in sync or independent of each other 3. If independent, can distinct enumerators (returned by the same method) enumerate the underlying collection in different orders MSDN Lib seems to have left these unspecified, so maybe it's all up to the method implementer, but since the interface is tied to foreach sematic, perhaps there are specific answers/rule for the interface If MSDN Lib specifies the answers to these, I'd be grateful if you can point me to the URL. Thanks for any info, Dasa The current version of th ...Show All

  • SQL Server Plug-in Algorithm in data mining using SQL Server 2005??

    Hi, actually i want to implement a c# component that can help third party data mining algorithm and i want managed plug-in algorithm (without wrapper),. is it possible to write whole application in c# as Analysis servisce is in c++ , can we implement it in c# thanks in advance ~Chinmay The purpose of the wrapper is so that you can write the algorithms in C# rather than COM. The native interfaces for plug-ins is COM, so they can't be "removed." However, you can do any implementation of algorithms you wish in C# due to the wrapper. Are you asking "what are the basic things that are required to implement and test an algorithm " or "what are the basic things that are required to imple ...Show All

  • Visual C++ warning C4996: 'std::locale::_Addfac' was declared deprecated

    Hello I am trying to store unicode files. I use the way suggested in Upgrading an STL-based application to use Unicode. By Taka Muraoka . at address : http://www.codeproject.com/vcpp/stl/upgradingstlappstounicode.asp df=100&forumid=16224&exp=0&select=788194 while i'm trying to compile the soloution I've got the warning warning C4996: 'std::locale::_Addfac' was declared deprecated My question is how can I remove this warning, or, use any other function instead of _Addfac . I'm looking forwared for any suggestion. Thank you. It doesn't work because loc._Addfac gets three parameters. What is the rational of your response. Thank you for answering me. ...Show All

  • SQL Server Error on BIDS script /calculations tab

    I was writing an MDX script in BIDS CTP3 SP2 when this error occurred: "Analysis services 2005" "unexpected error occurred. Length cannot be less than zero. Parameter name: length" I am unable to open the forms or the script view. Anyone with an idea Kind regards Thomas Ivarsson After my post I remembered that this have happened once before. Open BIDS on the cube editor and change to xml-view. Look for the calculations and comment them out. Save the changes and switch back to the forms/normal view. Perhaps it is also possible to reingeneer the deployed cube to a new project. Regards Thomas Ivarsson ...Show All

  • Visual C++ where can I input a program?

    Hello, I am very new to the Visual c# 2005 express edition. This application was free to download, so I think microsoft will not allow all features with this program. But I should be able to input any program text, shouldn't I But I cannot find the window where to do this, unfortunately. I tried everything, but with no success. Could someone please help me Kind regards Oliver This is C++ and not C# forum. Anyway, to start writing a program, select File - New - Project. Select required project type, for example, Console Application. Application Wizard creates new project and opens text window with main function. Add your code there. ...Show All

  • Visual Studio Express Editions Some One HELP!!!

    Some one HELP Me Figure this out. I am trying to make a check list that will doument for me to, its a project i am working for. i have a textbox1 I have have multipule checkboxs (checkbox1, checkbox2, checkbox3, checkbox4, checkbox5) I have a other thins too like a datepicker and radio buttons and all these fancy things. what i want is that i want all the thing i am Checking in the check list to genrate text in the text box1. side by side example : checkbox1 genarates "hi how are you " when clicked checkbox2 genarates "i am fine" when clicked checkbox3 genarates "how is life " when checked when all are checked we should see hi how are you .....iam fine.....how is life ..... ...Show All

©2008 Software Development Network