Software Development Network Logo
  • .NET Development
  • Windows Forms
  • Visual C#
  • Windows Vista
  • Visual J#
  • VS Team System
  • VS Express Editions
  • Microsoft ISV
  • Game Technologies
  • Architecture
  • Visual Basic
  • Smart Device
  • Visual FoxPro
  • Visual C++
  • Windows Live

Software Development Network >> Diego's Q&A profile

Diego

Member List

Geeee
twostepted
Horky
TMacPhail
Clunk
jcbatchelor
Felagund
EarlyAdoptors
Kevin McKinney
onur6n
Christian Kleinerman - MS
M.Lipinski
MyDisplayName999999
John Knoop
drole
aabi
zatom idham
vomjom
Preethi Mohan
4d1t
Only Title

Diego's Q&A profile

  • SQL Server Parameter doesn't get supplied to stored procedure

    I'm rather new at reporting services, so bear with me on this one. I have a stored procedure in MSSQL called prc_failedSLA_per_week, that has two parameters (@startWeek and @endWeek). I've added a dataset in reporting services which runs my procedure. when I run it from the data tab in RS, I get prompted for values on these two parameters, and a table gets generated. But if I try to preview my report, I get the error "Procedure of function ...Show All

  • Visual Studio Error When Deploying Application

    Hi, When I deploy my win app which includes a reportViewer control I get the following message. Unable to install or run this application. The application requires your system to be updated to Microsoft.ReportViewer.WinForms Version 8.0.0.0. Any idea what this error means Terry, that didn't work for my problem of using a ReportViewer in a webform in local mode at a hosted website. By the way, your previous article, "Visual Studio 2005 ...Show All

  • Windows Forms Diffgram questions

    I've worked through TaskVision's source and noticed they use Diffgram's as a way to "go offline" and later update information on the database. Could I have some practical examples (except for Taskvision of course) of where this could be used as  ...Show All

  • SQL Server Problem with plug-in algorithm in SQL Server 2005

    Hi,all here, Could please anyone here help me for this problem My problem is: I have registered my plug-in algortihm with SQL Server 2005 analysis services, and I can see my plug-in algortihm added to the analysis service configuration file (msmdsrv.ini). But why I can not see my algorithm appearing in the list of algorithms when I tested it Really need help for that. Thanks a lot for any guidance and help. With best regards, You ...Show All

  • Visual Studio Tools for Office CommandBar problem, help please????

    Hi I have made my own commandbar with VSTO, and it works perfekt in all scenarios but one, which I can seem to fix. The one scenario taht doesn't work is when I open several windows in Outlook, with the "New Mail" button. Only the first window opened will contain the commandbar, all other windows will not. My code is this: private CommandBar _armada; private Inspectors _inspectors; private CommandBarButton _s ...Show All

  • Visual C# Nice Threads!

    I could really use some help here... I am using C# 2005 and have created a splash screen that runs on a seperate thread. I can invoke the splash screen in the Main() method, but then I can't get rid of it! I am attempting to put a line in the Form1_Load (or maybe Form1_Shown) that calls a static method in the splash screen to close that form. But, when I do so, it complains about an invalid cross-thread operation. How can I get this screen to ...Show All

  • Visual C++ LNK2019

    hi, i wonder this is the right thread to ask about eVC++. If i am not, please redirect me to its place. i have problem when i compile the program it will produce LNK 2019 error. this is the code http://www.pocketpcdn.com/articles/contextmenu.html . i use this program for tutorial for myself, but i can't compile it so i can't do anything now. This program is created basically for eVC++ 3.0 which has bugs on MFC on its taphold. then i use eVC++ 4 ...Show All

  • .NET Development Can not add validation event handler for a Column.

    Hi! I'm getting following error: Failed to add validation event handler because of the following error: Invalid Index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX)) When I double click on a column of datatable in dataset designer to add column validation handler. Can anybody tell me whether this is a bug or some error. How can I fix it Or is there anyother way to add event handler for a datacolumn regards. It als ...Show All

  • Visual Studio 2008 (Pre-release) Animation not working in code

    I set some animations in a WBA. First I register the name: Application.Current.MainWindow.RegisterName(myElement.Name, myElement); When I try to set a storyboard and set an animation on this element I get 'The name 'myElementName' could not be resolved in the name scope of 'MS.Internal.AppModel.RootBrowserWindow' like the name is not registered. This code used to work in Sep CTP. Did something change for Nov CTP regarding ani ...Show All

  • Visual Studio Express Editions "Failed to add validation event handler because the following error..."

    Failed to add validation event handler because the following error: El indice no es valido. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX) While double clicking on column. Editor shows this: namespace HolaMundo1 { partial class Database1DataSet { partial class CLIENTESDataTable { } } }   Windows XP sp2 in spanish. Visual C# Express 2005 SQL Server Express 2005 Some idea what can I do It seems a bad DLL / OCX / assembly ...Show All

  • SQL Server A request to send data to the computer running IIS has failed

    Hi, I Have an application for Pocket PC 2003 developed in Visual Studio 2003(VB.Net , Smart Device App). I Use Sql Server CE as the database which Synchronizes with Sql Server 2000, SP4. The IIS and the Sql Server 2000 are in different Machines. I Have Installed the proper Sqlserver Ce in the IIS machine and created virtual directory with Basic authentication.I connect my device through Active Sync 3.7. I could browse the sscesa20.dll from Po ...Show All

  • Smart Device Development TableAdapter / Datagrid refresh

    TableAdapter / Datagrid refresh   Hello, I’m a new basic.NET 2005 programmer, before I used MS Visual FoxPro but there’s unfortunately no PDA compiler available. I have some small problems with the TableAdapter and the DataGrid: To update my SQL Mobile database I use TabelAdapter.Update(column1,column2,column3….) But I cannot see the changes in the grid, until I fill the grid again: TabelAdapter.Fill()   Is this c ...Show All

  • Visual Basic How do I draw a colored circle on a section of an existing gif image?

    I'm trying to figure out the system.drawing class. One thing that I've tasked to myself is the ability to draw colored shapes on top of an existing image(gif, jpeg, etc), then save the new image. Anybody know how to do this, and mind sharing how you'd do it I'm using VB 2005 Thanks for any help. You will need to make a Image or Bitmap. From that, you can get a Graphics, which you should Dispose ...Show All

  • Windows Forms How to intercept WebRequest.Timeout

    Hi, there WebRequest wreq = WebRequest.Create(Url); wreq.Timeout = 15000; IAsyncResult r = (IAsyncResult) wreq.BeginGetResponse ....... ....... I must do something when wreq.Timeout. Where can I write code in Thanks... Hi, Thanks a lot I know how to resume, I omit the r ...Show All

  • Windows Forms Looking For ValueMember From ComboBox

    I am trying to find the value that matches my variable and set the index, but I'm getting errors. The combobox is bound to a sql table:  DestinationCombo.DisplayMember = DisplayName  DestinationCombo.ValueMember = ValueName  DestinationCombo.DataSource = SourceTable Then I  ...Show All

©2008 Software Development Network

powered by phorum