lildiapaz's Q&A profile
.NET Development Using RETURN_VALUE from stored procedure via SQLDataSource
I have a FormView that I'm using to insert new records. I'm using SQLDataSource to access an insertEmployee stored procedure. This sproc takes 2 parameters, empName varchar(50), empPhone varchar(25) and returns the the newly created record's primary key using scope_identity(). What I need to do is to capture the return value of this sp and then use it to display data about the newly created record. Records are being created correctly so I kno ...Show All
SQL Server Array was not long enough. Check destIndex and length, and the array's lower bounds
When I try to export a report via Excel, I get an error of : "Array was not long enough. Check destIndex and length, and the array's lower bounds." Is this because the cell within Excel contains too many characters There are two detail bands which could contain several pages worth of text. I can export fine in HTML or PDF. Thanks! Nicoleta, We already installed that SP2 since we we ...Show All
Visual Basic Grouping / Structures in Classes
I searched in the documentation but not sure how i can define class in this way where Related properties and methods should Come in a Group Say FirstGroup, secondgroup etc. i/o showing in the Main class Instead of MyClass.FirstProp i want to make groups in this way :- MyClass.FirstGroup.FirstProp MyClass.FirstGroup.FirstMethod MyClass.SecondGroup.SecondProp nope. . . not the wa ...Show All
Smart Device Development infrared!
Hi. I want to be able to send data (hex codes or whatever) using the infrared ports. I have imported the System.Net.Irda reference and able to access the IR classes. However, I do not wish to connect to a device but rather send data. The device I am sending data to will be a dumb device really, just as a "reciever"... this can be a remote control recieving box or a TV IR reciever for example. IS it possible to do this how I cannot seem to find a ...Show All
Visual Studio Tools for Office About connecting to Oracle
Hi, I want to know if there is a limit for the length of 'strSQLCommand' for the below statement. objADORecordSet.Open strSQLCommand, objADOConnection, adOpenStatic as I've got a problem with the long query I created, inside the macro of the Excel file, for retrieving the records from Oracle DB. Here are the codes for the query: strSQLCommand = "Select rtrim(vessel)||', '||rtrim(voyage)||leg ves_fld, " &a ...Show All
Visual Studio Team System Sample Implementation for SDLC & Team Project
Are there any specific documentation w.r.t. MSF Agile process and its mapping with std SDLC. I need to create the tasks and users for my typical project involving Envision, Planning, Devlpmtn, Stabilizing, Deployment stages. What are the steps i need to create in my team project to create these stages and associated tasks with the stages. Any pointers would be helpful TIA Paritosh You can find content on MSF ...Show All
Windows Forms Linked and phantom control error in Visual Studio .NET
Basic information: I've created a form (using VB.NET) with various text, label, and tab controls. I've seemed to run into an odd problem. Specific information: I have four comboboxes that are filled using the DATASOURCE property. The data source its self&n ...Show All
Windows Forms How do you convert the selected value from a combobox to a integer?
I have a combobox set up with some records from a database, it displays string data but the value underneath it is a integer. The items in the combobox are a result from a sql query between to related tables. When i try to run another query to pull some data i get a conversion error, basically its telling me "Conversion from string "System.Data.DataRowView" to type 'Integer' is not valid." Im using VB 2k5, how can i convert t ...Show All
Smart Device Development Registration of COMs built with shared libs (MFC, ATL) on PPC2003, 2005
Hi all, I'm encountering some problems with COM registration on install of an app on Pocket PC 2003 and 2005. Dev Env: VS2005 Beta 2. Targets: Pocket PC 2003 (ARMV4) and Windows Mobile 5.0 Pocket PC SDK (ARMV4I) ActiveSync: v4.0.0 (Build 4343). Deployment method: as CAB file via ceappmgr Three COM dlls are installed and registered correctly when built with static linking to MFC and ATL. This is verified by (1) a hack of a message box in each COM ...Show All
Windows Forms How to uninstall a ClickOnce application silently?
I see that the unintall string is like rundll32.exe dfshim.dll,ShArpMaintain appname.application, Culture=neutral, PublicKeyToken=d67ac05a79f37e8a, processorArchitecture=msil But that brings up UI. I have a need to silently uninstall a ClickOnce application. Is it possible to do this Can you share how you managed to provide a silent uninstall Thanks, Paul ...Show All
Smart Device Development How I sing exe file on pocket pc CE 2005
Hello ! How I sign file on pocket pc I sign file in desktop pc by signtool.exe program. I create exe file on pocket pc (exe file have additional data), but this file is not signed ... Thanks Petr You need to look at the code signing tool in Project | Properties | Configuration Properties | Authenticode Signing. There is a bug in VS2005 RTM which causes the system not to rebuild the binary au ...Show All
Game Technologies: DirectX, XNA, XACT, etc. October 2005 DirectX SDK is available!
The DirectXR Team is pleased to announce the release of the DirectX 9.0 SDK October 2005 Update! The October Update includes the first public release of the XInput SDK. This SDK will allow game developers to fully support Xbox 360 Controller for Windows. To download or learn more about this release please visit http://msdn.com/directx/sdk . Features added in the October 2005 DirectX SDK update - XInput XInput is an API that ...Show All
.NET Development Very urgent -i want to know how to create dynamic control in XML scripting
Hi sir, I created one user control using XML Scripting In that i have one option as ad another button so whenever i am clicking that button it want to produce dynamic page with that user control without refreshing.May I know the code how to produce the page .Please its very urgent . Thanks, Gomathi Please, don't send duplicate posts to the forum. What is XML Scripting It is not part of XML s ...Show All
SQL Server SQL Reporting Services Web Service SLoooowwwwww
Okay here is my delema, i got this great query nice and tune that brings back 2280 records in 3 second... im like great so when i try to run the report the blasted thing times out... my query is super optimized and i got my indexes lined up... so the only thing else i can think of is the web service call... and i am running a reporting web farm... i got 4 web servers infront of this 1/2 TB datawarehouse... and i only do 3 joins in my query.... a ...Show All
Visual Basic Managed memory leak
I am having a very strange memory leak that seems related to databinding. It is very hard to reproduce, so I won't post any code here to do so, but will just describe the problem. We have data entry forms which have controls which bind to custom business objects through a BindingSource object. On Dispose of the form, we call ClearBindings as described in: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnwinforms/html/databindi ...Show All
