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

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

Vinod403103

Member List

byronfromwesleyan
yabing
Dani-CH
Per Bornsjo
bobchauvin
NickNotYet
yjtsai
David J Oldfield
RayClark096
ceebee
Sudip1
shimshon
Will Merydith
Dr3Bob
gcox18
gebers
José Antonio Farias - MVP
Prashant_Rai
Paul Oulton
Farrel
Only Title

Vinod403103's Q&A profile

  • Smart Device Development Sending Messages from a CE Device to PC and back

    Hello Im having problems using MSMQ to send messages from a CE Device to a PC I have created the queues on the 2 platforms but when I try to send a message to or from I get a queue not found error. using server explorer I have verified that the PC queue exists and using msmqadm I have verified the the CE Device queue exists. output from admadm for the CE Device Status command: 0. DIRECT=OS:RLC_XSCALE\Private$\Client;JOURNAL PRIVATE, LOCAL, LOCAL CONNECTION, 0 Msg, 0 Bytes 1. DIRECT=OS:RLC_XSCALE\Private$\Client PRIVATE, LOCAL, LOCAL CONNECTION, 0 Msg, 0 Bytes 2. DIRECT=OS:RLC_XSCALE\PRIVATE$\order_queue$ MACHINE, LOCAL, LOCAL CONNECTION, 0 Msg, 0 Bytes 3. MACHINE=0dabb9e6-b032-d96c-cf5b-29da644da953;JOURNAL MACHINE, LOCAL, LOC ...Show All

  • Windows Search Technologies WDS Security - Index decyphering

    Hello, I have spent a great deal of time making sure absolutely everything important on my laptop is encrypted so that if it is stolen all of my sensitive data is not lost. However, I like this desktop search tool but I need to know that it cannot be decyphered and have my information leaked. If anyone knows FOR SURE whether it is truely secure or not I would love to know the answer. Thanks! Mark Terry PRA Group Ltd. ...Show All

  • SQL Server Merge Replication using SSL on a Windows Mobile 5.0 device

    Dear ppl, I have a windows mobile 5.0 application that syncronises with SQL Sever 2005 (Merge Replication). The replication works fine without SSL. But when using SSL it doesn't work .On the device i get an error 28037, A request to send data to the computer running IIS has failed . I have created a a Wild Card Certificate (*.domain-name.net) using Microsoft Certificate Services (Stand Alone) and setup the replication website with replication virtual directory under it , in IIS, to use this certificate. The host header for the replication site is set to "sql.domain-name.net". I have binded the host headers to the port as well. I can access the https://sql.domain-name.net/replication/sqlcesa30.dll fro ...Show All

  • Software Development for Windows Vista StateMachine invoke SequentialWorkflow

    Hi together, I am using a state machine workflow which invokes another sequential workflow. The sequential workflow gets called but after the sequential workflow has finished, the parent workflow (which is a state machine) switches to the completion state. Example: Sequential Workflow ^ | State A ---> State B ----> State C ----> Completion State As you can see in the sample "State B" invokes "Sequential Workflow". And now when the sequential workflow gets finished, the parent state machine switches to the completion state instead of "State C". Any ideas what's wrong here Cheers, Franz I have no idea what you just asked me to do. In my ...Show All

  • Windows Forms bindingnavigator with custom list - position and count not displaying

    I am using Visual Studio 2005 C++. I have a class inherited from CollectionBase as follows: I do not see how a bindingList will solve my problem. A bindingList is an IList and I would still have to associate it with the bindingSource in order to the the bindingNavigator toolbar. Example that I provided, the Count property of MyList shows the proper number of entries in the list (the number that I called MyList.Add() for). Per the Visual Studio 2005 help, the Count property of the BindingSource gets its value from the underlying list; but, executing BindingSource.Count results in a zero being returned (even though MyList.Count returns a nonzero value). So, I guess better stated, my question is, what do I need to do in the MyList c ...Show All

  • SQL Server Tempdb Issues Urgent Help

    Hi, I have an app that changed the tempdb such that now I have 123GB of free space on the tempdb and is filling up my drive. When i use sp_spaceused I get the follwoing name dbsize unallcated space tempdb 123969.12 MB 123866.02 MB 872 KB 320 KB 400 KB 152 KB reserved data index size unused My question is this is production so shrikfile is it an option as i think since it is the space at the end of the file that i need what can I do other than restarign SQL Thanks. Well what are the effects of shrinkng the tempdb. I tried using shrinkfile with truncate only, no turncate only but the size does not reduce to my understanding shrink works if we have a large used portion of data or log file but in ...Show All

  • SQL Server The error of the Sql Server 2005

    Dear all I have a problem that about the Replication of the SQL SERVER 2005. If there are a hundred data in the delivery of replication ,but after they transmited fifty data ,the internet is disconnection. The question is how about the rest of the undelivered data and the delivered data. Do the delivery data will be rollback If it dosen't be rollback how dose the administrator of the database know the error of the replication of the data,the most important is how to know the data has not complete delivery. If it will be rollback and how do we check the error of the internet at immediately.. Thank you Hi Greg Y Thanks a lot . I have got a lot from your talking . Thank you very much again. If a distribution server which have ...Show All

  • Visual C++ Colorize inactive and _DEBUG

    Colorize inactive is a new feature in VS2005 (at least new to me) and it looks helpful. However, with my setup, it seems to not be able to keep track to whether _DEBUG is active (defined) or not. I expect that when I pick "Release" or "Debug" from the Solution Configuration different blocks of code bracketed by "#ifdef _DEBUG" will be grayed, but that does not seem to be the case. The graying does not change, and arbitrary (or so it seems) blocks of code are grayed. Is this a know problem, or am I doing something wrong Thanks, Marius Matioc I have just recompiled the project. I am in Debug mode and the #ifdef _DEBUG block is grayed. My solution has two project in it, ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. HLSL & Alpha Blending help plz!

    Hey all - I'm pretty new to XNA so I need some help with my Blending and HLSL stuff... Here's the setup: I'm trying to make a 2D game where the graphics are 2D but they're textures that have been placed onto polygons. So basically I'm using the 3D part of XNA to make the 2D game (because I want to have faster speed, rotation, scaling, better manipulation of the pixel colors, etc; making it this way because I also want a deeper than 2D playfield even though I'm using 2D graphics - and its actually working out well apart from the blending problems.) and I want to know how I can get the blending mode to be 'just right'. Basically the effect I'm going for is for Polygon textures to be opaque where there is color - and transparent where there i ...Show All

  • .NET Development Update requires a valid UpdateCommand when passed DataRow collection with modified rows

    I m coding with VB.Net. I have a datagrid on my form with a dataset as its datasource. The dataset contains rows from a joined two tables: Feature table and Price table. Feature table contains the customers'features. It has the ID of the features, the date the feature was added, the expiry date, the employee who added it.... The Price table is a look up table that contains the ID,price, Code, description and name of each feature. So my SQLquery is: SelectFeature_ID,Feature_DateEfect,Feature_DateExpiry,Feature_Employe, Price_Name, Price_Code, Price_Name... The reason why I use that joined query is that I need to display all the columns on my datagrid including the values from the Price look up table. But I update only the Feature table wit ...Show All

  • Visual C++ Kerberos TimeStamp -- Unhandled Exception 0xC0000005: Access Violation

    Hi All, I've developed a Single Sign On application using Visual C++ 6.0 that uses Kerberos authentication. My application does what it is supposed to do, but I want to be able to view the expiry time of both the credentials (as returned by AcquireCredentialsHandle) and the security context (as returned by InitializeSecurityContext) for debug purposes. The expiry time is of data type TimeStamp, which is a LARGE_INTEGER union structure which is used to represent a 64-bit signed integer value. You can reference the low and high order 32 bits (using LowPart and HighPart) or the full signed 64-bits (using QuadPart). Just for starters I was trying to view either the LowPart or the QuadPart, but everytime I include ExpiryTime.QuadPart (where ...Show All

  • SQL Server Can't uninstall Analysis Services 2000

    I have both SQL 2000 and SQL 2005 on my computer. I am running Windows XP Pro, SP2. SQL 2000 was installed first, then, 3 months later, SQL 2005 was installed, too. My client needs me to work with SQL 2000 Analysis Services (my client is on a SQL 2K platform). I have the full SQL 2005 Developer Edition on my machine, along with the SQL 2005 Analysis Services, SSIS, Visual Studio, SSMS, etc. I also have SQL 2000 Developer Edition, but I don't see SQL 2000 Analysis Services on the machine nor running under services. In addition, there is no Analysis Services on my machine. Therefore, I wanted to install SQL 2000 Analysis services onto my machine. However, when I do, I get the message: "To install a new version of Analysis Services, you ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Looking for Game Component Example

    Is there a game component example anywhere I'm trying to build a font/text component and I'm getting nowhere fast. One just went up ont he XNA Team Blog, and the whole thing looks pretty cool! :D http://blogs.msdn.com/xna/archive/2006/08/31/734204.aspx ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. how do you assign an integer for a sprites position?

    Yeah... my question is basicaly the title. Let me introduce you to casting... if you want to use a float where an integer is expected, you can 'cast' your float to an int... float myfloat = 3.14f; int myint = (int)myfloat; Now myint = 3. ...Show All

  • .NET Development .NET Runtime 2.0 Error Reporting

    I run a VS2005 application on a Win XP (Greek localized version) that connects to a remote SQL 2005. The application run smoothly but when I shutdown the application I get, sometimes, the error: EventType clr20r3 , P1 itemtracker.exe, P2 1.0.0.0, P3 45b8c139, P4 microsoft.visualbasic, P5 8.0.0.0, P6 4333d6d8, P7 5e, P8 29a, P9 34ssps20bdj3nj0wmit5kamzhvglfzcc, P10 NIL. I also use Framework 2.0 Any ideas how can I get around this Hi, I'm very interested in that problem. Have you resolved it If yes what was the reason I also have the same errors in the EventLog: Event Type: Error Event Source: .NET Runtime 2 ...Show All

©2008 Software Development Network