jpdb's Q&A profile
Windows Forms My Wish List
Here's my Windows Forms wish list. I broke it down into two categories, Windows Forms (core) and Windows Forms Designer/IDE. Items are listed in no particular order: Windows Forms (core) 1) Add an Icon property to MenuItem control. 2) Expose an Errors collection in the ErrorProvider control. Currently, there's no way to use the ErrorProvider control to determine&n ...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 appreciated. In SSRS 2005, text boxes are always kept together. If the text box will span a page boundary and can fit completely in one page alone, then it will be moved to the next page. If the text ...Show All
SQL Server sql mobile database connection on a desktop application
Hello, Was wondering if its possible with VS 2005 to create and populate a SQL Server Ce database on the desktop Reason why I'm asking is it takes a very long time (~40 minutes) to process xml and insert the values into the sdf database on the Pocket PC. I would assume it is much quicker to create the database and insert records on the desktop. Any suggestions would be appreciated. Thanks Hello... yes, you can manage SQL Mobile Database on your desktop through the SQL Server Management Studio. you may need to install SQL Server Mobile Serer Tools: location: drive> :\Program Files\Microsoft SQL Server\90\Tools\Binn\VS ...Show All
Visual Studio Connect to SAP BW Query
Hi all, I was wondering if it was possible to connect to a BW SAP query with Crystal Reports engine that gets shipped with Visual Studio 2005. If not what steps would I have to take in order to get this functionality in my VS 2005. I have tried to connect but I get an error saying the crdb_bwquery.dll could not be loaded. Cheers Hello, Crystal Reports for Visual Studio 2005 does not have support for SAP. Please check out this site for the SAP solutions that Business Objects has: http://www.businessobjects.com/solutions/sap/default.asp Keith - Business Objects ...Show All
Visual Basic When I build project I get an old build even though I have restarted deleted all files in BIN
When I build project I get an old build even though I have restarted deleted all files in BIN. Why How do I get a new build to execute Michael I had already done that. After about 50 attempts it finally started to work. Although in all of this the debug (F9) does not work no matter what I do. Michael ...Show All
Visual C# Databound combobox with narrative
Hi all, Using C# in VS2005 on WinXP Pro. I have a combobox bound to a dataset. The dataset binding is done first then I load a narrative to the combobox using the .Text property. The narrative just says 'Select an item from this list' and appears when the user opens the application. The problem is that if the user does nothing with the combobox the first item from the dataset is loaded as the .SelectedValue. How can I prevent this regards, H Hi SysDev, The binding will occur when the Form initialization automatically by .NET binding mechanism. But we can change the Text property after the ...Show All
SQL Server sql replication
As a newbie to sql I am currently investigating a deployment across 2 branches. My idea is to have 1 database, replicated between the 2 locations for performance reasons. In other words users in site A modify the local database while users in site b modify their local database and somehow changes in each site are replicated each way over the wan on a daily basis. Is this possible with SQL server standard 2005 If so, my only other question is I see numerous references here to the books online - can someone give me a link to these so I can read up on replication thanks yes this is possible, Merge Rep ...Show All
SQL Server How to Choose "Cache Size" for a Lookup Transformation?
Hello, I searched around and not been able to find any guidance on this question: if I am designing a lookup transformation, how do I decide what I should set the cache size to For the transformation on which I am currently working, the size of the lookup table will be small (like a dozen rows), so should I just reduce it to 1MB Or should I not even bother with caching for a lookup table that small Hypothetically speaking, if I am working with much larger lookups in the future (let's say 30,000 rows in the lookup table), is there some methor or formula that I should use to try to figure out the best cache size If the cache size is set lar ...Show All
SQL Server Create DTS Package in SQL server 2005 (Ver:9.0.1116).
Hi, I am using SQL server 2005 (Ver:9.0.1116). I am unable to find how to create a DTS package from Sql Server Management Studio. It is showing "DTS 2000 Packages" in the "Object Explorer" of the Sql Server Management Studio. I want to know how to start a Integration services in Yukon. As,the DTS 2000 Packages in the Services tree does not Open nor can Import any package. Thanks! TechFreak You need to use the "Business Intelligence Development Studio" to build SQL Server Integration Services (SSIS) packages, not SQL Server management Studio. Go to: Start-->Programs-->Microsoft SQL Server 2005-->SQL ...Show All
.NET Development creating web reference in IDE
When trying to add a web reference of a web service which is published through Marshaling (remoting) I receive an error message. The custom tool "MSDiscoCodeGenerator" failed unable to inport binding "<name of reference>binding" from namespace... I'm running VS 2005 professional edition release. on Windows XP. I had no such problem when using the VS 2005 Beta. Anyone have an idea ! I’ve had the same problem with VS 2003, and the reason for that was a webmethod returning a custom object without a namespace. I added a namespace like this one [XmlType(Namespace= http://tempuri.org/I ...Show All
Visual Studio Installing .NET from an external hard drive
Hi, I had installed VS .NET 2003 in an external drive G: for presentation purposes. It does not work if I use it on another PC. I set the path to install on G: but it still installs some files in C:\Windows and C:\Program Files, Why I want all files to be on G: Can someone give me instructions on how to run VS.NET 2003 from an external drive to another computer There are shared files that need to be installed to your program files directory. Without them, VS won't be able to run. The files are shared with other applications which is why they need to go to certain locations (especially if t ...Show All
Visual Basic PageSettings.PaperSize.Kind
PageSettings.PaperSize.Kind excusme bat speak english.. My problem vb.net report print page modification size to want.... ...Show All
.NET Development CanonicalizationMethod set to http://www.w3.org/2001/10/xml-exc-c14n# in .Net 1.1
Hi, I need to intergrate with a vendor that is a java shop. They require me to create a signed SOAP message and they are requesting that the CanonicalizationMethod be set to http://www.w3.org/2001/10/xml-exc-c14n# . I am working with .Net 1.1 and WSE 1 or WSE2 and when is set the signedXML.CanonicalizationMethod to this URL I recieve this error “Could not create the XML transformation identified by the URI http://www.w3.org/2001/10/xml-exc-c14n #.” If I do not set this property or use any of the constants available in .Net 1.1, I am able to sign the message but it will not pass the vendors Sign Test. On a side note, I am able t ...Show All
Visual Studio Team System How can I undelete a document from Project Portal?
If one were to [inadvertently] delete a file from the Team System Project Portal, how would one get it back J In the short term the Recycle bin functionality will be useful. Having the same backend source control for both SharePoint and source control within Visual Studio w ould be a great enhancement. ___________________________ Sarah Cameron - InCycle Software ...Show All
Visual Studio Express Editions REgistration problem...
Can someone give me the link to the VB Express Beta 2 registration I installed it on a pc of mine, that now is currently off the internet in an isolated network, But i'd like to retrieve the key on another PC. Link, please Hi Steven, Registration does not work with this build because they are not supposed to be publicly available yet. We are checking to see why the have become publicly available. Thanks for your help. ...Show All
