Software Development Network Logo
  • Visual Studio
  • Smart Devicet
  • Microsoft ISV
  • Game Technologies
  • Visual C#
  • Visual FoxPro
  • VS Team System
  • SharePoint Products
  • .NET Development
  • Audio and Video
  • Visual Basic
  • Windows Vista
  • Visual C++
  • Windows Forms
  • SQL Server

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

stswordman

Member List

Malleswar
HinDRAncE
Andrea Montanari
Gafrage
NewGuy212
MikeV1
Ricardo_ES
cisco0407
Luis Esteban Valencia Muñoz
Jurgen Petersen
DRDRAIN
rhaber
Nkomo
Márlon
andyfraser
Jacco Mintjes
Jem21
hemo
CalinMac
Pavan Battula
Only Title

stswordman's Q&A profile

  • Visual Studio Clearcase diff merge bug with .sln file

    Hi all, This is a very peculiar problem and very similar to a thread presented in the forums by Rajeshsv , but the thread no longer exists. I am quoting from his message because it is exactly the same: i need to open up my .sln file to update the project references which are to be resolved during some merge operation using clear case. when i resolve the conflict occured during the merge operation and save the file and come back the file icon changes and it no longer opens up in the IDE. i.e it indicated my sloution file is corrupted. -- In other words, the ClearCase Merge Diff Tool (v. 7.0.0.0) is not working properly on the .sln file. In my case, it cuts it down by approx. 75%, no matter what kind of merges I make t ...Show All

  • Windows Forms Complex user control not responding to click events

    Hi all, I'm wondering whether any of you people can help me out with this problem that I have with a user control that I have been trying to get working. The first part of the user control is a flat circular button ( called SampleButton) that toggles colour when clicked. This control has an OnClick method as follows protected override void OnClick(EventArgs e) { base.OnClick(e); (code to change colour and call invalidate....) } Then, from this I am creating a matrix of these buttons in another user control that inherits from SampleButton (which in turn inherits from UserControl), e.g. a 3 x 3 matrix, like so: O O O O O O O O O I do this using a couple of for loops (the number of Sampl ...Show All

  • Windows Forms Client Server Chat application using Winforms

    Hi, Does anyone here have code that would produce a very simple chat application Thanks I agree there are lots of examples on the codeproject site, you will also find examples on www.planet-source-code.com and almost all of the .net code download sites. What you will have to do though is DL Several of them and find the bits that work for you. ...Show All

  • Windows Live Developer Forums Reporting Service again...

    Hi All, I could see that that question already arised more than once... but I didn't find the following problem: Request: < xml version="1.0" encoding="UTF-8" ><SOAP-ENV:Envelope xmlns:SOAP-ENV=" http://schemas.xmlsoap.org/soap/envelope/ " xmlns:xsd=" http://www.w3.org/2001/XMLSchema " xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance " xmlns:SOAP-ENC=" http://schemas.xmlsoap.org/soap/encoding/ " xmlns:ns8256=" http://tempuri.org"><SOAP-ENV:Header><ApiUserAuthHeader xmlns=" http://adcenter.msn.com/syncapis "> <UserName>XXXXX</UserName> <Password>XXXXX</Password> <UserAccessKey>XXXXX</UserAcce ...Show All

  • Visual Studio 2008 (Pre-release) XAML MDI application?

    Windows forms has the ability to create MDI (Multiple Document Interface) applications, like Acrobat, Photoshop, etc. Is there a way to have this type of behavior in XAML Thanks. http://michaelweinhardt.spaces.live.com/Blog/cns!BCB75D26D609CF01!113.entry ...Show All

  • Visual Studio Last MSDN Library version / versions for Visual Studio 6 / .net / .net 2003

    I would like to know what were the last MSDN library versions for: Visual Studio 6 Visual Studio .net (2002) Visual Studio .net 2003 I refer to versions as in the month/year fomat e.g. January 2007. If there are more than one versions that were last for a particualr version of Visual Studio, then can you explain the reason(s) Hi Hot Denim, I can try to help you with part of your query. I do stand to be corrected, but going back through my MSDN subscription, I find this data: Visual Studio 6 = MSDN Library dated October 2001 Visual Studio .Net 2003 = MSDN Library dated July 2005 Unfortunately I didn't find anything for Visual Studio 2002. Hope this helps, Frank ...Show All

  • Visual C# VS2005 IDE Crash!

    Hi folks! I have an "interesting" problem with the IDE of VS2005 which crashes with no warning or error messages! Below I send info from my PC. The crash happens very often (every 15min) but I have not seen a pattern yet that causes the crash. It happens when I do simple things like clicking at the IDE's menus. I run WinXP SP2 and develop asp.net solutions in C#. I heard that there is a SP for VS2005 but it is still in beta phase and I am a bit reluctunt to install it. I know all of the info below is overwhelming... if you have time please let me know what I can we do to solve this crash. Thanks in advance! George I. Below is my system information: Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727 ...Show All

  • SQL Server Execute parameterized select statement from data flow

    I have following requirement. From OLE-DB source I am getting IDS. Then lookup with some master data. Now I have only matching IDs. Now I need find some filed(say Frequency from some table for each above id). I already write stored procedure for same where I am passing ID as parameter.Which is working fine when I run it SQL server management studio. Query is sort of Select field1,fiel2... from table 1 where id = @id @id is each ID from lookup Now I want to call this stored procedure in Data flow. I tried it using OLE DB command but it did not return output of stored procudre. I am getting output same what ever I am passing input. Is there way to do this In short my requirement is execute parametrized select stateme ...Show All

  • SQL Server Different behavior between VS and IE in rendering reports with fixed headers and a document map

    I apologize in advance if this is something already addressed elsewhere (if so - please point me in that direction). I have created a really simple report that allows 'drill-down' at the group level. To this report I also selected the 'Repeat header rows on each page' and 'Header should remain visible while scrolling' features and all worked as expected after deploying. I then added a Document Map referencing the group level and that too worked within the VS environment. VS displayed a page that contained the requested group in plain view and I could 'drill down' as expected. But when I deployed the report and subsequently pulled it up in IE I noticed a slightly different behavior in that when selecting an entry from the document ...Show All

  • SQL Server SSIS - OLE DB - IBM DB2 - SQLDUMP - more dumps than works....

    I have a package which access a DB2 database and pulls data from a single table. I can't put a specific event on it, but the package has been causing a dump to occur on a rather regular basis. The really odd part is sometime when I add a data viewer on the output link of the OLE DB Source it works....then it starts to dump again a couple of executions later. There are not date/time values involved in the result set, just character strings. Default code page is set to 1252 and use default page is set to False....any ideas appreciated - this is really starting to drive me nuts! Thanks While doing some other searching around, I ran across an article talking about setting the code page to 88591 instead of t ...Show All

  • Visual Studio Express Editions Opening A File

    I created a new project with a form and some buttons. Now I try to open it but there are like 10 different files. Which one do I click to open it. I have been trying for an hour to save a project and open it but opening it doesnt work How do I open it F Drive=Flash Drive So just tell me the file I click to open up the page where I can add buttons and stuff. You know the design page. ...Show All

  • Visual Studio Express Editions Converting code to Visual Basic

    Hello! I have been using Game Maker ( http://www.gamemaker.nl  ) for about two years and now I found Visual basic. I started to learn Visual Basic and I now like it more than game maker. I started to do my application with Visual Basic, converting code from game maker, but i didn't know how to convert some code to visual basic so i need somebody to help me (probably somebody who has ever tried game maker and now uses Visual basic.) If You can help me then please reply and I will post the code. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. X file format

    Can anyone point me to reference on the X file format. I can't seem to locate it in the Direct X SDK (August), and the information I am finding online is woefully out of date and/or incomplete. Also, I understand the content pipeline will not be available in the initial beta of XNA Game Studio Express, can anyone tell me if there are major changes to the X file format I should be aware of I'm writing some tools so I can use Houdini with XNA and I'd like to get as much information about the X file format as possible so I can deternine whether I can use it or should invest the time in a file format of my own. Sadly no. What Houdini can import and export is really limited to formats you'd find in film like r ...Show All

  • Visual C++ Trouble compiling my C program

    Hi, I am trying to write a C program in Visual C++. I have changed all the .cpp extensions in my project to .c file extensions. But get this message when I try to build the program. Could anybody help 1>------ Build started: Project: hello_world, Configuration: Debug Win32 ------ 1>Compiling manifest to resources... 1>Linking... 1>LINK : fatal error LNK1104: cannot open file '.\debug\hello_world.obj' 1>Build log was saved at "file://c:\Documents and Settings\Jack Harris\My Documents\Visual Studio 2005\Projects\hello_world\hello_world\Debug\BuildLog.htm" 1>hello_world - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== ...Show All

  • Visual Studio Team System The system cannot find the file specified on project get force all recursive

    I execute on the command line the instruction: tf.exe" get $/Nsietv/_main /force /all /recursive I get the files from my project and at the end I get the messages: ... --- Summary: 0 conflicts, 0 warnings, 1 errors ---- the system cannot find the file specified I can not found a way to understand what file is missing. I write the output to a text file and I can't get any error info inside the file. Is there any way to get more detail Thanks, Rui The command I use was - "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\tf.exe" get $/Nsietv/_main/src /force /all /recursive > output.txt Meanwhile, even without any detail about the file missin ...Show All

©2008 Software Development Network