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

Software Development Network >> Odi [Xceed]'s Q&A profile

Odi [Xceed]

Member List

Snortblt
Shrouber
Nimble
rsd_za
Kitek_06
SonicWave
BonnieB
Joshua Remigius
Eduardo D
Evan Hennis
PedroCGD
Michael Roper
kirchu
MicMit
Fox Me Up
Speeding Target
Programm3r
PJOS267031
DerekRost
DKB
Only Title

Odi [Xceed]'s Q&A profile

  • Visual Studio Team System Interdev - TFS integration

    We have migrated ASP project from VSS to TFS. We are unable to bind the source code to TFS from visual interdev IDE even after installing the MSSCCI interface. We were unable to connect to the webdev server to get the source code Can anybody suggest a solution for this. Alternatively we tried opening the asp application from visual studio 2003 IDE. Hello, unfortunately Interdev is not supported by TFS Msscci provider, because it uses COM interface, not Msscci to control files published with IIS Frontpage extensions. What problems did you have (if any) while working with VS 2003 Everything should be fine there (except of this ). ...Show All

  • Smart Device Development Unable to Debug MFC App on CEPC using VS 2005

    Hi All, I am developing a Smart Device MFC application, I want to step debug it on CEPC platform. I am able to do the following: 1) Successfully download the CEPC OS image. 2) Execute a sample MFC release binary. 3) Connect to the device from the VS2005 following the steps mentioned at http://msdn2.microsoft.com/en-us/library/ms228708(VS.80).aspx 4) Execute the debug build binary by Ctrl+F5 from VS2005 In addition to the above I did the following settings in VS2005: Project | Properties | Configuration Properties | Deployment |Additional Files a) MySDK(X86)\debug\myapp.pdb b) MySDK(X86)\debug\vc80.pdb But when I try to debug it hangs WinMainCRTStartup. And pressing F5 doesn't move control further, it remains there at WinMainCR ...Show All

  • Windows Live Developer Forums Tile overlays in V4 3D using GetTilePath

    Is anyone successfully overlaying tiles using the dynamic "GetTilePath" property on the VETileSourceSpecification in V4 3D ...our V3 2D application when switched over to V4 3D no longer works :-( - it does work in V4 2D. OK, I nowsee in the SDK GetTilePath is not supported for 3D - however, I have modified my code to use the %4 quadkey and a fixed TileSource (which supposedly is supported in 3d) and again, everything works great in V3/V4 2D - but nothing displays in 3D... ...Show All

  • .NET Development The type or namespace name 'SqlClient' does not exist in the namespace 'System.Data'

    Hello I am trying to compile a simple c# program that gives the following error: Error 1 The type or namespace name 'SqlClient' does not exist in the namespace 'System.Data' (are you missing an assembly reference ) C:\Documents and Settings\hadjichambis.y\My Documents\Visual Studio 2005\Projects\Ermes\Ermes\Form1.cs 8 19 Ermes This is caused by the line using System.Data.SqlClient; Why is this a problem I am using visual studio 2005. Kindest regards, Yiannis. Please use MSDN documentation ! That page clearly says that you must add reference to System.Data.SqlClient.dll . The third line on the page says: " Assembly:   System.Data.SqlClient (in System.Data.SqlClient.d ...Show All

  • Visual Studio Express Editions Nav buttons

    I am having trouble with my nav buttons on a DataBase. the code I am using is If mRowPosition < (mPersonnel.Rows.Count - 1) Then mRowPosition = mRowPosition + 1 Me.ShowCurrent() and it's telling me that my table only has one record ...Show All

  • Visual Basic Import text and loop using array

    Ok, what I want to do is to open a text (txt) file and store its words into an array. An array per word and then looping through the array and flashing the text(words). What I done so far is to open the txt file as a string, and then used this within a function: Dim words() As String words = textfile.Split Dim tempStr As String Dim i As Integer i = 0 For Each tempStr In words Label1.Text = tempStr Next tempStr Label1.Text = "END OF TEXT" Return 0 "words" is supposed to be the array that will contain the words "textfile" the string that contains the whole text of the textfile "Label1" is a label that shows a word per time in the loop The problem: when I run this code, the only thing I see i ...Show All

  • Visual Studio 2008 (Pre-release) Why Dependency Properties?

    I've been working with WPF for a while now, studying it, programming with it, blogging about it, etc. Despite all that, there is something which fundamentally bothers and eludes me. I just don't feel comfortable with dependency properties. I've read a lot about them, but none of the explanations have satisfied my curiosity. I'm hoping that someone might explain a few things to me, please... - How do DPs work What is actually involved with the inner workings of a DP What happens when you set a DP What happens when you get the value of one Is this explained/documented anywhere I've read about the precedence rules used during value resolution, but how exactly does that work - How does the value inheritance of DPs work When do inhe ...Show All

  • SQL Server Developer edition feature comparision

    I am trying to compare developer edition and Express edition. I almost purchased the developer edition and wanted to compare it with other editions. no info to be found. Would greatly appreciate it, if someone could direct me to a resourse that shows this comparision. thanks ps.The product comparision page doesnt show developer edition. Hi, have a look here: http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx HTH, Jens K. Suessmeyer. ---- http://www.sqlserver2005.de ---- ...Show All

  • Visual Studio Express Editions database proble ...!!!

    i am trying to insert data in database through windows form this is my simple code for which i am trying to just enter in database..... when i insert the data in text boxes and click save, it saves itself and when i view on other form the data is present, but the problem is when i try to view the data in the database it doesnt exist..... can some one help me in this... this is my code:- i did not use transactions.... i do not know much about C#, i am new to it..... so please if u could help me in this problem if u want i may send u this project, thanks.... ...Show All

  • Visual Studio Team System How can I get particular files from the source repository?

    My project refers some third-party DLLs. They are used between muptiple other unrelated solutions so I keep them in centralized location in Lib folder. Now, when I am automating the build this folder doesn't get copied from the source repository. Is there any specific commands I have to add Like some target - "get this Lib before compilation", etc. When you created a team build type, one of the (3) files that got created and stored under your Team Build type folder in source control is WorkspaceMappings.xml. This contains the mapping between the TF server's source control path and your local path. Is your third-party lib under the server path in WorkspaceMappings.xml for your build type If no ...Show All

  • Visual Studio Express Editions mathematical operations combining the data from richtextboxes

    I am having difficulty adding two richtextboxes and putting the result into a third. I cannot find how to change the data from 'string' to 'integer' so that the result will be correct. I am trying to write a program to play a mathematically involved board game, and want he program to perform the math functions automatically. HELP!!!!!!! krhoover wrote: I tried this method and got a formatException that stated my input was in the wrong format. Would it help if I changed the RichTextBoxes to standard TextBoxes Yes ... ...Show All

  • SQL Server One Date Hierarchy - In several cubes, but with different captions

    How I can model cubes that use one hierarchy, but for each cube I want determine an own caption (AS2005). How I can realize it Thank you in advanced for your answers. Have you checked the translations tab in the dimension editor in BI-Dev Studio You can laso add columns to your dimension table in the RDBMS or in the data source view(named calculation) and make this additional rows member properties of dimension key or user hierarchy level attribute. You will need a tool that supports translations or the change of a member name to an alternative member property. Excel 2007 and ProClarity Professional 6.2 also show member properties as information boxes when you put the cu ...Show All

  • SQL Server Error viewing report created in Report Builder

    Using the report builder, I created a simple report based on a report model. This report runs ok in the report builder. I proceeded to save the report to the report server, but when I want to view this report in Report Manager, I get the following error: An error has occurred during report processing. Query execution failed for data set 'dataSet'. Incorrect syntax near '<'. The label 'xmlns' has already been declared. Label names must be unique within a query batch or stored procedure. The label 'xmlns' has already been declared. Label names must be unique within a query batch or stored procedure. The label 'xmlns' has already been declared. Label names must be unique within a query batch or stored procedure. The la ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Detecting a double click

    I've tried writing some of my own code and I've also tried the "Input Component" tutorial on XNA Spot, but I can't seem to recognize the second click in a double click. My application just reacts as if there was a single click. I'm looking for either a way to recognize it as 2 clicks, or have some flag that tells me it was a double click. Either one would be fine. Any help would be greatly appreciated. Besides this little issue, I have been very impressed with XNA so far. Bill The first way that springs to mind is you use a timer variable. The first click sets that timer to increment automatically every update. Next time you detect a click, check to see if the timer is any value above zero and if it is, then it ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. create rectangle with DirectX

    Hi.. I am very new in DirectX. How can I Draw a Rectangle, fill it (it should look like a surface without any texture) and add a Text in the center with DirectX. Thanks... MAT ...and look at the Text3D (both managed and native) sample in the SDK for how to do text. If you are very new you should also get a beginners book or work through soem beginner tutorials - there is a lot of setup stuff that you need to do with DirectX before you can even draw a rectangle. Are you working in C++ or manged code ...Show All

©2008 Software Development Network