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

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

MSwift

Member List

Arne Vogel
LeeJames
John Stallo MSFT
wingbyte
Uncle.B
Herbert Hoover
I-D
michelangelot
Ahmet CAN
solanky
usascottwright
Paul Cornell MSFT
Frankie Ho
ChandraW
Dan9057
Goos van Beek
Trifection
RichLando
prash_ac
DonW
Only Title

MSwift's Q&A profile

  • .NET Development No symbols are loaded for any call stack frame. The source code cannot be displayed.

    Hello. I installed VisualStudio.NET 2005 a few days ago.  ( not beta ) While I'm debugging, I'm faced with strange message box. -- MessageBox -- No symbols are loaded for any call stack frame. The source code cannot be displayed. -- Debug Detail Window -- FatalExecutionEngineError was detected Message: The runtime has encountered a fatal error. The address of the error was at 0x7a2b5aec, on thread 0x358. The error code is 0xc0000005. This ...Show All

  • Visual Basic uint64 to date conversion

    I created a class that returns the system up time. However the number it returns is a uint64 as thats what its base class returns. When i run the program it returns a value like this System Uptime = 94118 What want to do is convert this to a time and have it say something like 1 Day 22 hours 5mins and 30 seconds. However I a not sure how to do this, what does this number represent the number of seconds mins and what is a uint64 is t ...Show All

  • Smart Device Development Junk characters when display in pocket pc through web service

            I have made a small program in which there is a web service which reads an xml data and returns a dataset of it. At the same time I made a pocket pc application that consumes the web service and displays the values of the dataset on a text box of pocket pc. but problem is when it displays the data on text box the data have some junk character. I am a beginner of using this please help me this is code of web s ...Show All

  • Visual Studio Team System License Question

    I'm not too clear on the licensing of the different Visual Studio products... I have a team of 10 C#/VB developers, and I want to get each of them a copy Visual Studio 2005 (Professional Edition).  They'll each need to access a common SourceSafe database, as well as run profiling tools, and I would like to use the new "Work Item Tracking" feature in Visual Studio Team foundation.  What version of Visual Studio Team System would I ...Show All

  • .NET Development How to choose the version of .NET Framework?

    If I want to write a class library, which version of .NET Framework (1.0, 1.1, 2.0) should I choose Since this library is algorithm centric, it's a good idea to use .NET Generic in it. That means I should use .NET Framework 2.0. However, it seems most people is still using .NET Framework 1.x. If I use 2.0, a lot of people will not use my library. Where could I find the usage ratio (the amount of each version) of .NET Framework in commercia ...Show All

  • Smart Device Development .NET CF WM5 Bluetooth troubles ...

    Greetings ( Daniel Moth )- I found your name on this MSDN chat: .NET Compact Framework and Smart Device Programming (October 11, 2005) I have an issue and it is driving me crazy !!! I have been developing with VB6 forever it seems like ( cut my teeth on assembly and C code development ). My delima has confused me ..... and I am wondering if you would help me along. I am stuck on not being about to fire a data received ...Show All

  • SQL Server Disaster Recovery Process - Cannot restore Master

    Hello All, I have a production SQL 2005 sp1 server running on Windows 2003. The SQL server was upgraded from SQL 2000. In SQL 2000 our disaster recovery plan consisted of making daily backups of all system databases and user databases. If we did have a system failure, we would copy those databases to a different physical server, Open SQL in single user mode and restore master. We would then restart the SQL service in normal mode and ...Show All

  • Visual Studio Team System Uploading a file during a webtest

    I'm trying to create a webtest that at some points uploads various types of files (image, audio....).  When I replay the webtest, at the point where its to upload the file I get an error.... Request failed: Could not find file '............\My Documents\Visual Studio 2005\Projects\SQL2005 Load Test\TestResults\ directory \Out\testimage.jpg' But the file testimage.jpg does not exist in that directory cause the directory is created at ...Show All

  • Visual Studio 2008 (Pre-release) SVCUTIL.EXE Error

    I am trying to get a very basic WCF service to work using the helloworld example described at: http://windowscommunication.net/collateral/pages/howto.htm I've built it exactly according to the instructions at that location using exactly the same code. (The only modification I made was to run it on port 8080...if I try to run it on port 80 as the orginal code, I get an IIS error that says that port is being used by another application. Here ...Show All

  • Visual Studio Team System Change priority from integers to strings

    I've been customizing the Work Item template in the MSF Agile template. So far I've made good progress in implementing the states (Active, Closed etc) that we currenlty use. For Priority, we currently have High, Medium, Low, Memo but when I change the Microsoft.VSTS.Common.Priority type from Integer to string and added these values, it throws the following error when I import the template: Exception Type: Microsoft.TeamFoundation.WorkItem ...Show All

  • Visual Studio 2008 (Pre-release) Whether the final realease of WCF will support WBA of partial trust?

    I just think to support both of the deployment is much better. it seems that few of specialists here read the posts in the newsgroup. so i have to ask the same question here again. Leo -- we hear you :) See Doug's thoughts on the subject: http://www.douglasp.com/blog/CommentView.aspx guid=12a6b6d1-fc37-484b-b52e-92051a309b89 -steve ...Show All

  • Smart Device Development Export data from SQLCE to txt file

    Hi, need some help here. I have an application that I created using VS .net 2005 for mobil device PocketPC. I am managing data with Sql server CE. I need to export from the sqlce a table in .txt format inside the mobil device to later send by email. You'd need to read records one by one from the database using SqlCeDataReader and save them to text file using, say, TextWriter class from System.IO. Samples are ...Show All

  • Visual Studio Express Editions data view multiple search

    hi there any advise would be greatly appreacated im trying to filter a datagrid i only want to show records with eather 1 or 2 or both in one column but i cant seam to figure it out the code i have so far goes as follow but it only shows the rows with 2 in there column Dim toorder2 As Integer Dim toorder As Integer toorder = 1 toorder2 = 2 Me .Tyre_stockTableAdapter.Fill( Me .WorkshopDatareoreder.tyre_stock, New Sy ...Show All

  • Visual Studio Express Editions Cannot find manifest signing?

    I recently had to reinstall my OS and now when I try to publish an update to my existing application I get this error: "Unable to find manifest signing certificate in the certificate store." Any ideas Thanks. The certificate store is a place on the PC that certificates can be stored and easily accessed from any project without the need of knowing the file path to a specific file. In a way you ca ...Show All

  • .NET Development Stored Procedure parameters

    Hello friends. I am a software engineer working for a software company. Recently I have developed a software for vb.net and sql server which reads database metadata, stored procedures, foreign keys, stored procedure parmeters and generates full featured data access code for vb.net and sql server. It generates full, bug free and highly optimized code for playing with database tables, stored procedures, etc. Now I am extending this softwa ...Show All

©2008 Software Development Network

powered by phorum