veronique's Q&A profile
Visual Studio Team System Churn report
I heard that it is posible to do a churn report in Team Systems from build to build. I started looking on the web and saw some nice charts that demonstate that. I didn't find that report in list of reports. Is there a predefined one If not how can I make one Thank you, Shimon ...Show All
Visual C++ How to store CObArray object arrays in file (Serialize problem)
i want to store recode in file. It is a simple file-based database, with the records sequentially appended to the end of the previous record. So firstly i made Recde Class , this class object store recode and every recode add in CObArray object arrays .... but problem ocurse when i want store in file bcoz CObArray object arrays not store in file i am using Serialize but get error when stroring in file... CArchive ar(&file, CArc ...Show All
Visual C# Installing Project
I developed a database in SQL Server 2000 , the front end (GUI) is designed in C# , it is working fine on my own computer but if I try to migrate it to other computer where SQL Server2000 is not installed its not working there, similarly if I install SQL Server 2000 on that computer it stillrequires to attach the database file, so is there any method or procedure so that I don't have to install SQL Server 2000 altogether or I have not to attach ...Show All
Visual Studio Unable to start debugging on the web server - Duplicate name on Network?
I've just recently upgraded to VS2005 and have managed to build my web site, however when it tries to go into debug mode on the web server it comes up with: "Unable to start debugging on the web server. You were not connected because a duplicate name exists on the network. Go to System in Control Panel to change the computer name and try again." Has anyone come across this error before I read somewhere that this was a bug in the Beta ...Show All
SQL Server Error using Datareader Destination
Hi guys, I'm in dire straits here - really hoping someone can help me. I'm using a datareader destination and consuming it in a C# app. When I fire ExecuteReader on my DTSCommand object to return some data I get the error: "Could not obtain a datareader object from the specified data flow component" So we don't have a clue why this isn't working. Although...I'm intrigued by the line about "specified data-flow component". In the C# app you d ...Show All
Smart Device Development Whether netcf 2.0 support isolated storage?
Hi, Whether netcf 2.0 support isolated storage Regards, Senthil. ...Show All
Visual C++ c/c++/c#
I am currently an intermediate programmer in visual basic .net. I want to learn a C language and was wondering which I should learn first and the main differences between them. Between C, C++ and C#. Thanks, Korab I would really take a few weeks and learn the basics of the C++ langauge before tackling anything domain specific. If you know the fundamentals you'll find it easier to apply C++ to any problem. ...Show All
SQL Server Retrieving code from a trigger in the database
I have inherited a database and with it a set of triggers that are 'apparently' installed. However I have a number of different 'versions' for a specific update trigger and it is not clear from the files which is the latest, hence I am unsure of what 'version' of the trigger is installed in the database itself. I am trying to retrieve the trigger code from the databse so that i can correctly determine which one of my trigger files is the late ...Show All
SQL Server Compact Database Error Code: 0
I am currently working in VB.NET with SQL Mobile 2005. I am trying to compact a database, .sdf, using the SqlCeEngine Object compact(connectionstring). When I use this code to compact a small database, only about 300KB, it returns okay however when I try to compact a larger database, about 9MB, it returns with a SQL Error Code: 0, "The operation completed successfully" however with no compacted database. Th ...Show All
Visual C# Voice generated based on a text
Hello. I'm new on this forum, in fact, it's my first post . Is there a posibility in a windows application to generate a voice based on a text For example, instead of written error message I want a sound based message. How can I do it Thank's very much. Welcome! You need the Windows Speech SDK: http://msdn.microsoft.com/library/default.asp url=/library/en-us/SAPI51sr/html/Welcome.asp It has samples for C#: http:/ ...Show All
Visual Studio Cannot get local version of MSDN to be called up from VS 2005
Hello, I have recently upgraded to VS 2005 release candidate. I then installed the full 2.6GB version of MSDN locally. I need to figure out how to get the local version of MSDN to be accessed from VS 2005. I have specified "Use local first, then online" as my option for help. Whenever I double click a class name and hit F1, I expected to get the local definition of that class. Instead, it goes through the relatively long process of looking ...Show All
Visual C# Copy Local Fails
I have a large solution (16 c# dll projects, 1 c# exe project) where the dll projects are project references of the exe project. I have set copy local true for all the projects. The problem is on alternating rebuild-all builds one or two of the 16 dll's are not copied into the exe's bin/debug directory. On the good build, all references are there and on the next build, some of the dll's are missing. Any suggestions SB ...Show All
SQL Server Deployment
Hello, I was reading some article which said, the reporting service (sql server 2005)does not have many capabilities and so, after initial development of reports you can deploy it to a custom website or an application and then use .net to enhance report functionalities... How to do this..Please help me.! Thanks, I have tried to create a script in MS SQL Server Management Studio that uploads Excel to SRS. (I shortened the numbers that ...Show All
Visual C# web - file date modified
I'm trying to merge a current php website over to .net 2.0 with c#. I have a function in PHP that gets the last date modified of the file. I've been looking for some similar functionality in C#, but can't find it. Anyone know where I should look. In php I can use filemtime() I've found similar functinality in C# for Windows, but not Web. For files you can use the FileInfo.LastWrit ...Show All
Software Development for Windows Vista Vista CTP on MSDN???
I was told that the vista CTP would be on MSDN, but I don't see it yet. Does anyone here know where it is at the moment. I am dying to get my hands on this build. The winhec build ended up not showing up on MSDN. Will this one have the same fate If you don't know when it will be on MSDN, do you know who I can call at Microsoft to find the answer I tried MSDN online conceirge and they don't even know the build exists according to the person I tal ...Show All
