Software Development Network Logo
  • Visual Studio
  • Visual FoxPro
  • .NET Development
  • Visual J#
  • Architecture
  • Visual C#
  • Game Technologies
  • Microsoft ISV
  • Visual C++
  • Visual Basic
  • Windows Vista
  • VS Express Editions
  • Windows Live
  • Smart Device
  • SQL Server

Software Development Network >> Shatru Singh's Q&A profile

Shatru Singh

Member List

Prajkta
hdp203
Citco
TPR
daleUSA
Andreas Holthaus
wgkwvl
manny336
KeithM
Andreas_
mbartulovic
icystone
PaulSQL
AndyBrunton
Chinna Srihari
Holger Sachs
MikeC01
Hanspeter
Kory Chang
david.tooley
Only Title

Shatru Singh's Q&A profile

  • Visual Studio Express Editions C# compile problem

    Error 3 The assembly "c:\dev\my Documents\VstdioProj\C#\SomeClass\SomeClass\bin\Release\SomeClass.dll" could not be converted to a type library. Type library exporter encountered an error while processing 'SomeClass, SomeClass'. Error: Element not found. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets 2674 9  In the foldler C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215, I found the following f ...Show All

  • Visual C++ Tab in a splitter window

    Hi I am trying to create a splitter pane that has the following: Information bar (located on the left hand side) Tab (located on the top half of the window) Edit window(located on bottom half of the window) The information bar and the edit window is fine but it doesn't seem to work with the tab window. What can I do This forum is for general C++ compiler and IDE issues. For Win32 programming issu ...Show All

  • SQL Server Install Error with Sept CTP

    Hi all, I am running into install error when prompted "PLEASE INSERT DISC 2" when I am installing with virtual drive using Daemon Tools instead of from CD or DVD.  I am a Universal MSDN Download Subscriber, but apparently MSDN don't support install issue with beta version of their product.  I am stuck with not able to use this app, and any help is much appreciated. Sincerely, -Lawrence Great!  I ...Show All

  • Windows Forms MouseMove fall through

    I feel so thick but I've been hammering this for hours now all the books I have and the net. I guess the solution is so simple nobody has thought to write it down!!! I'm writing a UserControl that needs to be transparent to the layers beneath it but it absorbs the MouseMove event! How do I ignore this event in the control and allow it to pass on to the control below to handle Any help greatfully received....... ...Show All

  • Software Development for Windows Vista Workflow changes over time

    I'm writing a system that uses the StateMachine Workflow. There will be many long running instances persisted in the database. Say I want add a simple activity to an existing event handler. Say send an email out. There are existing workflow sitting at that state waiting for external events. Currently when you make such a change your existing workflows are dead you get the. EventDeliveryFailedException. I would hope that I don't have ...Show All

  • Software Development for Windows Vista Parent / Child workflows

    I'm working on an order/order-item scenario where there is an order workflow and an order item workflow. What I want is for the order item workflow to be able to signal the parent order workflow via events that an order item was fullfilled, allowing the parent order to detect if the whole order is ready to ship. This is all done through state machine workflows. Here's my issue: I am using InvokeWorkflow activity to launch the child workflo ...Show All

  • Windows Forms Force autocomplete combobox selection

    I really like that VS2005 has incorporated autocompleting comboboxes, but I cant figure out how to stop user from typing something which isn't in the list.  Because my combobox is bound to a lookup table I dont want users typing a name which isn't in the list, because it doesnt find the correct foreign key to place in the table.  Surely I dont need to implement my own checking on key press events :-\ Thanks for your help and suggestion ...Show All

  • .NET Development Compiling in Native Code

    Hi, I am having managed code in C#.Net, I want to compile it in Native code instead of MSIL, is there any compiler option available in the .Net IDE, how shall i compile my code in native code. Thanks & Regards Benin. The idea of .net is to compile into native code at Runtime using a JIT compiler (CLR). There is no IDE option/compiler switch to do this. You can optimize the IL output for an architecture (anycpu vs 32bit / 64 bit ...Show All

  • Windows Forms Finding values in a databound combobox

    I have a set of two comboboxes. When the value of combo1 changes I need to change the selecteditem of combo2. The selecteditem of combo2 is related to the particular value selected in combo1. The mechanics of this is easy enough but I'm having a problem. Since the combobox (combo2) is databound, its items are DataRowViews. This means I cannot use items.indexof to search for my value. combo2.FindString and combo2.FindStringExact will not work i ...Show All

  • Visual Studio Team System Baseline tool not working

    I'm trying to create a baseline for a project in visual studio using the command line script Baseline as described in http://blogs.msdn.com/fxcop/archive/2006/05/19/602228.aspx . But it isn't working at all, nothing is being generated. I just keep getting the Usage message. I've tried variations of it but there isn't much to change. I even renamed my fxcop project to use the line exactly as it appeared in the explanation but no use. Baseli ...Show All

  • Windows Forms DataGrid in TabControl

    Hi, I have a tabControl (in a windows form) contains two tab pages. In the first tab page, there is a data grid. When I click and switch to the second tab page, I also want to see the same datagrid showing on this tab. How  ...Show All

  • .NET Development Alter Query on DBF table giving error

    Dear Members, I am a newbie in GIS field , Access & SQL databases canbe altered easily but when I am altering a DBF file its format gets corrupted .Plz help me in this regard.My code snippet is public void Alter_table() { try { string strConnect; strConnect="User ID=;DSN=;Collating Sequence=MACHINE;Data Source='d:\';Provider=VFPOLEDB.1;Cache Authentication=False;Mask Password=False;persist se ...Show All

  • SQL Server Insert Script from one table to another

    I have a table in the SQL Server 2005 database that I want to copy 5 columns from one table into another table. I wanted to create a script to do this operation so I can use this on another database that would have different values for these columns. If I were to use something like this: DECLARE @pdtno smallint , @publyear smallint , @issord int , @pdtrnno smallint , @layout varchar ( 60 ) --- code to select the v ...Show All

  • Visual Studio Team System source control server events

    Hi, how can I subscribe for events like check in, before check in, pending changes and etc I saw that VersionControlServer class has very interesting events that I can use but they did not fire up for me. Basically here is what I am doing: TeamFoundationServer tfs = new TeamFoundationServerFactory.GetServer(serverName); VersionControlServer vcs = (VersionControlServer) tfs.GetService( typeof (VersionControlServer)); vcs.BeforeCheckinPe ...Show All

  • SQL Server System Configuration Check

    Hi all, when I try to install SQL Express 2005, it seems to install SQL Server Native Client & SQL Support Files OK, but at the end when I click next a window pops up labeled "System Configuration Check" with a message which reads "SQL Server Setup is scanning your computer's configuration" The problem is that the Configuration window doesnt seem to do anything after that, the Configuration window just stays there ...Show All

©2008 Software Development Network

powered by phorum