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

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

caiman

Member List

fmardani
Yogi Verite
Mayank Srivastava
IrimiaBC
shadowMan20006
Charles Lewis
Buzzby
Yozz
Wezlie
Suresh K
Mads Brink Hansen
bool007
SR2006
RohitAggarwal
Steven Haggerty
Shyam Palreddy
IMS
Wawan K.
Jamzb
Chear
Only Title

caiman's Q&A profile

  • SQL Server ForEach Loop Container

    I am using a SQL Task to load the data needed for the loop into a variable, then using a script task to perform calculations.  Is it possible to update a table from the script task with the calculated values . Thanks Yes the structure for all reports are the same, the calculations are dependant on the specific measure. May I contact you offline and not involve the forum until a suggestion is re ...Show All

  • SQL Server SQL Agent Failing when trying to run my SSIS Package

    My SQL Agent was working fine.  Now when I try to run it, it failes when trying to run my SSIS package.  I looked in the logs, and job history, no luck in finding any critical errors. My SSIS package runs fine through VS 2005 in debug mode. Here are the only errors: 01/04/2006 09:53:48,,Warning,[396] An idle CPU condition has not been defined - OnIdle job schedules will have no effect 01/04/2006 09:53:48,,Warning,[260] Unable ...Show All

  • Visual C# Getting the base class of an object instance

    I want to make sure that an object instance that I have is actually derived from a particular base class before I cast it into the base class and begin referencing members of the base class. GetType() has thus far only returned the type of the instance itself, not its base type. Is there a way to accomplish this You can use "as" operator which does the typecasting for you or returns null if its ...Show All

  • .NET Development Timer - in W98 fails, in WinXP OK

    I think, that I found another bug in .NET Framework 1.1. My programs works very well under Windows XP, but under W98 (tested on many computers) fails. After weeks of research I realized that one problems is in the System::Timers::Timer class. I use timer like this: System::Timers::Timer* timer = new System::Timers::Timer(1000); timer->Elapsed += new System::Timers::ElapsedEventHandler( this , CasVyprsel); timer->AutoReset = tr ...Show All

  • Visual Basic Converting String to double?

    OK i have a plain text file in a rich text box. This plain text file contains for the most part just text, but it has several chunks of data which are apparently stored as doubles For Example this string here: 33333oH@33333oH@26/01/06 I happen to know that the date field is a date of payment, and apparently, the data before this is the amount paid. The original program i am trying to read was written in quickbasic 7. I don't k ...Show All

  • Visual Basic VS 2005 IDE Unresponsive

    We had originally installed Beta 2 of the product which ran better than expected. After using the tool from MS to uninstall the beta software we then installed VS2005 Final which we downloaded through our msdn subscription. The IDE becomes just about unusable. Not only that but it pretty much renders the computer useless while it eats up CPU cycles. This occurs during the following conditions: 1.) We make a small change in code and the edi ...Show All

  • Visual C# Bug with SplitContainer Continued IE Functionality from Previous Post [RESOLVED]

    ok everything is working fine except for a minor bug i'v been trying to figure out..here is the layout.. SplitContainer 1"Docked Left Side" and will Cover up the RichTextBox.. SplitContainer 2"Docked Right Side" with a Menu and a TreeView..Panel 1contains TreeView ,Panel 2 Contains Small ToolStrips with a Single Button... Top menu Strip but everything thier is fine.. SpliterContainer 1 - Panel 2 Contains the WebBrowser Docked to Fill ...Show All

  • .NET Development .NET Remoting RemotingException

    I'm testing a rather simple .NET Remoting application and my first several calls to the server seem to work fine. Intermitently, I'll get a RemotingException thrown in the client. Can anyone provide some possible causes I developed the server, service and clients using the guidelines for Remoting applications found in the book Advanced .NET Remoting by Rammer and Szpuszta, published by apress. Thanks ...Show All

  • Visual Studio Dynamic Image from Code, rather than External URL reference

    I have some code that is producing a image dynamically for my report. Rather than creating a seperate web page to render the graphic, and using an External .ASPX image in my local report, is it possible to incorporate my image rendering code directly into the report and use a function to supply the byte array dynamically to the image control I can't seem to get it working How should the function provide the image control with the data Which f ...Show All

  • SQL Server What's magic about DT_STR and size 50

    Okay, this is probably my own stupidity but here goes. I am trying to make a very rudimentary package. I've got a data flow that has a flat file source. This source has fields delimited by the | symbol. I give the fields in the flat file source names. The first field is always exactly 1 character. When I use the advanced editor to look at the fields' properties, I see the first field, called ProductLine, is considered to be of SSIS internal data ...Show All

  • Software Development for Windows Vista WinFX SDK Release

    The WinFX is released with Windows Vista or After Hi,      Going forward, the WinFX SDK will be released at the same time as the Windows Vista SDK. Thanks, Chris ...Show All

  • SQL Server The value could not be converted because of a potential loss of data

    During import from CSV i am getting following error "The value could not be converted because of a potential loss of data". My CSV file contains a column "years" and i have selected datatime in the import wizar. Can I scape from this error and import all my data. Waqar You are probably attempting to do a conversion on a value that cannot be implicitly converted. Use the error output to fi ...Show All

  • SQL Server Database Mirroring is not working at all in RTM

    I tried all the scenarios . 1- three CLEAN machines in the same domain each has a default instance 2- 1 machine having principal and witness and another one having mirror 3- 1 machine has all the service for all of  them is running under 1 account which is the domain admin. but still i always getting the same error 1418 "the nework address '...' can not be reached or does not exist ..." when i try to add the mirror server as a partner fo ...Show All

  • Windows Forms System.Deployment.Application.InvalidDeploymentException on some machines

    Hi! I'm getting the following exception when trying to install my ClickOnce-App on some machines: PLATFORM VERSION INFO  Windows    : 5.1.2600.131072 (Win32NT)  Common Language Runtime  : 2.0.50727.42  System.Deployment.dll   : 2.0.50727.42 (RTM.050727-4200)  mscorwks.dll    : 2.0.50727.42 (RTM.050727-4200)  dfdll.dll    : 2.0.50727.42 (RTM.050727-4200) &n ...Show All

  • Windows Forms string problem

    Hi can anyone help me with this prob  Dim s As String s = "yes" strFile.Write("<answer correct=" & "s" & ">" & strAnswers & "</answer>") Basically i want the value of correct to be a variable, so in  ...Show All

©2008 Software Development Network

powered by phorum