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

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

ElG

Member List

bool007
Diya.S
JRHudnutt
Marcus Adkison
Kian Ryan
FrankSh
wirwin
heykac
Sentient
Mustang
Trodat5430
Ray Hayes
berndS
nsqtr
Tokamosh
jameswilson
edepicier
tintin1969
JohnWP
Brett Coombs
Only Title

ElG's Q&A profile

  • .NET Development PrintPreviewControl

    Hi all, I am facing problem regarding PrintPreviewControl. i have developed application using VB.NET and made a report using Document Class and write all necessary code. Now , i am using PrintPreviewControl for displaying that Page in Win 2000 and Win XP, it shows very clearly, but when i deploy this application on the Win 98 SE Platform. it throws exception such as follows: System.Drawing.Printing.PrintPreview.CalculatePageInfo() and my document is not prviewing, Kindly , do needful for the same. Thanx Tejas Kishanwala The problem appears to be a problem with FPU exceptions being en ...Show All

  • SQL Server sqlserver installation problems

    sqlserver installation problems I tried to install sqlserver on my 2nd desktop.  It said a beta version still existed. I went to add and remove, and there were no references to sqlserver ctp. However looking at all programs, sqlserver and all its tools were there.  How do I uninstall them dennist685 Dan, I sent the email, thanks. At worst, I was thinking of uninstalling vsstudio 2005, reinstalling beta2, reinstalling sqlserver 2005 beta2, then uninstalling sqlserver beta2 and then vsstudio beta2, according to the order specified.  Somehow the automatic tool messed up.  I'm just afrai ...Show All

  • Visual Basic BUG: debugger losing variable values

    over the weekend I had occasion to write a line of code that added two random byte values.  I made the mistake of not contemplating the case where the resulting sum produced a result that was too large for the underlying data type to hold -- this turned out to be a nightmare to debug because VS 2005 beta 2 would lose the values of the variables involved when the exception was thrown. here is a sketch of the code that caused that issue: at the class level these variables are defined: Private Const STATE_LENGTH_M1 As Integer = 256 - 1 Private _state(STATE_LENGTH_M1) As Byte within an instance method, something like the f ...Show All

  • SQL Server Flat File and uneven number of columns

    Please leave feedback for Microsoft regarding this problem at https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx FeedbackID=126493 Ok I'm sure it just me, SSIS has been great so far....but how can you import a straight CSV file with and uneven column count. For example: (assume CR LF row delimiter) The,Quick,Brown,Fox,Jumps Hello,World This,is,a,test "Normally" I'd expect this | Col1 | | Col2 | | Col3 | | Col4 | | Col5 | The Quick Brown Fox Jumps Hello World NULL NULL NULL This is a test NULL Ok but what we get is the ...Show All

  • Windows Forms Some interested problem

    Hi, I have installed my application to Laptop IBM R40e. When I installed it I was connected to the lan. After it I run my application and it worked perfect. After it I took laptop to client to show my application. There I have connect display to laptop. After the XP have found display I have tryed to run application and on some step it sent me to debugger. Why And how can I solve it Thank's Alexei Hi, What do you mean I have install all updates of software and drivers that can be used by display adapter and the application runs fine. Thank's Alexei ...Show All

  • Visual Studio Express Editions Notepad and painbrush

    Hi, I am new to VC# express edition. I need help in developing windows looking notepad and paintbrush Application, i want to develop in VC # . Can someone guide me through the process or help me developing these ,Thankx. Syed I would have a look at www.codeproject.com and do a search there. On the site you will find many examples of what you are looking for, and most of them will go through how they put them together. ...Show All

  • Visual Studio 2008 (Pre-release) Canvas, Rectangles, ClipToBounds slowness

    We are thinking about starting a new moderately complex graphical application in WPF. But before committing to the platform, we are testing features to see if WPF can handle it. >:) One test application so far has a Canvas with ~800 Rectangles (added with C# using “canvas.Children.Add(..)”. These rectangles are movable by dragging them… implemented with Canvas.SetLeft(rect, newLeft) and Canvas.SetTop(..) from the MouseMove handler. I need some tips on how to speed this up. Currently dragging a single rectangle around causes 100% utilization with 20 FPS on a Xeon 2.8GHz… even turning down to 50 rectangles seems ...Show All

  • Visual Studio 2008 (Pre-release) Equidistant Items

    Hi there, is there a native support in WPF for 'equidistant layout' I have a line (which length can vary - for the simplicity sake lets say it's either a vertical or horizontal one) and a number of items (let’s say rectangles) resided on this line. This line can be purely a virtual thing or a real one (moreover It can be more complex trajectory that just a straight line). What I want to do is to insure that the distance between those items will be the same regardless of the line length. Sure I can accomplish that by calculating this equal distance manually depending on a line length, but before doing so I'd like ...Show All

  • Visual C# Error CS0554. user defined conversion to/from derived class

    I have come across a most peculiar compiler error. When I try to define a cast operator to convert from a base class to a derived class I get this error - apparently according to the help "User-defined conversions to values of a derived class are not allowed; you do not need such an operator." Is this as insane as it appears to be or am I missing something somewhere Of course I need to define a cast operator, how else can the compiler know how to create a derived type from a base type Any explanations appreciated. Dave Interesting thought. I'll need to look back and check on the code and see if there are any ...Show All

  • SQL Server Tera Data connectivity through SSIS

    Hi All, Please through me light on how would I use a tera data and DB2 as my source in SSIS. I want to know which driver would be best to connect to these databases, and if any free driver is avaliable, which I can install and Use. If any ODBC driver is avaliable. Thanks Dharmbir     ...Show All

  • SQL Server Tables not rendering in FireFox 1.0.7

    Anybody have issues with SQl Reports ( tables ) rendering very narrow when viewing in firefox Report Manager also not funcitonal in Firefox report in small frame and not viewable As far as I tested the reporting services full functionality is only supported in internet explorer. ...Show All

  • Visual C# System.Xml.XPath function

    Hi, The XPath expression "//Employee/Name" is given to the Select() method and it returns a set of nodes. Now the expression is a general one. Name at any level. Is there a method in System.Xml.XPath namespace which gives the absolute path of the resultant expression. Say if it has two results then I should be able to determine /root/level1/Employee/Name and /root/level1/level2/level3/Employee/Name. Is this possible Hi, Check this out. I used SelectAncestors().This one worked for me. XPathDocument doc = new XPathDocument("Sample.xm ...Show All

  • SQL Server SQL 2000 stops to increment @cpu_busy value, sp_monitor does not work anymore

    1) After a couple of months of work SQL 2000 server stops to increment @@cpu_busy. If you query it you’ll get a constant value as well as error: select @@CPU_BUSY Arithmetic overflow occurred. 134217727 2) If you execute sp_monitor you'll get nothing but errors: Arithmetic overflow occurred. Arithmetic overflow occurred. Arithmetic overflow occurred. This happens only on multiprocessor machines. SQL Service pack 3. The only way to fix it is to restart the SQL service. If you have a performance tool based on that value, like Idera's SQLdm - sorry, it will show zero. Is there a fix from MS for that This i ...Show All

  • Visual Studio Team System Question about authentication through VPN??

    Hi, We have some long term contract developers that work for us - we provide them a VPN account to get into our network and I was wondering if that will work the the TFS client   the user logs into their computer using either the domain account or local account (not sure which one) then VPN's to our network - question is, with the TFS integration with AD, does that work through only a VPN connection or does the user "really have to be logged into our domain" Also with the proxy server addition, if we place a proxy server at their site, does that have to be part of the domain   I would assume that needs a VPN connection too s ...Show All

  • Visual Studio Passing stored procedure's parameter from Report1 to Report2.

    I have two reports: Report1, Report2 Report1 --- navigation --- jump to a report, which is report2 I can assign a parameter to report2 with no problem.   Here is what I did with Rreport2: I set up a table from a stored procedure ( parameter1 ) in dataset1, and Report2 uses this table as data source.     My question is : how can I pass parameter1 ( which is stored procedure’s parameter ) to Report2 through Report1 ( if I don’t want to add a new web form to do this )   Thanks in advance.   Long Thanks, Rajeev, I changed my code and ...Show All

©2008 Software Development Network