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

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

SergioT

Member List

Dave Reinhart
Anjali
Korayem
aniljain50
footballism
jhouse
Soeren D.
vimaru_org
Kevin Zhang
Ricardo Mendes
asheridan
lae_1980
RK79
gkibet
Barry Harkness
Gsss
Tim Daplyn
jeffdion
Brad Harris
MikeBzz
Only Title

SergioT's Q&A profile

  • .NET Development Run 32bit App in 64bit Windows

    I upgraded my development PC to 64bit Windows XP Prof in Athlon 64. I need to use MS Virtual PC 2004 for testing app in other platform. However, the Virtual PC 2004 cannot be installed in 64bit windows. Is there any method to solve the problem Thanks a lot. Hello, me is experiencing the same problem, and virtual server r2 is NOT able to install on 64 bit systems. When i try to install a popup message appears that tells "setup did recognize a 64bit system running. virtual server needs a 32bit platform."! greets peet ...Show All

  • Windows Forms Dataset Default Property

    How do I set the Default Property of my dataset   I have used the xsd.exe to create a strongly typed dataset but when I try to bind the properties of an object to this dataset (in design time), I get a message saying that the dataset does not have a default property    In all the books I have, they always seem to skirt around&n ...Show All

  • Visual Basic Running an external application

    Hi All: I want to program a button's click event to run a Windows batch program.  Is this "legal"    If so, could you either provide me with an example or point me to where I can find some documentation on this.  If not, please tell me how this little feat can be accomplished elegantly. Thanks. Thanks for running the code for me, David.  It turned out I did have a problem in the definition of strTextFile.  Once I sorted that out, the code worked fine. Sorry to have bothered you with something so elementary. Regards, Roraima ...Show All

  • Visual C# Installing windows service without VS tools

    Hi, i have developed a windows service on my test server and i allways used installutil.exe to install my service. Now i want to install it on a real server, the problem is that i don't want to install Visial Stuido on the server to have access to "installutil.exe" that will install my service. I wonder if there is another way to install a windows service without having VS installed on your computer. AFAIK installutil.exe is installed with the .NET Framework runtime in %WINDIR%\Microsot.NET\Framework\<version>. You don't need VS to use it. ...Show All

  • SQL Server How to split out table rows into 3 tables

    I imported all rows of my txt file using SSIS 2005 into a table.  I am now trying to figure out how to split out the header, payment rows, and maintenance rows.  First, some information. An example of table results is here: http: / / www. webfound. net/ split. txt The table has just one field of type varcha(100) because the incoming file is a fixed length file at 100 bytes per row The header rows are the rows with HD in them...then followed by detail rows for that header (see here http: / / www. webfound. net/ rows. jpg ). I need to 1) Split out the header into a header table 2) Split out the maintenance rows (related to the he ...Show All

  • Windows Forms Clickonce online problem : Cannot download the application

    Hi, I made a small Windows forms app that I published with no problem as a disk install using clickonce. However when I tried to make that app available as an online only launch, I ran into problems. Namely I get a 'Cannot download the application. The application is missing required files. Contact applicatio vendor for assistance (sic!)" message. I notice something strange in the log : the url of the download start is correct (servername/foldername/appname.application) but the one in the error is not (server/appname/appname.application. Does anyone know if that's the problem and how to resolve it Thanks, MM OPE ...Show All

  • Windows Forms PDF inside a Win Form

    I get a Byte[] with a pdf from Reporting Services and want to display this pdf inside a .NET Windows application. I work on Windows XP Pro with Visual Studio 2005 and .Net Framework 2.0. I see two solutions: 1) Use the included WebBrowser to display the pdf. If I open a pdf with an URL it works fine (it opens Acrobat Reader in the webbrowser), but if I make a stream of the Byte[] and uses the WebBrowser.DocumentStream, the webbrowser doesn't understand that it is pdf, and displays the binaries of the pdf. Anyone that knows how to make this work 2) Include some kind of Arobat Reader-container in my Winform so I', not dependent on the browser ...Show All

  • Visual Studio Team System Migrating to Team System from an existing environment

    I'm looking for some strategy whitepapers or documents on how an existing development organization should go about planning a migration to Team System. My development organization has a bug tracking system, we have a source control system, we have testing tools, and project management tools, and we maintain and enhance existing products built with VS2003, VS6 (C++ and VB6), and a bit of Java. We know we will be moving to VS2005 at some point, and we have new needs that our existing bug tracking and testing tools will not handle. So Team System looks compelling. However, we clearly cannot just shut everything down and start over with Te ...Show All

  • Windows Forms Icons not showing up on Treview

    I am using VS 2005 Beta and I have a Treeview UserControl that I built for a menu.  I added an imageList to the control and added some icons that I want to associate with the control.  When I build the solution and view the UserControl placed on a form in the designer,  I can see the icons. However, when I run the solution's executable I do not see the icons in the Treeview.  It is like the images are not getting placed into the output of the build or something.  I have managed to break this in two seperate places.  I cannot for the life of me figure out what I missing since this used to work. Anyone ran in ...Show All

  • Visual Studio Express Editions Upgrade Visual Basic 6.0 to VB 2005

    How to upgrade from visual Basic 6.0 to 2005 Hmm, interesting - yea, it's a kludge, but I don't know anyone who plays by all the rules . The full version is accumulating coffee rings - I'd better use it before it gets too bad ! ...Show All

  • Visual Studio Express Editions Starter Kit won´t start

    Hi all, I still enjoy my first steps in Visual Basic 2005 Express. Now I’ve tried to run the Starter Kit "WebLogAnalyzer" with F5 after opening it with NewProject but it won’t start. Whenever I tried it there comes the message: "There where build errors. ...". Does anybody have an idea thanks’n greets, VBFan    ReneeC wrote:   I don't believe you installed the original kit properly, or if you did, part of it have been deleted or modifed...   Hi ReneeC, thanks for your answer. I’ve read that one should find ReportViewer.exe at the following location: C:\Program Files ...Show All

  • Visual Studio VS SDK March 2006/ DSL TOOLS - Problem to build

    Hi, I have a little problem with dsl tools. I had been playing with the tools, i had create a project, select class diagrams and I tranform all the templates. But, when i want to build the solution i had this error: Error 1 The "DevEnvSetup" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "C:\WINDOWS\Microsoft.NET\Framew ...Show All

  • Visual C++ Help on choosing the right product

    Hello, I'm facing the problem of choosing the right product for my developer's group, and I find myself somewhat confused. First of all I'd like to use a stable and tested product, not a beta one, so I excluded the upcoming 2005, because the Beta 2 version to which I gave a try presents a long list of bugs and annoyances at the moment, and there's too much uncertainty on its real final release date. So let's go with .NET 2003, for now... We use only C (maybe C++ in the nearby future) to build a stand alone application for Windows; we don't need support for Web Applications and deployments, distrib ...Show All

  • Visual Studio RTM version - SQL Express failed

    Hi I ran the uninstall tool - everything went fine. Ran the VS setup, SQL Express did not install. From dd_vsinstall80.txt [09/30/05,10:15:04] Microsoft SQL Server 2005 Express Edition x86: CreateProcess launched with cmd linez:\vs\setup\..\wcu\sse\SQLEXPR32.EXE "z:\vs\setup\..\wcu\sse\SQLEXPR32.EXE" -q /norebootchk /qn reboot=ReallySuppress addlocal=all instancename=SQLEXPRESS SCCCHECKLEVEL=IncompatibleComponents:1 SQLAUTOSTART=1 ERRORREPORTING=2 /watsongenman=SQL .mft [09/30/05,10:15:38] Microsoft SQL Server 2005 Express Edition x86: z:\vs\setup\..\wcu\sse\SQLEXPR32.EXE exited with return value 70032 [09/30/05,10:15:38] InstallReturnValue ...Show All

  • Visual C# txtbox

    hi,   i want to enable my 2nd textbox and button after the input on my 1st textbox. i am doing it in C# and ASP .NET.   i tried this code but it didn't work. private void textbox1_TextChanged(object sender, System.EventArgs e) { textbox2.Enabled=true; button.Enabled=true; } Did you set a break point to make sure this code was called When you say 'didn't work', what happens I just mocked up a project, with two textboxes and a button, set one textbox and the button to Enabled = false;, created the text changed event and set them to true as your code does.  It works perfectly.  I reckon the ...Show All

©2008 Software Development Network