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

Software Development Network >> Joker TKE 550's Q&A profile

Joker TKE 550

Member List

kjk___
cbpd86
Amitt
M.N. Ahmed Sahib
nhaas
Sai A
sdochert
Jamie Thomson
Fiander
Luis D. Rojas
trint
Phil333
David222
CSharpShooter
g_politis
Raymundo Chapa94595
amepluie
snakeoooooo
HariAdu
SPasse
Only Title

Joker TKE 550's Q&A profile

  • Visual Studio Team System No appropriate mapping exists for - during baseless merge

    Please help - I'm baffled. I'm doing a tfs merge /baseless <source> <destination> /recursive No matter which direction I attempt to go (switching the source and destination) the destination path keeps getting a return stating: No appropriate mapping exists for <destination path> I do have mappings for both - so I'm not sure what I'm missing here. Any suggestions My apologies for being so long getting back to you. The command I'm attempting to run is: C:\Projects\Demo_1.50.0.8>tf merge /baseless demo_1.50.0.8 c:\projects\maint_1.51.0.2 /recursive My workspace mappings are: GV-Demo MSSGROUP\kkidwell GV-KKIDWELLLTXP GV-KKIDWELLLTXP MSSGROUP\kkidwell ...Show All

  • SQL Server [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

    trying to install sql server2005 on a windows 2003 server box. getting msg below at the sql server . i looked at other posts on trying to uninstall SQL Native Access Client and norton antivirus. i could never find the snac on the add - remove programs and this server does not have a virus protection program yet. here's the history of the installs on the server: wanted to test a 2005 upgrade so: 1) installed sql server 2000 then sp4 then restored some databases to it - all OK 2) tried to upgrade to sql 2005 but ran into problems and left it at that. had a disk drive crash on the d drive so lost the installs but not the operating system when the drive was replaced, left alone for a while then wanted to test a straig ...Show All

  • Smart Device Development regarding the smartdevice development

    hi , i have been in developing application in smartphone using c# .. i am using visual studio 2005 .... for my application i have loaded the resoueces using the following code ... Stream s ; Bitmap img_btYellow; s = this.GetType().Assembly.GetManifestResourceStream("Widgets.res.avblue.png"); img_btYellow = new Bitmap(s); s.Close(); i have loaded 8 '.png' images through the above code using the same stream ' s ' . the application is running fine in emulator .... but it is showing out of memory exception in the exe created inside the bin folder ... even i tried using singleton object for all the classes , that i have used .. but it s still showing the same exception .. could anyone help me in resolving this issue . ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 16 channel Real Time signal rendering: Should I go for DirectX?

    I'm refurbrishing an old VB6 application that displays up to 16 signals, at 100 samples per second, along with some icons on the screen. The user decides on the on-screen resolution by means of a zoom function key. Now in the design phase, I need some more information to decide on taking Direct-X or GDI+ path. I've been going through several sample applications, and so far, I've got the feeling that Direct-X is suited to heavily drive the graphics processor in order to render very fast moving sprites and meshes. Instead, GDI+ is a more generic interface layer in between the old API's and the application. Not as efficient as Direct-X. The question is: Given that the curves move so fast on screen, should I better take Direct-X inste ...Show All

  • SQL Server Scheduling Maintenance Jobs

    Hi, I have setup some maintenance jobs in SQL 2005 but when I try to schedule them I and then "save" the changes I get an error in a popup dialog saying Caption "Microsoft SQL server management studio" Error "Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)" I have no idea what is causing this but it is preventing me from schduling my maintanance tasks. I would really appriciate any assistance with this. Many thanks Derek Hi Derek, The link http://support.microsoft.com/kb/922651 provides a workaround for the problem. Thanks, Kuntal ...Show All

  • .NET Development xsl: sort

    I'm trying to get my xsl transform to sort descending: < xml version="1.0" encoding="ISO-8859-1" > <xsl:stylesheet version="1.0" xmlns:xsl=" http://www.w3.org/1999/XSL/Transform "> <xsl:template match="/"> <ul> <xsl:for-each select="sitemap/menu[@location='main']/page"> <xsl:sort select="page" order="descending" /> <li> <a href=" {@url }"> <xsl:value-of select="@title"/> </a> </li> </xsl:for-each> </ul> </xsl:template> </xsl:stylesheet> This is my xml file: < xml version="1.0" encoding="ISO-8859-1" > <sit ...Show All

  • Smart Device Development Get and Set the position of a scroll bar of a ListBox in NETCF2

    Is it possible to set the position of a ListBox scroll bar in C#. I've inherited the ListBox class. I get a NullReferenceException when I try to do this: IEnumerator i = listBox1.Controls.GetEnumerator(); i.MoveNext(); MessageBox .Show( string .Format( "i.Current.Visible.ToString() = {0}" , (( ScrollBar )i.Current).Visible .ToString())); i.Current returns NULL. It works for a datagrid. Datagrid is a composite control written in netcf entirely. Listbox is a native control - it does not expose the scroll bar control. Normally you would set the TopIndex property to position the scroll bar ...Show All

  • SQL Server DataReader ODBC Query Timeout

    Hello ! I get in my SSIS Package a Query Timeout in the Datareader! I Use the ADO.Net OBC Connection with the Connection String: Dsn=xxx;uid=xxx;connection timeout=0;command timeout=0;query timeout=0 Is there any Option to set the Query Timeout Thanks ! Pseudo Thanks for the answer !! I have not seen that the Datareader in the SSIS Designer have a Command Timeout property I set this property to 0 and now it works... But exist a difference between the Datareader Command Timeout property and the ODBC Connection Command Timeout property ...Show All

  • .NET Development Strong names for assemblies

    Hello, I'm a new developer (in several senses of the word "new") and I am working on a large-scale internal project requiring testing of code written before I got here. I have already used the CLR profiler successfully on a production release of the product. However, the CLR Profiler is not giving me the information I really need (how long a process takes in real time); so I've written a short assembly that I've attached to certain methods in the project that writes out to an external file with a trace and other information. The problem that has arisen is, in one specific class, this assembly causes a build error, because it is not a "strongly named assembly." How exactly does one name an assembly strongly BTW. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Problem with DirectX 9.0C

    Hi, I tried to install DirectX 9.0C on my machine which has a Windows XP Professional (5.1, Build 2600) Service Pack 2, v.2055 (2600.xpsp_sp2_beta1.031215-1745) operating system. It got installed with a message " The components are installed and ready to use". However when i ran the DirectX diagnostic tool (dxdiag.exe), the version was shown as DirectX 9.0b (4.09.0000.0902). Now when i start a game which requires DirectX 9.0c, it says that DirectX 9.0c is not installed on the system. Please help me this time. Last time my thread was deleted by the Moderator, The ZMan. If someone can provide a solution to a support based question, then what is the problem. As this a developer forum, i am sure someone will be ...Show All

  • Visual Studio Team System Error when trying to build

    Hi, I'm trying to run a Team Build on my local machine, connecting to our lab TFS server. This has been working before. Now I'm getting a TF42056 error (Requested registry access is not allowed). Any suggestions on why and what to do would be greatly appreciated. Regards, Christian It sounds like the account used to run the build service on the build machine no longer has access to the registry. You could turn on tracing in the tfsbuildservice.exe.config file by uncommenting the diagnostics section and restart the Team Build Service Windows service (tfsbuildservice.exe.config is in c:\program files\microsoft visual studio 8\common7\ide\privateassemblies). If that doesn't help diagnose the problem ...Show All

  • Visual C# GDI+ Image.FromFile - on top

    Before printing a page to the printer I need to add a logo fil (~.jpg) on to the existing graphics to print. When I draw the SomePix.jpg to the Graphics object it gets behind the existing pictures and not on top. Is there a way to get my Image on top - move to front sort of thing private void PrintDocument_PrintPage(object sender, PrintPageEventArgs e) { Graphics g = e.Graphics; Image image = Image.FromFile(@"C:\SomePix.jpg"); g.DrawImage(image,new Rectangle(50,50,100,100)) } ...Show All

  • .NET Development Unmanaged to managed callback through wrapper: this works but is it good?

      I implemented callback in mixed mode the following way and it works fine but I wonder if this is the right way to do it. In particular, is this 100% safe I mean could there be some obscure GC/CLR "event" that would make it crash at some point, for instance should not I be using pin pointers It works this way: a delegate is declared in C# and used as argument to the setCallBack() function of a C++ .net wrapper. This function casts this pointer and use it to initialize the callBack pointer value in an unmanaged C++ class (it also keeps its value so the Wrapper can also call the callback). The C++ .net wrapper is shown below: public ref class WrapperClass { public : delegate int CallbackType(); ...Show All

  • Visual Studio 2008 (Pre-release) Schema aware XLinq

    I managed to get some time to read the Linq project overview and play around a bit more. I had some thoughts on how Xml Schema and Xlinq could work well together based on one or two examples i found in the document. I've no idea whether this could happen, but in the word of deferred query evaluation anything is possible :) Consider this example within the document : IEnumerable<Person> persons = from e in x.Descendants("Person") select new Person { Name = e.Value, Age = (int )e.Attribute("Age") 21 }; It would be nicer for me to have previously done this: < xml version="1.0" encoding="utf-8" > <xs:schema id="XMLSchema1" elementFormDefault="qua ...Show All

  • Visual Basic Displaying empty gridview

    I am Need Help to Displaying empty gridview please help meeeeeeeeeeeeeeee By default the grid is empty, but if you are wanting to show the rows and columns, with empty data, you can set the number of colums to display, and also the number or rows from the properties. Or you can just run a loop in the form_load() event to create new rows, with empty data. ...Show All

©2008 Software Development Network