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

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

THURST80

Member List

Jurgen Meijer
Wicket
MPeter
PremZ
Wasif235288
TheViewMaster
Shailesh Chaudhary
I am Mats
centexbi
Ken Harris
Vasc
Carver42
maglup
SpunkyMan
Bryant Likes
Judah
srimal_s
Sergei Kitaev
A fish
HowardRichards
Only Title

THURST80's Q&A profile

  • Software Development for Windows Vista Help Need WinFx Beta 2 Runtime!

    Hi, Please Help! Where can i find the WinFx 2 Runtime for Download Thanks Peter Hi, This link is good. But the winfxsetup.exe installer app is only download bootstrapper application, and right now this application can't connect to the download server :-( Is there some other resource to have a redistributable! peter ...Show All

  • .NET Development xml - excel

    Hi, I have been given an .xml file to investigate how it produces data. Basically there is a file called testData.xml when this file is double clicked, it opens up in excel with data. If you right click and open in excel then a properly formatted excel workbook with two named sheets appear which have both got formatted data in them. I have pasted the first few lines of the xml file for you to see. Could you let me know how this is possible and where is the data coming from < xml version="1.0" > - <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas- ...Show All

  • Visual Studio Express Editions Visual Studio Express starts multiple instances of msvsmon when building.

    Hi, Every time I run or build a project from Visual Studio Express (c#) it starts about 20 instances of msvsmon (the remote debug monitor) in the background. They aren't visible on screen, only through task manager. They remain running for about 20-30 seconds (even if the build only took a second or two), then all close. Is this normal behaviour What are they doing How do I stop them from running as they appear to be having a negative impact on performance. Thanks in advance. Simon Hi, Simon It is about remote debugging: http://www.kbalertz.com/Feedback_910448.aspx Thanks ...Show All

  • .NET Development referencing multiple databases in .net for a stored procedure

    alright, I have a piece of this stored procedure below.... update LIVE set LIVE.brandCode = PROD.brandCode, LIVE.brandName = PROD.brandName, LIVE.brandDesc = PROD.brandDesc, LIVE.factoryID = PROD.factoryID, LIVE.addDesc = PROD.addDesc, LIVE.brandHasWebsite = PROD.brandHasWebsite, LIVE.brandDefaultEmail = PROD.brandDefaultEmail, LIVE.brandCsEmail = PROD.brandCsEmail, LIVE.brandMarketType = PROD.brandMarketType, LIVE.brandCreatorID = PROD.brandCreatorID, LIVE.brandContributorID = PROD.brandContributorID, LIVE.brandCreationDate = PROD.brandCreationDate, LIVE.brandModifiedDate = PROD.brandModifiedDate, LIVE.brandStatus = PROD.brandStatus, LIVE.siteAddress = PROD.siteAddress, ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. D3DERR_NOTAVAILABLE while build of first example in help how to do

    I used to code in pascal, cobol, assembly, basic, etc, but not C. From: Your First Game: Microsoft XNA Game Studio Express in 2D following along and doing the first build, I get the error above. I did not think I was calling the 3d engine only the 2d. I cannot find any help on the error, where to look, etc, except what is in the error window when you cursor over it. I cannot figure out how to copy the error in that popup window to look at it further. I know some dislike nubies, but please help if you know the answer. Its disheartening to type in only 6 lines of code and not be able to debug it! To say the least. Thanks OH OH OH, I figured out how to copy the error: Error 1 Building content threw InvalidOperationExcept ...Show All

  • SQL Server saving DTS package to sql server

    hi, I have a "Transfer sql server object task" in SSIS that transfers few tables from one database to another. The task works fine and the project is saved on my c: drive. I was trying to save the project on the SQL server and don't know if i am doing somehting wrong I have the following selections made: Package Location: SQL server Server: ServerName Authentication Type: Windows Package path: /TransferTables Protection Level: Encrypt sensitive data with user key Now when i hit ok i get the "No description found" error with the following details: No description found (Microsoft Visual Studio) ------------------------------ Program Location: at Microsoft.SqlServer.Dts.Runtime.Appli ...Show All

  • Visual Studio crstal reports in MFC application

    I am using visual studio 2005 professional edition.I want to add crystal reports to MFC application.But when click insert Active x controls from a dialog ,i cannot see any Activex controls related to crystal reports.. How do i use crystal reports in an MFC application. Any help is appreciated . ...Show All

  • Visual Studio Express Editions Serial Port -> How Do I now If it is used?! and Speedproblems

    Hello there and happy new year from Germany! I have some troubles with my application whitch uses serial ports..... ....again:) Quite a lot of data are beeing sent through the serial port. When I start the next function while there is still data to be sent, I get an error. The solution would be: Knowing about data traffic on the serial port at the moment.Is there a way I can get the informataion Something like comport.datatobesent or something like that Oh: Yes: I am using 38400 baud at the moment, and not 9600. Is there another way to get the data faster to my serial port device Changing buffers or something I am thankfull for your help and hits... Greetings, Carsten You still haven't given us a good d ...Show All

  • SQL Server How to change script component type

    Hi, I have a requirement where I need to change the script component type from source to transformation. I could not find any way to change it simply other than creating a new one, copying all the code and other relevent variable names and then deleting the old one. Is there any property setting where I can do it simply Thanks. ...Show All

  • Visual Studio Tools for Office NEWBIE question about Excel within VSTO

    I know this may be a relatively stupid question, but if I don't ask, I'll never know..... I have just installed vsto 2005, got the book vsto 2005 by eric carter/eric lippert, and notice that in trying to work with vsto that I am desperately missing some items.... When I do file... new project..... per all instructions I've seen before says..... "in the list of project templastes select excel workbook" I'm going crazy trying to figure this out.... the excel workbook icon that is shown in all examples is NOT an available template within the office sub-folder... I have browsed for most of the day today through this forum, as well as both the Eric's blogs, and have found nothing that will help... The only selection ...Show All

  • Visual Basic remove days from date

    Hi all, I am having difficulties in removing days from a date . In the .net framework 2 there is an function that add days but no function which removes days(or I cannot see it neither cannot find anything on the web how to remove days) If there isn't any type of function may anyone help me out on the logic of how to remove days Thanks in Advance Matt ...Show All

  • Visual C++ Cannot save file XXXX_XXXX

    Hi all, I am using VS2005, SP1. Suddently, I cannot save the project *.rc file any more. Whenever I make a change to a dialog, clicking on the save button will give me the following error: Cannot save file xxx.rc (where xxx is the full path name of my rc file). I am working in a C++ environment with P4 for source control. Prior to making the change, I did checked out the resource.h and the .RC file. Does anyone know why I get that error and VS cannot save the file Note that I can open the file with notepad and making any change and save it, but VS can't. What is going on. Can VS folks give a better message here instead of just "cannot save file" Does it log additional information some where Thanks. ...Show All

  • Visual Studio Tools for Office Can you do this...?

    I'm looking for, I guess, some architectural advice. Ihaven't been able to locate many full blown examples of VSTO-based solutions (Where should I be looking ) so can't tell what the best approach is. I think I have a handle on the trees, but can't find the forest. The system to be built collects information from users by presenting a number of different pages, with some contents depending on previous questions. Much of what is to be collected involves the users in writing text that is paragraph-long (or longer). VSTO/Word seems to be the right way to go, but I think customer would prefer it if the solution didn't look like a modification to Word -- i.e., they want to make the editing capabilities available, but not have the applications f ...Show All

  • Smart Device Development StackOverFlow Exception

    Hi, I’m working on a Pocket PC application in VB.Net on Compact Framework. There are many modules in this project, including 5 games. This an Icon based project and these icons are displayed using PictureBoxes. The problem: There are 3 events (Mouse Move, Mouse Down and Mouse Up ) associated with the array of Picture Boxes(icons). We are facing a problem: Multiple clicks results in a “ StackOverFlow Exception ” and the application crashes! (This might be because each click triggers 3 events as mentioned above ) Is it possible to detect the status of the stack and if so, how can the contents be deleted to avoid this Exception Can anybody suggest how this can be solved ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA will changes?

    Beta 1 and Beta 2 is very different to verision 1.0 The question is. XNA will changes in version 2.0, this version will be different to version 1.0 The games developed in version 1.0 have any problem with the version 2.0 or with the version for Vista I worry that my game not run in future version of XNA Sorry my English suck! ;( I can't say what we will do for sure, but generally speaking an API change between versions does not mean it breaks existing games. Look at MDX v1 and MDX v2. The API was different but MDX v1 apps weren't broken because they continued to run against the MDX v1 assemblies. The XNA Framework plays a similar role to MDX in terms of being a runtime component ...Show All

©2008 Software Development Network