Ekrem Önsoy's Q&A profile
SQL Server SQL Server Destination [733] Error
I am getting the following error on a FuzzyLookup transformation. I have 1,000 rows in the source table and 331,580 rows in the reference table. Both tables are in the same SQL2005 db on my local machine. Any ideas [SQL Server Destination [733]] Error: An OLE DB error has occurred. Error code: 0x80040E14. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80040E14 Description: " ...Show All
Windows Forms Getting a Strange Click-Once error at Install time - please help
I am able to successfully publish my files to install.inventorymanager2005.com but when I click on the Install button it gives me a bland error message that the program was not formatted correctly. Click on Details and you get this: PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50215.44 System.Deployment.dll : 2.0.50215.44 (beta2.050215-4400) ms ...Show All
Visual C++ _chsizei64????
I was wondering if the function _chsizei64 exists on win32 like the ftruncate64 on linux. Is there any alternative besides recompiling the crt thank you for the help. Because i was using VC2003 i had to use a alternative but with the new version all is ok. ...Show All
SQL Server text box sending large amounts of text to next page Microsoft please help
I have a report that has a text box called Fields!ResolutionText. If the resolution is small the whole report stays on one page. If the Resolution is a long one, the whole text box goes to the next page, leaving the first page w/ only 1/3 with information on it and a huge blank space. How can I force the information on to the first page and to fill the first page before putting the rest of the text on to the second page. Any help would be apprec ...Show All
Visual Studio Team System VSTE for Developers: EXACTLY which test tools are in it?
I have read in several of the posts that unit test tools will be included with the edition for developers, and that "unit test and code coverage tools" will be included in the edition for developers. I've seen the comparison tables, but different versions show slightly different information when it comes to test tools. I want to know what will and will not be included in the specific product. Since the beta versions include the ent ...Show All
Visual Basic Help with xml comments
Hello everyone. I need help with exporting XML comments in my VB.NET 2005 applications. I try to use NDoc but its not supported in VS.NET 2005, so i need to know how can i export to a file my XML Comments. Thanks If your using a version of VB.net which has the IDE feature enabled - such as VSTS, then in the my project -> compile tab there is an option generate XML documentation File. and in you bin fol ...Show All
Smart Device Development Problem with language in windows ce .net (localaized)
I'm new to Windows CE.net and I'm developing programs for embeded systems using .NET Compact Framework. I want to write an application in Farsi, but I don't know how to activate unicode in WinCE.net. Would you please help Thanks in advance, Moien. Unicode is always "active" in CE, there's nothing to "activate". To print Farsi you need font(s) with Farsi characters on device. Do you have any For input you need localized device. I'm ...Show All
Visual Studio 2008 (Pre-release) February CTP install problem
I have the problem referenced in the ReadMe: "A few users have seen a situation where when they try to create a WinFX project, they get a package load failure for the WPFFlavor. This appears to be due to having a machine that had earlier versions of Visual Studio, WinFX, and the Microsoft Visual Studio Code Name "Orcas" Community Technology Preview - Development Tools for WinFX installed. If you hit this problem, run "deve ...Show All
Visual C# Opening Database Record on a Separate Form
I have two forms, one with a data grid and the other with individual controls (detail form), both bound to a database. What do I need to do to be able to click on a particular row (record) in the data grid and have it open the detail form with that record displayed I can get it to open the form, but it just opens to the first record. I need it to open the record I clicked on the data grid form. Thanks. 99.99% ...Show All
Visual Studio Express Editions Call <STRING AS COMMAND>
Hi, i have a textbox name txtCommand. When the user presses a button i want the txtCommand.text to call a sub ie Call txtCommand.txt but im not able to do that How would i be able to do that instead of going select case txtCommand.txt case "Sub1" call sub1() case "Sub2" call sub2() end select Thx I have always wanted to do this, and I was reading a C# book today ...Show All
Windows Forms NullReferenceException when updating parent property
Hi, I tried to update the property of the statusbar in the MDIparent with bellow statements. DirectCast(MdiParent, Form1).StatusBar1.Visible = True DirectCast(MdiParent, Form1).StatusBar1.Text = "aloha" This does work if the statement is within a button click event sub. However& ...Show All
Windows Forms Background image resources cause VS error
I have a few buttons on a Windows Form that I am applying an image to (or a background image). Things look fine in the designer, until I close the tab for that Form or leave it and come back. Then I get the following error message and I cannot view the Form in the designer: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require co ...Show All
Windows Forms Permissions required for a DataSet inside a Control
Hi, which Permissions do I need when a Control uses internally a typed DataSet In general I've no problems with User Controls in IE, but I've one that contains a DataSet object and that doesn't get loaded due to a security exception. Jürgen ...Show All
Visual Studio Team System Deleting TeamBuilds in the RTM
In the RTM of TFS will we be able to delete past team builds from within the IDE or are will still limited to using tfsbuild delete from the command line Thanks Thank YOU SO MUCH Ling! Works like a charm! One question though. I'm assuming that the build list must contain at least on listitem I tried importing a new global list for the build list and the schema doesn't allow an <GLOBA ...Show All
Visual Studio New Official Microsoft HTML Help Authoring Kit book?
The Official Microsoft HTML Help Authoring Kit book (1998) sorely needs updating: it doesn’t even guess about Visual Studio.NET IDE or VSHIK. Is there a new version for Longhorn Help coming There is good news for those wanting to create help for Visual Studio solutions. The help story is told in the Visual Studio SDK which you can download for free. Read more at http://msdn.microsoft.com/vstudio/extend . ...Show All
