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

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

kareddy

Member List

Balaji_2307
Ross Olson
Zamma
J Davis
HalS
jupzi
Robsterw
balti bob
Sameer Murudkar - MSFT
Harreld Kuiper
caloy
ultramods
larimore
Gilles L.
munkeyboy
Ju Wu
rajaram From Hyd
Josh Kinder
Anna1234
Florin Sab?u
Only Title

kareddy's Q&A profile

  • Visual Studio VSIP for 6.0

    Is VSIP for 6.0 is available Is it free as for .NET Hi Yorik, I'm not really familiar with Visual Assist, though I have hear good things about it in the past. I don't recall if they were in the DevPartner program back then or not. At the time, I wasn't directly involved in supporting the program. From the looks of it, they did do a nice job of it though. One thing you could potentially do to get a hint at how they did things was to check for subclassing. Just fire up a couple instances of the environment (one with VA and one without) and check the addresses of various WndProcs using SPY++. That might allow ...Show All

  • Visual Studio 2008 (Pre-release) Practical questions

    Hello all, For as far as I can see, LINQ offers key features that belong to the data access layer. (Not like the current features from System.Data in .NET 2.0.) LINQ is all about replacing existing data access layer code with LINQ code, I think. So is the true advantage that we don't have to write SQL code anymore If so, would the LINQ code be placed on the database server (stored procedures) or on the application side Would data access layers still exist And in what form Where would they reside On a (for example) SQL Server, or on the application side I could not find any 'best practices' yet on this subject. Hope you understand my issues ...Show All

  • SQL Server How to create a DTS package in SQL 2005?

    How Do I create a package in SQL Server2005 I have the eval copy. I saw an icon for DTS in Management Studio but when right click there is no option for New. SSIS is the way to go in SQL 2005. DTS is pretty much phased out in SQL 2005, and but is supported for backward compatibility. See topic " Upgrading or Migrating Data Transformation Services " for more information. ...Show All

  • Windows Forms Implementing the Invoke pattern?

      Are there any details available on how to implement your own Invoke patern For example to have all calls on an object run on the object's creating thread Thanks, Ray Manning Although it's not a complete solution for your question, you might wanna check my blog at: http://saguiitay.wordpress.com/2006/01/10/updating-forms-in-different-threads/ ...Show All

  • Windows Forms Looking for a good ASP .Net book

    Hello, I have been searching for a good book to learn ASP .NET using C# and VS .Net. One book I came across was "Asp .Net Unleashed, Second Edition". The reviews at Amazon said it was a very good book but many people complained that the author did not use VS .Net but used Notepad instead.  Also, the code in the book is written  ...Show All

  • Windows Forms ToolTip autopopdelay not working

    I've tried using the autopopdelay property to extend the amount of time that tooltips stay visible (to 60000 milliseconds) but the tooltips still stay visible for 5 seconds (5000 milliseconds). I cannot find anything in the knowledge base regarding this. Is this a known bug and if so, is there a workaround ...Show All

  • .NET Development Web Services .net framework 2 over SSL

    I have just ported an ASP.NET 1.1 application to framework version 2 and i have a problem. I used to use the following code in framework 1.1. // // workaround to make the webservice call work over ssl // System.Net. ServicePointManager .CertificatePolicy = new WebServicePolicyHelper (); MyWebService ws = new MyWebService (); result = ws.MyMethod(params...); When I compile the program in framework Version 2, it tells me that 'CertificatePolicy' is obsolete and tells me to use 'ServerCertificateValidationCallback' instead. I can't find any help on how to use this class.  Has anybody used this Any help will ...Show All

  • Visual Studio Team System Why does MSMDSRV.EXE still take up to 20% CPU?

         Even after changing the RunInternal to 2 hours as described here http://blogs.msdn.com/buckh/archive/2005/04/19/409886.aspx  and restarting TFSScheduler, MSMDSRV.EXE still takes up to 20% CPU and 160MB RAM.      Is this normal behavior How can I see what it's doing   Thanks, Rossen 160MB is normal. 20% CPU is not if this is what is happening on average. This might be due to trashing if you are using a data tier with very little RAM. You can check that the warehouse interval has been successfully updated by changing the log setting to verbose and look ...Show All

  • SQL Server "Group" property is not displayed.

    I've a simple question. I was trying to generate a List Report. I created a List Object on the pane and placed a database field something like " =Fields!ProductName.Value ". I want to display the report group by the database field selected above. and subsequntly use this feature to place some more fields. In the Properties window (select the database field object not the list object and use F4 key to display properties window), when I try to locate Grouping property I could not locate it. if any body has worked out this already, please let me know how to locate that property --Thanks Ravs   as far as i know, you got ...Show All

  • SQL Server connecting to sqlexpress from classic asp

    hi, i'm using classic asp to try and connect to a sqlexpress database on a development server. i get the following error: Microsoft OLE DB Provider for SQL Server (0x80004005) [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. /dbtest.asp, line 8 I'm using the following script which runs fine against a regular SQL server (version 8) on the network. <%@LANGUAGE="JAVASCRIPT"%> <% var strCon, conn, sql; strCon = "Provider=SQLOLEDB.1;Data Source=localhost;Initial Catalog=rapidHB;User Id=rapid;Password=xxx"; conn=Server.CreateObject("ADODB.Connection"); conn.Open ...Show All

  • Smart Device Development How to find out whether free space is avavilable on device

     Hi,   I am trying to save files on the device ( smartphone).  For that I need that check whether the  required memory space is available on the device. How to check for this . Are there any API's available in Windows 5.0 SDK. ...Show All

  • Windows Forms Font style in DataGridView problem

    Hello, In Visual Studio 2005 I set the DefaultStyle of my column headers with font without bold. But sometimes when I switch between Code/Design view or I close and open my controls the font style is back to bold. My datagrids are in a simple UserControl. Matthieu ...Show All

  • SQL Server Stored Procedure Version Control

    I am running SQL 2005 and Sourcesafe. I want to automatically add the sourcesafe version number to the individual scripts stored in sourcesafe that generate stored procs, sql agent jobs etc. Anyone got a code snippit to show how this is done What you also need to do is include the VSS keywords in a /* */ comment block. You also need to enable the keyword expansion for the .sql extension. ...Show All

  • Windows Forms PropertyGrid Adding EventsTab

    I am having problems adding the EventsTab to the propertygrid. I have not been able to find much information on how this is done and documentation is very rare. My code adds the EventsTab to the propertygrid but it never gets displayed. I am setting the Site of the propertygrid to that of my designer as I have seen that you should do this but still It doesn't display the EventsTab. Any help would be much appreciated. Thanks I have solved this now. It turned out that the site for the property grid was being set again within another function. I removed this call and now the EventsTab is showi ...Show All

  • Visual Studio Express Editions keypress......please help

    hi guys I have asked this question before with no satisfactory response....... can anyone please explain this to me ........................................................................ I am making a simple animation in vb express.............yes...I know vb is not ideal for game making...but I dont know c++ or c sharp..........so I am stuck with vb.... my problem is this.... when I press a key to move a graphic everything is fine....but if I hold the key down everything else on the screen freezes.....except my little animation ... which flies across the screen........ so how do I stop the keys from repeating ...Show All

©2008 Software Development Network