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

Software Development Network >> DINESH CHAUDHARI's Q&A profile

DINESH CHAUDHARI

Member List

James_Steven
RichardSa
Jeremy Conner
kusanagihk
Kamii47
DevelopperX
genie_
Jamie Plenderleith
NickBuck
Larry Aultman
Ying06
etones
chakravarthy_b
Paul Bates
ShemeshYossi
spelger
Robert Craill
sunny123
RayClark096
Kennon2005
Only Title

DINESH CHAUDHARI's Q&A profile

  • SQL Server SSRS Slow waking up on first report

    Greetings, I continue to see this similar post all over the place, but no resolutions. We have SSRS installed and operational in production. There are reports that get accessed from either an aspx page or from the built in IIS site for SSRS. First time access is the performance problem. Here are two scenarios: 1) from your browser, pull up the front page to SSRS: http://myserver/reports . This simple operation will take about 2 minutes to come up. Drill to the report in question and it runs fairly well first time through. Throw a different query at it and it runs faster. If you wait a while (maybe 15 minutes +) the whole thing will spin back down and take 2 minutes to come up again. If you exit the website and come back ...Show All

  • .NET Development Delay in invoking webservice call

    hi, We are noticing the huge delay once we invoke the asynchronous call to web service to get the response back, not able to find the reason for the same so far. Is there way we can debug and find the root cause of this delay in invoking web service and getting the response from web service Thank You Ganga Your initial invoke will be a little slower (actually, I've seen as much as hours added on to the first invoke) while the site is JITed. What do you mean by "were[sic] not able to debug this" ...Show All

  • Visual C++ This program from MSDN Library can not be run on Visual Studio 2005,Why?

    // InlineAssembler_Calling_C_Functions_in_Inline_Assembly.cpp // processor: x86 #include <stdio.h> char format[] = "%s %s\n"; char hello[] = "Hello"; char world[] = "world"; int main( void ) { __asm { mov eax, offset world push eax mov eax, offset hello push eax mov eax, offset format push eax call printf //clean up the stack so that main can exit cleanly //use the unused register ebx to do the cleanup pop ebx pop ebx pop ebx } } No its not there They haven't stated to run this code u have to use /MT compiler option I think they should modify information in this artical for Visual 2005 But Why it won't works wi ...Show All

  • Customer Care Framework Where to download

    Hi, Can someone please tell me where to download the CCF Thanks Yes it does support IE7, and it with work with Vista.   **Note: Clarification to this after talking to the Product Group. Specifically for Vista,  CCF 2005 .net 2.0 edition,  There are some issues with support in Vista around some kinds of hosted apps in CCF.  I have been told that there is a patch being built to resolve this issue..   I do not have a time frame on the patch if run into an issue with Vista and CCF I encourage you to open a ticket with PSS concerning it. thanks ! - MattB MSFT ...Show All

  • .NET Development Managed Debugging Assistant 'LoaderLock' has detected a problem

    Hi All, I have ported my VB.Net project from VS2003 to VS2005. I am facing the following issue Issue1: I am calling some managed dlls (developed in C#) from my Vb .net . When I debug the code, I am getting the following Error message. "Managed Debugging Assistant 'LoaderLock' has detected a problem in 'F:\VBSource\bin\Debug\TekRobo.exe'. Additional Information: DLL 'F:\VBSource\bin\Debug\Tekspyhook.dll' is attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to hang." Can any one please tell me that how to resolve this Thanks, Mohan It is probably a false alarm. If it weren't, ...Show All

  • Visual Studio Team System Branching hangs.

    I'm unable to branch anything in teamfoundation. I've tried on single files, small folders, larger folders etc. The result is always the same -> the system hangs with the message "Contacting server to perform branch..." Can you turn on server-side tracing http://blogs.msdn.com/jefflu/archive/2005/08/11/450342.aspx ...Show All

  • Windows Live Developer Forums clickable polyline/polygon

    We can use pushin to create a clickable point to display information, what about clickable polylines and polygons For example, there is a street closed due to pipe line break, or new construction cause 2 miles of interstate highway closed, etc. I want to be able to do similar things with those lines, for example, hover or click on the line, and get information popup window, like those push pins. I know you can not attach events to a line for now, what about future versions I want to know if this can be done in client side, not capture the clicked point and send an AJAX request to a server performing spatial query on that location. Thanks a lot, Gabor: Thanks. That was helpful. This solution is exactly wha ...Show All

  • .NET Development System.Web.Mail works fine but System.Net.Mail won't send email

    Hi, I am updating an existing VB.NET 1.1 app to 2.0. The existing app uses the System.Web.Mail namespace to send emails and it works fine, but when I try to update to use the System.Net.Mail namespace it stops working. Has anybody any ideas why The following is the existing code that works: Dim msg As New System.Web.Mail.MailMessage msg.From = "me@work.com" msg.To = "me@hotmail.com" msg.Subject = "Subject" msg.Body = "Body" System.Web.Mail.SmtpMail.SmtpServer.Insert(0, " <<SMTPServerName>> " ) System.Web.Mail.SmtpMail.Send(msg) I've changed the code to the following: Dim client As New System.Net.Mail.SmtpClient( " <&l ...Show All

  • .NET Development XSL: sub category 'n' number of loops

    I have a listing of items that can have 'n' number of sub items. How can I loop through each <collection> and all of its sub items and pull out the title of each using XSL I've been stuck on this for awhile. I can use nested loops to pull out each value but thats when I know the upper boundary number of Sub items. Any help would be GREATLY appreciated! Here is the sample XML: <Collection> <Collection> <Collection title="title"></Collection> <Collection title="title"> <Collection title="title></Collection> <Collection title="title> <Collection title="title></Collection> <Collection title="title></Collectio ...Show All

  • Visual Studio 2008 (Pre-release) Getting XAML parser output to develop a XAML viewer

    Hi, I am trying to find a utility converting a XAML file to c# code, which could then be re-used to implement an "advanced" XAML viewer (essentialy implementing a zoom function which is not curently available in IE or Xaml Pad). So here are my questions: - Does such a viewer already exist - If not, how can I use the XAML parser to read a XAML file and convert it in objects in my c# viewer project Thank you, David That's just a warning, correct It does not prevent the code from compiling, at least not for me. The VS extensions for WPF are still in their infancy, so they get confused over things like creating objects of user defined types. I'm sure they'll fix that before the golden bits are rele ...Show All

  • SQL Server Bulk insert is all or nothing?

    Hi, I ran query 'Bulk insert mytable from myFile with (FIRE_TRIGGERS)'. The problems are, 1.It does nothing if exist duplication key records. There is no option to skip the duplications. What else is possible to skip duplicated insertion and go next record when bulk insert 2. The triggers are not fired even if bulk insert success. My goal is that very large data should be loaded at once and use trigger.  The trigger is fired after bulk insert executed. But, still remained some problems. The result of executing trigger is affected only the last record of source data file. It seems that the trigger definition has logical or symantical problems. Any one help is very appreciated. Here is my definition of trigger. ...Show All

  • Visual Studio Team System not able to add db schema objects

    Hi, I have recently downloaded CTP4, but am now having problems with adding new items to the project. For example, I am unable to add a database schema object to the database project. If I right-click the "Schema Objects" folder, and click "Add New Item", the dialog window that pops up has no templates available at all. Am I missing something How can I add object such as a db schema Thanks, Vitaly I can answer 1 question... The 'Schema' type hasn't been implemented in the product in CTP4. (One of the reasons we don't support SQL 2005 projects fully yet). The product is actually missing most SQL 2005-specific objects in the Add New Item dialog\templates. ...Show All

  • Windows Forms somebody plz help

    hi, i added a datetimepicker to one column of datagrid. i got this by downloading generic datgrid user control from web. after i download that control, i got the 'calendercolumn' also as columntype. it is working. but when i ma trying to insert one row thru datagridview to sql table' s datetime column, when i am clicking on the calender cell value itself it is giving me the following error. "to replace this default dialogue please handle the data error event............... System.InvalidCastException was unhandled by user code Message="Specified cast is not valid." Source="GenericDataGridView" StackTrace: at GenericDataGridView.GenericDataGridView.CalendarCell.InitializeEditingControl(Int32 rowIn ...Show All

  • Windows Search Technologies Search by File Name

    Thanks for your time! I'm using: WDS 3.0 UNCFATPHInstaller.msi NetWare 6.0 SP5, volume in NSS pool, running NSS 3.05, no compression, level 2 oplocks and client file caching both off. I'm trying to search by file name. Can you help Example: The indexed folder contains a file named: 120007AL.DWG How do I search for this file by name I've tried: file:120007AL.DWG (result: not found) filename:120007AL.DWG (result: not found) 120007AL.DWG (result: found) file:120007AL (result: not found) filename:120007AL (result: not found) 120007AL (result: found) Code: Function query_flnm( ByVal str_flnm As String ) As String Dim mSearchClass As New Query.SearchDesktopClass Dim resultSet As Query._Recordset Dim str_qry ...Show All

  • Visual C++ Problem with InternetWriteFile

    Hi I am using FtpOpenFile and InternetWriteFile to send the file to an ftp server. InternetWriteFile function just hangs the entire program when its called. The file size is aroung 5MB. The function hangs when it is called the third time. Can anyone please let me know what needs to be done to resume the program. It doesnt return any error code. It just hangs and i have to kill it through task manager. Please let me know if there is a solution or how to cum across it. Thank you This forum is dedicated to C/C++ language as implemented in VS2005 questions. Please direct questions regarding Windows API to the MSDN newgroups: http://msdn.microsoft.com/newsgroups/ ...Show All

©2008 Software Development Network