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

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

HariAdu

Member List

CalifGirl
Tb2006
DanParks
Ha Duo
NeptuneTech
developer810
Tension
bryanedds
RPalmer
renz2k7
Elham Sarikhani
cbpd86
psykota
varunsagii
Annihil8
Bubba76
Dave Reinhart
Santosh Kalkeri
Bret Grinslade
Rakesh Bhardwaj
Only Title

HariAdu's Q&A profile

  • SQL Server Performance issue on a singel large insert

    Hi, I'm testing Mirroing. 1) I have dedicated NIC for Mirroring - 100Mb There is no issue with the network (file of 25MB goes in 2.5 seconds) 2) I'm issuing the next simple command Select * into dbo.Table2 from dbo.Table1 3) the size of the table is 25MB in async mode it takes 3-4 sec (as if it runs only local) in sync mode it takes 25-29 sec !!!! WHY IS THIS NORMAL is there any configuration i can change That still seems long though, 30 secs for 25MB table We had our mirrored database in sync mode while we did the credit card encryption It was LONG (since everything has to get flushed to the mirror, and CC # are everywhere), but the network speed is high ...Show All

  • .NET Development Book here says MSIL does not get fully compiled to native?

    One of the earliest books in C# was "C#: The Complete Reference" by Herbert Schildt. His book suggests in the beginning that the MSIL code gets compiled to native "as needed," so it basically suggests it does the same thing as Java. Later, I remember reading that Microsoft was insisting that all of the MSIL code gets compiled to native, which would also mean there's no runtime processing of the garbage collection etc. The reason why I doubt Microsoft in this case is because the front of the cover of this book has a quote from Prashant Sridharan, the the C# Product Manager from Microsoft, saying that this is a must-have resource for C# programmers. Doesn't this mean he would have reviewed the book first Why was he okay before with the bo ...Show All

  • Visual Studio Express Editions text box to end of URL and open in new window

    I have a text box that I would like to have the user enter a stock symbol, click a botton and get the stock quote. I think the best way to do this to have what they typed pasted at the end of http://moneycentral.msn.com/detail/stock_quote Symbol = then open in a new window. It would be better if I could getthe quote displayed on in the program, but I'm sure that's far to complicated for me. I'm just starting here, (obviously), so any help would be appreciated greatly. perfect thanks everyone, Work when I click the button. I would also like it to work when I hit enter in the text box, but I think I can figure that out. Thanks again ...Show All

  • Windows Forms Night Vision

    I am working on a military application that needs to support a "night vision" mode - that is, make the application appear in a green scale color pallet to make it easier on the eyes in reduced lighting. Now, I know I can take an approach that will "skin" or "theme" my application to make it appear green (our GUI COTS product Infragistics NetAdvantage makes this possible), but it still isn't a 100% solution because we would need to re-do all of our images/icons that we use in the app to a green scale version, and then code the functionality to change the images at runtime when needed. Further, because we display maps and map information, there isn't an easy way to change all of the maps into a green scale. Havi ...Show All

  • SQL Server Can SSIS save the context of errors at the package level?

    Lately, I have been experimenting with SSIS and I created a generic custom error logging component that saves all offending data on data flow component failure. However... Instead of re-directing rows at the data flow level and handling/logging the data at that level, is it possible to catch all of this information at the package level and handle/process it there If so how would you do this Thanks! Tony tchen777 wrote: one quick question..what does SubComponent or HelpFile map to in the event handler Description --> System.ErrorDescription ErrorCode --> System.ErrorCode The reason I ask is I would still like the default ErrorDescription (Component failed at converting from stream to string ...Show All

  • Visual Studio Team System Unable to connect team foundation server.

    We developed tfswebsite our deployement server is located in somewhere and tfsserver is located in anotherplace when i am trying to connect tfs server from my website it throws exception unable to connect tfs server i used integrated windows authentication for my website i am able to connect deployment server but i am unable to connect team foundation server pls help me this is very urgent Hi, James i am able to access( http://tfsserver:8080/services/v1.0/serverstatus.asmx ) throgh this it shows three methods it is a intranet site, we are using integrated windows authentication. i am able to connect iis, but i am not able to connect tfs server the internet information server is in india and the tfs server is in brazil ...Show All

  • Visual Basic Trouble with "ActiveWorkbook.Close SaveChanges:=False"

    Hi I am having difficulty with the command "ActiveWorkbook.Close SaveChanges:=False" Running this command on my colleague's pc it works fine. Meaning that it closes the active workbook without saving any changes and without displaying any display alerts. Running the same code on my pc the command does not work and the display alert pops up asking me if I want to save the changes. Does any one know why this happens Thanks for the help! Thanks for the reply. I tried Application.DisplayAlerts = False , but I am still experiencing the same problem. ...Show All

  • SQL Server Error while previewing the report in Visual Studio 2005

    Hi there, The Visual Studio 2005 asks me to send an error report each time when I try to preview the reports. The reports are created in report server project in Visual Studio 2005. Does anyone know why this is a problem Thanks As a first step I would recommend to install SQL Server 2005 SP1 ( http://www.microsoft.com/sql/sp1.mspx ). If you still encounter problems, you may want to try to directly publish the report to a report server and see if there are any publishing warnings or errors. Also posting the RDL file on this forum may help in further diagnosis. -- Robert ...Show All

  • Visual J# vjc throwing an exception

    I do not have this problem when compiling from VS 2005. This started after I uninstalled the J# redist and then reinstalled it using the MSBuild created bootstrapper program (testing it). When I build using nant which calls devenv to build the solution I get the popup asking me what program I want to use to debug vjc because it hit a problem. Even weirder, the compile continues - it does not return an error. But the rest of the projects are not compiled. What is going on and how do I fix it thanks - dave Ok, now I tried running from nant and got the popup once asking if I wanted to debug the exception in vjc - I said no. It then said the build was successful (which matches VS 2005 in that the exception in the compile d ...Show All

  • .NET Development Help in XML

    hi, If i have a xml file, how do i bind the xml data into the grid view in VS 2005. rather than using xml reader to loop and display to grid view. Your sincerely, Cindy ...Show All

  • Visual Studio 2008 (Pre-release) dynamically getting list of forms from project

    hi all, i have multiple projects, one of them has several windows forms (wpf)... i want to get a list of these forms and be able to open them (or if i cant get that list dynamically, at least be able to open them) from another project.. i can open a form from another project by adding its reference but i dont know the right way to do it when there are multiple forms in one project... thanks in advance :) Hello Hawash, You would also use the System.Reflection namespace to get a list of the forms. Here is the code to do such: string assemblyName = ""; // You can enter .exe or .dll names. This .dll or .exe is the one that contains the types your are attempting to query Assembly assembly = ...Show All

  • Software Development for Windows Vista how to determine workflow type that terminated

    I have a workflow runtime that is running several different workflow types. I am trying to find the workflow type that terminated. If I try to call e.WorkflowInstance.GetWorkflowDefinition(); the application terminates with an invalidoperation exception "System.InvalidOperationException: Workflow with id "b8403855-6407-4cee-9ee9-4cc9845379ff" not found in state persistence store" How can I find out more about the instance that terminated by the way I did register a persistence store and still got this message. However, What if we don't use a persistence store is there no way to identify the source of the exception other than the instanceid workflowRuntime.WorkflowTerminated += new EventHandler < Workflow ...Show All

  • Visual Studio 2008 (Pre-release) Problem with Metadata Exchange

    Hi! We have a problem with metadata exchange during proxy class generation with svcutil. This problem is closely related with size of file, that contains ServiceContract definition (for example, there is no error if some FaultContracts are commented) Thanks, Alexey Error: Cannot obtain Metadata from http://localhost/VClassWebService/vcservice.svc/mex If this is a Windows (R) Communication Foundation service to which you have access, please check that you have enabled metadata publishing at the specified address. For help enabling metadata publishing, please refer to the MSDN documentation at http://go.microsoft.com/fwlink/ LinkId=65455. WS-Metadata Exchange Error URI: http://localhost/VClassWebService/vcservice.svc/mex ...Show All

  • Visual Studio Express Editions HOW TO: Create A Text File With .PRN Extension

    Hi, I want to create a simple program that could create a text file who's extension is .prn. The problem is, I don't know how to do it in Visual Basic Express. Anybody here can show me a sample code on how to solve this issue Thanks:) ...Show All

  • Software Development for Windows Vista Visual Studio 2005 Desiner

    Hello, I have im my computer: - windows xp sp2 - visual studio 2005 team edition - .net 3.0 - windows vista sdk - Visual Studio 2005 extensions for .NET Framework 3.0 (Windows Workflow Foundation) My problem is that I can't see the project group "Visual C#->Workflow" whem I make New->Project   Can anyone help me     Hello, I have the System.Workflow.Activities.dll and the version is 3.0.4203.2 But the Microsoft.Workflow.VSDesigner.dll is missing. The workfow directory is missing in the paths: E:\Programas\Microsoft Visual Studio 8\Common7\IDE\ProjectTemplates\CSharp E:\Programas\Microsoft Visual Studio 8\Common7\IDE\ProjectTemplates ...Show All

©2008 Software Development Network