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

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

LeandroT

Member List

andy0203
ralphje
Tanny
DotNetGuy_03
James Christian
lonskie1030
KYNg
dream123434
twad5
Czar9
Jim Smith
Bely
Philippe Dansereau
gwong685
kennydmac
vargasbo
Alex-MSFT
MobileApps
Jean STURMA
Pamish
Only Title

LeandroT's Q&A profile

  • Windows Forms Copy a form

    I got two child forms, and I want to copy the buttons I make in one of the forms, into the other form. When I try this, the buttons just moves from one form to another. HELP! inherit the form you want to grab the&nbs ...Show All

  • Software Development for Windows Vista Error compiling a Visual Studio solution using WWF

    Hi, I run into the following build problem: 1. I build my solution. 2. I changed my custom activity (derived from Activity) 3. rebuilding the solution (or the project) comes up with this error: Error 1 Could not write to output file 'D:\_work\S3\src\S3.root\S3\UnitTests\Server\Workflow\WorkflowLibrary.Test\obj\Debug\Upper.S3.Server.Workflow.WorkflowLibrary.Test.dll' -- 'Der Prozess kann nicht auf die Datei zugreifen, da sie ...Show All

  • Visual Studio ParameterFieldCurrentValueException when exporting or printing crystal report

    Hi. I get the ParameterFieldCurrentValueException exception when I try to export or print a crystal report (I am using the version bundled with Visual Studio 2005). The report works fine until I add a sub report to it. The sub report has 1 table but I have not put any of the fields onto the report. Neither does it have any parameters set up so I can't see why it is looking for parameters. Thanks, Will. Yeh, I ha ...Show All

  • Visual C# Help - how to create a minifest file for DLL assembly

    Hello, Does anyone have the experience of creating a minifest file for dll managed assembly All the information that I could find are for executables, for example, app.exe.manifest. But I need to create one for dll so that my dll can load the correct version of dependent assemblies. Thanks in advance You can try doing manifest injection like David mentioned. Here's a tutorial on how to do it. http://www.codeproject.com/dotnet/ManifestInjec ...Show All

  • Visual C++ First painful steps with VC++ Express 2005 Beta 2 and DirectX9

    Hi! I am currently making my first experiences with .NET programming and the Beta 2. My first questsion is simple: Is there any way to rename the default "Form1" class/files (which are created when generating a new Forms project) in an easy way I solved the problem by searching for all occurences of "Form1" through the whole solution and replacing them by e.g. "MainWindow". This seems very complicated. My second question is more complex. I tr ...Show All

  • Visual Studio Team System Error 32000 during installation app-data tier

    Hi! I have the following error: [error] "C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\sdk\bin\tfsadaminst.exe" /install OP1 2420 TFGSS ESYSTEM\tfserver' returned non-zero value: 1. [/error] I install TS on one machine (single server deployment) with the single windows account. All services works correct (analisis, reporting, agent). When the error occur all databases have already been created. I've tried to exec abov ...Show All

  • Windows Forms Hide the "Sorting" arrow in the column header of the DataGrid

    I have the sorted DataView as the DataSource for my DataGrid. AllowSorting for DataGridTableStyle is set up to false, so user cannot sort. When the DataGrid is displayed in the header of the column sorted in the DataView I see the arrow (which usual ...Show All

  • SQL Server Unexpected Exceptions in SQL/COM+ Since Converting to VS 2005

    We are running a COM+ DLL that handles transactions and security with a SQL Server back-end.  This project was started in VS 2003, but we just converted it to VS 2005.  Since the conversion, creating a number of transactions in a row generates errors at consistent, but moving, locations in the code (i.e. the location where the failure occurs changes when I do things such as add additional try/catch statements, so it is not random ...Show All

  • Windows Forms Can you "refresh" the property browser

    Hello All, I am extending a Window's control by adding a new Public Property named AltText which will replace the Text property in certain run time situations. At Designe time, I want to update the Text property with AltText if it is changed. AltText shows up correctly in the Property browser and if I drag a control onto the form's design surface it correctly displays AltText. I also update the standard Text property to the new value. The ...Show All

  • Visual Basic VB ignores "out" parameters

    It seems that VB ignores out parameters. I don't understand why since it works fine in C# and used to work in .NET 1.1 too. In C++/CLI I wrote a managed classlibrary which has a function like the following: int Simple( int nType, [Out] String ^%str) The function will always initialize and return 'str' when called. In C# I can call it with no warnings too: String str; Obj.Simple(MY_TYPE, out str); However it seems that VB ignores that ...Show All

  • Visual Studio Express Editions How access structures from one form to another?

    I have a structure declared in a module called Routines.vb: Public Structure BaZi 'for Bazi Public DayStem As Integer Public DayBranch As Integer Public MonthStem As Integer Public MonthBranch As Integer Public YearStem As Integer Public YearBranch As Integer Public HourStem As Integer Public HourBranch As Integer End Structure This Structure is used on Form 1, where a result is genera ...Show All

  • Visual C# webbrowser

    Hi i want to save a content of webbrowser to save it into DB so i can view it later when i`m not online.. i want to save the stream of the loaded document.. If i am online and i save the document stream .. and set another webbroswer document stream to the saved tocument stream.. everthing is fine.. but when i go offline and try to view the save stream .. i get and error "A runtime error has occured. Do you Wish to debug Line:1 Error: Synt ...Show All

  • SQL Server Trying to deploy reports accessing Oracle server

    hi, will appreciate any help on this. tested reports before deployment: ok. try to deploy reports accessing oracle server. got this error message: An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to data source 'xxx'. (rsErrorOpeningConnection) ERROR [IM003] Specified driver could not be loaded due to system error 5 (Oracle in OraHome92). ...Show All

  • Visual Studio Express Editions DataGrid

    Hi, I have C# express edition, can you please give me a tutorial of working with database and using datagrid. I want to read,update,change and delete from the source database. Regards... Hi Wasim, Rather then using the DataGrid, Visual Studio 2005 adds a new data control called the DataGridView. This article has a good overview of the DataGridView control that should help, and includes a source code sample   ...Show All

  • Visual Studio Team System Setup of AT fails with "Setup did not find VS 2005 TF databases..."

    I just performed a new installation - I think I followed the install guide to the letter. But, I'm getting this error when trying to install the Application Tier in a two server configuration. Does anyone have an idea of what would cause this Hi Tim, Here are a few things you could check: 1. Have you completed the data tier setup Did it complete successfully 2. Are you using the correct Datatier name in the app tier setup Is t ...Show All

©2008 Software Development Network

powered by phorum