aminoplacid's Q&A profile
Visual C++ VS 2003, C++: exception unwind => destructor called, "this" is wrong (=> corruption)
I have isolated a problem with Visual C++ .NET 2003 and exception handling. In some cases, when the code is compiled in release (!), when an exception is thrown, the call stack unwinding is incorrect. This may result by a crash or memory corruption. Note : "alloca" is used in the code, but it is not executed. I have a simple example to demonstrate the problem. Is there a fix available for this -------------- Note: the problem oc ...Show All
SQL Server Keep getting Virtual Memory errors
Hello, I am wondering if there is a way to solve a virtual memory error We randomly get the following error when trying to run sycn over the http websync. Some clients have 512 MB running sql express, others are full instances that have 1.5 GB. The merge process could not allocate memory for an operation; your system may be running low on virtual memory. Restart the Merge Agent. Yunjing, Thanks f ...Show All
Visual C++ Length cannot be less than zero. Parameter name: length
I am getting this error "Length cannot be less than Zero". After this error occured the application stops working and this same error messages gets displayed in all the pages. If i replace the dll files again then the application starts working again. I am pasting the complete error message below ------------------------- Length cannot be less than zero. Parameter name: length Description: An unhandled exception occurred during the execut ...Show All
.NET Development is it possible to post files in an ip adress through windows application? how?
is it possible to post files in an i.p. address through windows application how my apllication is window form in .net, how implement "post method" to upload files thank's ...Show All
Visual Studio Team System Team foundation Server Working?
Hi, I am currently compiling a tecnical report on the working of Microsoft latest Visual studio Team System. I have gone over the resources available in the net. But they are on how to use Team System. I would appreciate if some one can provide me links to resources that describe how Team Foundation Server works I know that TSFS uses web services and SQL server 2005 to store data and generate reports. With Regards, ...Show All
Visual Studio Tools for Office C# CommandBarButton problem
I'm using a VSTO Outlook 2003 Add-in. CommandBarButtons are displaying correctly in OutLook 2003 except when Word is used as the mail editor, (default installation). When Word is the editor the buttons display as small boxes with "x"s in them. What am I doing wrong Is there a resource explains in C# the "Use" of CommandBarButtonClass Members Below is a snippet of the C# code which I'm having the problem with. // ...Show All
Visual Studio Express Editions Visual C# Express + SQL Server 2005 Express installation problems...
I've got problems installing Visual C# Express with SQL Server on my laptop (AMD Athlon 64 / Windows XP Home Swedish / SP2). The installation seems to stop when it's about to finish. I've tried to let it be for a couple of hours but nothing happens. First tried the online installation, and after the second faliure I downloaded the offline installation and tried that a couple of times. The installation works just fine if I let out the SQL Server ...Show All
Visual Studio Team System Newbie questions
hi I want to start using fxcop but i only do web development in 2.0 now a days. I just noticed that asp.net 2.0 will not generate a dll for the web site like 1.1 used to do how can i use fx cop without generating the web site dll or am i doing something wrong and i should be able to build a dll for my web site thanks ...Show All
SQL Server Choosing explicit cell in Excel to SQL Database
Hi, is there a way to choose a specific Excel cell and put the value into a specifc column in a SQL table using the wizard For example, when the package is run, to have cell B3's value placed into a newly created row in column 0 and have F6's value placed into the same row in column 1 Thanks for your time, James EDIT: What happens currently is I'll map a particular Excel column and it will create almost 200 rows in my table with mostly ...Show All
Visual Studio Express Editions (newbie) How to refresh text box contents
Hi Dare I ask another question! I have a second form which opens via a button on main form. This form shows a score table (32 textboxes) The display/saving/loading/hiding for this form all work OK. I now have a new score (4 of the text boxes) to change. The following Sub seems to achieve the resorting of the ScoresTable Collection (the score table text boxes) inserting a new score appropriately. However, this doesn't change the value ...Show All
Visual Basic Turn off and off RTS
I'm developing a simple program that uses the serial port to active a PCB that lights an LED. I'm using the new Visual Studio Express VB 2005. The PCB (printed circuit board) uses the toggling of RTS/GND on the serial port. Until I understand how this works, I'm just trying to test this with a simple click of the mouse. Click inside the main form and the LED turns on and off. Once I understand how it all works, I'll use the code to t ...Show All
SQL Server XSLT Transform node-set() failure
I am attempting to run an xslt transform using an XML Task. This transform completes fine when I view the XSLT output in Visual Studio. When I attempt to do it with an XML Task, as part of my package, I receive an XSLT compile error. I have the following import as part of the transform. < xsl:import href = " C:\Program Files\Common Files\ORM\DIL\DILSupportFunctions.xslt " /> If I combine the two transforms into a sin ...Show All
.NET Development Cannot exclude attribute from transformation output.
Here's my XML... < xml version="1.0" encoding="UTF-8" > <Requested_Stuff> <IMS_REF_CODE_UPDATE environment="PROD"> <CorpId>prod stuff</CorpId> <UpdateDate>07/21/2003 18:23:20</UpdateDate> </IMS_REF_CODE_UPDATE> <IMS_REF_CODE_UPDATE environment="QA"> <CorpId>qa stuff</CorpId> <UpdateDate>07/21/2003 18:00:00</UpdateDate> </I ...Show All
Visual Basic VB vs C#. How capable is VB compared to C#?
I need some clarification please. I am learning VB.NET right now and have a co-worker who has a very strong technical background and feels very strongly that learning VB is a "waste of time in all respects" compared to C#. I don't understand this point of view. Since VB is a .NET language does it not posses the same capabilities as C# Am I on the wrong track I really enjoy the VB.NET syntax and am picking it up quickly. ...Show All
.NET Development Runs Framework 1.1 application with 2.0
On a fresh installation of windows xp, if I install ony framework 2.0, can I run 1.1 application or I need to install framework 1,1 Hi, Check the following video for an in-depth info: http://channel9.msdn.com/Showpost.aspx postid=73151 Regards, Vikram ...Show All
