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

Software Development Network >> Gerardo Dada's Q&A profile

Gerardo Dada

Member List

windark
KasperDk
nope25546
JStalnaker
William_Ryan MVP
friendster
Lalitg14
virtual_odin
philip1646
re10
Ben S
Xavier Diab
Firoj H Shaikh
Tian
Mougenot
adangelo
madhan MSFT
Michellos
HectorC
dsani
Only Title

Gerardo Dada's Q&A profile

  • Windows Forms Same project crashes when ran from the server

    Does anyone know why I can't run the same project from the server, that I did from a local copy   This is my first project and I already lost the local copy once today- so I moved it to the server so there will be backups, but now it keeps crashing. I get: An unhandled exception of type 'System.Security.SecurityException' occurred in system.windows.for ...Show All

  • SQL Server Problem with SSIS Transaction...Transaction Scope

    Hi, I am having some problem with SSIS transaction. Eventhought I tried to imitate the concept that Jamie presented at http://www.sqlservercentral.com/columnists/jthomson/transactionsinsqlserver2005integrationservices.asp . My workflow is as followed ********************************* For Each ADO.Record in Oracle (transaction=not supported) If (Certain_Field_Value = 'A') Lookup Data in SQL DB with values from Oracle (transaction=not supported) DO Sequence A (Start a Transaction , transaction=required) INSERT/UPDATE some records in SQLDB(transaction=supported) Finish Sequence A ( transaction shoul ...Show All

  • SQL Server DtsBackup2000 for SSIS packages??

    hi everyone, Up to moment I've been using Dtsbackup2000 for do backup for our DTS but now, which let's allow do the same with dtsx TIA ...Show All

  • Visual Studio Express Editions Microsoft SQL2005 Express with Advanced Tools

    I just finished downloading and installing Microsoft SQL2005 Express with Advanced tools and I attempted to install the SP1 update. It would not run. I have gone back to the download page and it appears that SQL2005 Express with Advanced Tools might already come with SP1 installed. Is this true If not, is there some "special version" of SQL2005 SP1 that I need to locate on the Website specifically for SQL2005 Express with Advance Tools 'cause I can't find it ...Show All

  • Visual Basic Having trouble getting a correct value of textbox3

    Hi Im using VIsualbasic2005 Express (its .net of course ) Dim intText1 As Double Dim intText2 As Integer Dim intText3 As Double intText1 = Val(Frm3.TextBox1. Text) 'Here is says Conversion from string "" to type 'Long' is not valid. intText2 = Val(Frm3.TextBox2. Text) intText3 = CDbl(Val(Frm3.TextBox2. Text) * Val(Frm3.TextBox1. Text)) Frm3.TextBox3.Text = intText3 Textbox3 is still 0 When textbox1 = 0.04 and textbox2 = 456 the problem is the Third teextbox3 is just givine me 3 and not the value of Textbox1(0.04) * Textbox2(400) Actually, what my other reply did not a ...Show All

  • Visual Studio Document Explorer crashes

    Thought I'd start a new thread, since I'm using Visual C# Express, rather than full VS2005. Windows XP Pro SP2, Visual Studio 2003 Pro, SQL Server 2000 Developer Edition, Visual C# Express, Visual Web Developer Express, SQL Express 2005, MSDE. I also have Virtual Server 2005 SP1 beta installed. Problem just started this weekend. Whenever I click on any topic in the Index, Document Explorer crashes. I've tried Repair on Visual C# Express, Visual Web Developer Express and MSDN 2005 Express. Same problem. It was working fine last week, I'm not sure what's changed. I have previously had VS2005 beta2 installed, but I removed that by following the ...Show All

  • Visual C# HTML Pagination

    Hey All - I'm taking a datatable, converting it to XML, transforming that with an XSL file, and then sending the HTML string to a WebBrowser control in a local WinForms application. Is there a way, via the HTMLDocument class perhaps, to control the pagination of the document For example, after the table occupies a certain height, the table concludes, and a new table, containing the header of the first table, is inserted and continues displaying the data The goal is to maintain a specific, printable page size so that each page contains the table header. I couldn't find any information regarding such a procedure via XSL, CSS or Javascript ...Show All

  • Windows Forms Active Directory Authentication

    Hello, I apologize if the core question is somewhat out of topic to this forum.  I am currently working on a windows form application which requires that out client / server app authenticate off an active directory.  We are charged with the difficult task of authenticating both in a connected and disconnected mode.  While disconnected (using a laptop)  ...Show All

  • Visual Studio Express Editions Making a Exit button

    How can i make a exit button http://msdn.microsoft.com/vstudio/express/vb/learning/default.aspx ...Show All

  • Windows Forms Hide or cancel MDI child controls

    I have a MDO child form with no border and therefore no Minimize, Maximize and close controls. I am handling this in code for control and UI. However when I go maximized the MDI parent gets the Minimize, Maximize and Close controls. How can I stop this or just ignore there use.  Finally found a solution to my problems, after&nbs ...Show All

  • Microsoft ISV Community Center Forums SQL Server 2005 Resourse Kit exception

    Hi, When i try to view any of the webcasts by clicking "play", i get the following Visual Studio just in time debugger error: An unhandled win32 exception occured in iexplore.exe[4624]. I can also see the following error in the winnt application error log. I am running winxp with sp2. Event Type: Error Event Source: Application Hang Event Category: (101) Event ID: 1002 Date:  25/08/2005 Time:  7:08:50 PM User:  N/A Computer: INSPIRON Description: Hanging application iexplore.exe, version 6.0.2900.2180, hang module hungapp, version 0.0.0.0, hang address 0x00000000. For more informat ...Show All

  • Visual Studio Express Editions "Application.UserAppDataPath" before and after a publish

    When I run my VBEE app in the debugger Application.UserAppDataPath points to: C:\Documents and Settings\username\Application Data\companyname\.... as outlined in the help file. When I publish my application this path then changes to: C:\Documents and Settings\username\Local Settings\Apps\2.0\Data\BKXYGCXL.... Why does it do this Can I stop it changing the path when I publish the application Thanks for your help Tim Application.UserAppDataPath string isn't same for any system/user/program, try to change your program name/version, the user name and it will change... Hope this helps a bit. ...Show All

  • SQL Server unable to run SSMS with secondary login

    Hi there, when I try to run the Management Studio under a different login (run as) it fails to start with a message "The directory name is invalid" for sqlwb.exe. The whole SQL Server 2005 package was installed as "Local Admin". Does anyone know a workaround for this problem Thanks, Frank Hi, thanks for replying, It's a security policy, that we have a secondary account for development purposes which has the appropriate rights to access Development/Test/Integration resources. I think that's not very exotic. But, here's an update: I created a second shortcut on the deskto ...Show All

  • Windows Forms Who should use ClickOnce?

    I have been testing the ClickOnce technology for weeks now, and I am continually asking myself the question: "In what way is ClickOnce designed to be used " Using VS 2005, or the Mage SDK tools requires the developer to know the application URL ahead of time. This is not feasible if you normally vend your software to a business or organization that will then distribute it to their workstations via their choice of web servers, file servers, etc. This would include schools, hospitals, and large corportations. Is the purpose then to publish the software to your own web servers, for ASP model applications only Is it designed to make Windows form ...Show All

  • Visual C++ Couple things that I need help with.

    I am trying to compile this: // my first program in C++ #include <iostream> using namespace std; int main () { cout << "Hello World!" ; return 0; } When I click build everything wporks fine, but I am not given a .exe When I try to go to "compile" it is greyed out (unselectable). When I went to debug > start debug I had to select a exe to debug. I am a newbie, so I chose Firefox for some reason. Now whenever I try to debug something (Keep in mind I have no idea what I am doing) it says Firefox failed. I think I need something else. How do I reset my settings as well ...Show All

©2008 Software Development Network