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

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

Rajendran

Member List

jnouel
Tom Harwood
Hemantgiri S. Goswami
dgrm44
Isha
Babba72
Hannah11632
coppersony
jreyes97
sosleepy
CharlottesvilleDeveloper
jnickfl1
kimo
Ryan Ragsdale
Reggie Yim
GAJMAN
Leonardo Blanco
Jerry West
Mythril
clackey
Only Title

Rajendran's Q&A profile

  • Windows Forms System.Reflection Exception

    An error occurred after open/close a bunch of MDI child window. .NET Environment 1.1.4322.573 Exception has been thrown by the target of an invocation. Stack Trace:    at System.Reflection.RuntimeConstructorInfo.SerializationInvoke(Object target, SerializationInfo info, StreamingContext context)    at System.Runtime.Serialization.ObjectManager.CompleteISerializableObject(Object obj, SerializationInfo info, StreamingContext context)     ...Show All

  • Visual Studio 2008 (Pre-release) No WPF vista RTM?

    Hi All, I seem this report that vista may not come bundled with wpf, can this be true "The January WinFX CTP will run on Windows XP and Windows Server 2003 but not on any beta or CTP builds of Windows Vista or Longhorn Server. Microsoft's plan remains for WCF, WPF and WF to be integrated into Vista, however, company officials reconfirmed." The release notes do indeed conflict with each other weather Jan CTP will run on vista. Its does: http://msdn.microsoft.com/windowsvista/getthebeta/default.aspx Its doesnt: http://msdn.microsoft.com/windowsvista/support/relnotes/winfxjanctp/default.aspx Are you seriously c ...Show All

  • SQL Server Get last record in a SQL database

    Don't know if this is the right SQL section, but... using VBE, how do you SQL for the last record in the database Thanks. Dear Valeriy, Your reply has helped me a lot !!!! I have been searching for this answer since a long time and didn't get any answer from any where !!!!I am extremely thankful to you. May God Bless you always Thanks Maleeha ...Show All

  • .NET Development MSDiscoCodeGenerator failing to import WebService/Schema, throwing System.Exception

    I am trying to add a web reference to my project, to a webservice that is in the same solution. The web reference page is properly discovering the web service (I see the standard reference web page stuff, including the methods, so I know the service is compiling ok). When I add the reference to the project, I get the folder created, and the Reference.Map and TestService.disco, and TestService.wsdl files created, but I get an Error in the Errir List window saying Custom Tool Error: Unable to import WebService/Schema. Exception of type 'System.Exception' was thrown. If I select one of the above files in the solution explorer, I see &q ...Show All

  • SQL Server Sql Reporting Services

    This is my problem. I am doing a inner join on 2 tables, order header and order detail. When I look at query, the order amount I am including from the order header table gets put into every record, the way I think it should work. My problem is want to only add it once to subtotals. ex (order number) (item seq) (item amt) (ord amt) (ord tax) (ord ship) Subtotal: tot ord ord amt ord tax ord ship division total tot ord tot ord amt tot tax etc. can anyone help right now ord amt get repeatedly added to total depending on how many items where in order. Hi, just move the order amount above in the g ...Show All

  • Visual Studio Team System Can I specify Multi-valued Parameters in a (custom) Valudation Rule?

    Suppose that I want to specify multiple RuleParameter with same name, but with different values. Is there any way to do this E.g. (example!)   <RuleParameters>      <RuleParameter Name="FindText" Value="(Regex1)" Operator="AND"/>      <RuleParameter Name="FindText" Value="(Regex2)" Operator="AND"/>   </RuleParameter> public class MyCustomRuleRegEx : ValidationRule    ............ Parameter names need to be unique.  If you are writing a custom rule, you would need to pass in a delimited string to one parameter and then parse the string int ...Show All

  • Smart Device Development How to get the shared path

    this might sound a bit dodgy but i'm trying to run some tests on WM5.0 emulators and to speed up the process, the emulators share some files with the desktops is there any way i can get hold of the shared path within my CF2.0 application I understand this is not supposed to work because on a real device there is no such thing as a shared directory, but i still hope that someone can come up with a smart hack :) thanks in advance! Please see this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=252831&SiteID=1 ...Show All

  • Visual Studio Team System File Attachments NOT opening

    We are running TFS Beta 3 Refresh, Single Server. We can attach files (pictures, txt files etc) to a bug or task but when we try to open an attachment Internet Explorer spawns and just sits there forever trying to access a page. I can only get the attachment to display (and even then it only displays inside Internet Explorer and does not spawn the asssociated program to view the attachment) by pushing the stop button then hitting refresh.  THe attchement then displays inside of IE. I have added our server website to the trusted sites and that did not work.  I have also tried lowering the security settings for each zone and that did ...Show All

  • Visual Studio Team System IdentifiersShouldHaveCorrectSuffix

    IdentifiersShouldHaveCorrectSuffix On this page linked above, under the section "When to Exclude Messages", it is missing an exclusion instance that I believe should be in place. If I create a collection class and derive it from a base collection class, but want this new collection to also be a base class, then ending the collection's name with Base should be a valid exclusion reason. Example: MyCollectionBase derives from NameObjectCollectionBase. Currently, FxCop would flag MyCollectionBase with the IdentifiersShouldHaveCorrectSuffix error. public class MyCollectionBase : System.Collections.Sp ...Show All

  • Windows Forms LISBOX is it possible to find where VERTICAL SCROLL is visible or available

    i have the scroll property checked for both vertical and horizontal scrollbar. scenario 1: 1) you have Clist box 2) Add few entry to listbox till the vertical scroll bar appears 3) is there any way to find at this point that scrollbar has appeared. so that i may do some action based on that. Query : Any point of time given a LISBOX is it possible to find where VERTICAL SCROLL is visible or available . ...Show All

  • .NET Development referencing images with full path such as /images/header/left.gif

    Ok, I need to know what is the best standards and practice for the following scenario.   Note -- I've been developing web sites since 1996 and have developed a certain set of workarounds with each environment since VS 2002; however 2005 still exposes the same issue. When creating a web project, VS2002-2003, the default is to create a virtual application root off your existing IIS.  So your are testing your web application, you load URL as follows: http://localhost/AppName/homepage.aspx The problem resides when referencing global images; I have a designer work on a template and since the template can be loaded or used anyw ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Saving a Volume Texture to a File

    I have some trouble saving a volume texture. The D3DXSaveVolumeToFile Function only saves one level of my 32 layer volume texture (total size: 256x256x32). I tried jpg, png and bmp format. The same happens when I use the D3DXSaveTextureToFile function. Can somebody help Thx. Thanks! dds worked! ...Show All

  • SQL Server FOREACH Loop Container: Continue ?

    With a ForEach container, configured to loop through files in a directory, if I have a problem with a file.. can I direct the loop to skip on to the next file I'm processing structured files, first record of each is some header info, body records are in the middle, and then the last record is a trailer containg a checksum So, for each file in the directory, I split the records into three raw files, one for header rec(s) , one for body recs and one for trailer recs. (based on line numbers and using a conditional split to direct the records) Then I start by processing the header recs in a dataflow.. if all goes well ther ...Show All

  • Visual Studio Tools for Office Bug fix request

    Hi; There is one bug I hope gets fixed in Office 12. (Fixing it in a service pack for Office 9 - 11 would be really nice too.) Sometimes the menus I add to Word stop calling my event handlers. A very easy way to see this happen is open two instances of Word, close the first instance of Word, then close the document (but not Word itself) of the second instance. The menu objects will now fault if you access the enabled property and they will no longer call the event handlers for the menus. thanks - dave Hi; I'm not disagreeing with you. I was already doing what you suggested . I just want to make sure MS fixes it so there are no exception ...Show All

  • SQL Server Creating DTS

    Is there a way to create a DTS(Data transformation services) from Windows application And how can I send parameters to DTS from my CSharp Code Thanks Are you really asking about DTS for SQL Server 2000 My confusion arises because this is a forum for SSIS and not DTS, the title indicates that. How is this DLL expected to work with DTS What is it If you downloaded the DLL from SQLDTS, what DLL is that from the site ...Show All

©2008 Software Development Network