chaosEngine's Q&A profile
SQL Server SSIS Requests...
May be it's too late, but I think this requests could be scheduled at least for a SP1 if it's not possible for the RTM. 1) Execute Task without debugger: it would be very nice to be able to execute a single task without going in debugging mode. Just as you would ask "Start Without Debugging CTRL+F5" but for a single task 2) Customize default properties for task and component: when you drag a task on the package you get a default value for the properties that you could want to change; often I need to change the same property in the same way each time (for example I'd like to set the Batch Size for a OLE DB destination to 1000 instead than 0 ...Show All
Visual Basic TextBox Property
Hi I am very new to VB.NET programming and I hope that somebody will be able to help on what should be an easy question!! I am using Beta 2 and basically i have data-bound a text box to a decimal field in an sql database. Essentially what i am trying to do is force the user to only enter in an 99.99 format. I know that i can validate to check the input is valid but of course it would be good if they could actually only enter in that format. I will have the same problem when it comes to entering monetary values later. I have looked through all the properties on a textbox but can not find anything. Can anyone point me in ...Show All
Visual C++ 'super' keyword
Visual C++ 2005 beta 2 marks the word 'super' like a keyword (with blue color). I know that '__super' keyword exists... but the word 'super' What for does it use It is a synonym for __super which you can enable via a pragma . ...Show All
SQL Server Error CS2001 & CS2008
After installing and configuring RS June CTP, when attempting to deploy a new report or when browsing http://localhost/reports I'm getting error: Error 1 Server was unable to process request. ---> Unable to generate a temporary class (result=1). error CS2001: Source file 'C:\WINDOWS\TEMP\9a1mhqzb.0.cs' could not be found error CS2008: No inputs specified i granted the %systemroot%\temp directroy for the IIS_WPG and Netwrok Service with FULL access and then it worked !! (Win2003Server) good luck ...Show All
Visual FoxPro Error Loading File - Record Number...
I have been struggling with this for the better part of this week. When I try and load a form it gives me this error Error loading file - Record number 41. Formset <or one of its members> Parent: Function arguement value, or count is invalid. Looking in the .SCX and the Parent coloumn, the record is an empty memo field. I have very little experience in trying to fix a problem like this and could really use some help. J.Newman Well, something's definitely wrong in record 41 of the SCX. I'd take a good look at the Properties memo, where I'll bet you have some assignment that VFP is choking on. ...Show All
SQL Server Could anyone kindly tell me,What tool can I use to Create db or restore db or backup db in SQL 2005 Express?
Could anyone kindly tell me,What tool can I use to Create db or restore db or backup db in SQL 2005 Express I DownLoad the tool named XM.exe,but It's only a Query tool and I have to do everything using scripts.I realy want to know Is there a tool that I can use to Create db and restore db and backup db and create table etc. like the Admination tools in SQL 2000 Thanks for u kindness. Tonny. SQL Server Express Edition did not originally ship with any type of Management Tools. After SQL Server 2005 Service Pack 1, you have the option to download SQL Server Management Studio Express with SQL Server Express Edition with Advanced Services. ...Show All
Visual C# How to unwire an event handler?
I have limited understanding of delegates and event handlers. I know that I can have: button.Click += new EventHandler(mybutton_Click); and also: button.Click -= new EventHandler(mybutton_Click); I believe the second statement will unwire the event handler that has been wired by the first statement. My questions are: a. What does the new keyword in the second statement mean, when I am actually trying to remove something b. How do I unwire an event handler without knowing its name That is, I want to unwire whatever has been wired to button.Click and start afresh with a new event handler. ( ...Show All
Visual Studio Team System http://localhost/reports - The page cannot be found
The reports plug-in doesn't work for us. I am trying to view http://localhost/reports on IE and I am getting the error: The page cannot be found. I would appreaciated your assitance, Liora Hi Jeff, I have reinstalled everything from scratch and it started working. Now, I have other problems. I will start a new thread for those issues. Thanks, Liora ...Show All
Visual Studio Express Editions Opening a png file and getting its size
Hi everybody, I'm a novice in c++ programming, so excuse me if I ask a stupid question :-) I have to open a png file in a program, to get its height, width and the color of each pixel. I programmed in Java and there I had the default package imageio (in particular the static class ImageIO) which did everything I need (getWidth(), getHeight() and getRGB() methods): so my question is: is there something like Java imageio package in C++ Thank you, Claudio Use the Bitmap class. Load the PNG file with the FromFile() method. Then use the Height, Width properties and the GetPixel() method. Have you con ...Show All
Visual C++ Using mfc40.dll instead of mfc80.dll with Visual Studio 2005
Hello there, good people. I need help and I'm hoping a good and knowledgeable soul out there might take the time to assist me. I have an old Visual Studio v6 project written in C++ that I'm contemplating making Visual Studio 2005-compliant. I'm beginning to wonder if this is worthwhile, however. Here's the deal: - It's a very simple command-line utility. - It has a very small size (40kB) and it's confined to being just one simple .exe file. - Back in the days of Visual Studio 6, it linked with MFC40.DLL since that's the dll that I believe has been shipping with all the Windows OSs. Visual Studio 2005 present ...Show All
.NET Development Waveform audio interface .net framework library
at http://republika.pl/dailybuilds/waveform.html website you can download waveform audio interface api for .net framework 2.0 ...Show All
Visual C# Hi everybody ! Help me about Charset of Dataset.
I Wirte application with database and I have trouble like this. In my database store data in charset Windows CP 1258, When I get data show in Grid it show Not correct. I was used EmcodingUnicode for convert from CP 1258 to unicode but it display not correct too. Can You Give me the Way to change Charset and show correct in form I'm look forward hearignn from everyone. Thanks for your Help. Thanks for your answer Van de Sande. I has used class EncodingUnicode already but it not correct. I change charset before I get data to dataset. But I don't know reason why it not correct Van. I change charset from windows-12 ...Show All
Visual Basic open form at text box position
All, Hopefully a simple question. I need to open a form 'but at the position of a control' e.g. a text box. Just to put this this into context if a user fails to enter information into a text box i want a warning form to appear next to the control that has not been inputted. Hope you can help Cheers I suggest that you look into the ErrorProvider control. This will allow you to show an icon and a message beside the textbox at will. But to answer your question if you absolutelty want to pursue your first idea: Private Sub Button2_Click( ByVal sender As System.Object, ByVal e As System.EventAr ...Show All
Visual Studio Team System Public Service Announcement: How to fix new Test Projects on July CTP
http://blogs.msdn.com/vstsqualitytools/archive/2005/08/09/449268.aspx It appears that on the July CTP there was a small bug that caused problems when creating new Test Projects. If you wish to create *new* test projects on the July CTP, you will need to apply this fix. Summary: One of the template files that is includes with VS for test projects was incorrect in the July CTP. It can be worked around, or fixed by downloading a file. See the above link for full details ...Show All
.NET Development ConfigurationSettings
I got a warning msg "System.Configuration.ConfigurationSettings.AppSettings is obsolete:'This medthod is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings" How can i to solve this warning Thx a lot Add a reference to System.Configuration. Change usage of "ConfigurationSettings." into "ConfigurationManager." Hope that helps, Kenny ...Show All
