Apple I's Q&A profile
Visual Studio Team System Error using MSSCCI provider. <file>.sln not successfully written. ...
I down loaded the new MSSCI provider and insntalled it on a computer that has both VS2005 and VS2003. I opened our 19 project VS2003 solution and tried to add it to source control. I was prompted for the TFS server. Then after several messages in the output window, The following repeated several times. ---- Operation started at time 11:21:34 AM ---- ---- Operation completed successfully at time 11:21:35 AM ---- The system the then appears to be saving information into the solution, but I get the following message. The solution file 'c:\dge\Dev\Srver\Srver.sln' was not written successfully. Check that the location is available, the file is writable and there is enough room on the disk. I am not sure what is ment by the ...Show All
Windows Forms Urgent... Stuck in iimplementation Custom Save File Dialog
Hi All, I want to implement my own custom file save dialog. I have 2 options : 1) Use WinAPI and use GetSaveFileName API. 2) Inherit commondialog and make it according to requirement. I am using Windows API. GetSaveFileName. and implementing HookProc in that. I m getting every message in that. But I have problem in that. First problem is lparam value for particular event like folder up and back to folder is not constant. Second is even if I return nonzero value Folder doesn't ignore the message. actually it should according to documentation. Below is a sample code. public class DialogHelper { #region Private Variables public delegate int OFNHookProcDelegate( int hd ...Show All
Smart Device Development How can i turn on the screen backlight
How can i turn on the screen backlight from my application fter it was automatically turned off to save power. I use Windows Mobile 5.0 and writin in C# Thanks it answer my question but not fully. There are some cases I need to turn on backlight and than I want the PDA to continue to behave like before, With its time outs and so on and I did not found out how to do this. I mean that I need to turn on the light like when the user touches the screen. ...Show All
Smart Device Development Delete Call History Phone via c#
Hi, I need to delete partial Call History (missed, in, out) Phone via C# on Pockect PC. How can I make Thanks This forum is intended to deal with issues directly related to the .NET Compact Framework. It appears that this question can better be answered by someone on one of the newsgroups for Windows Mobile or Windows CE. In order to get a quicker and more accurate response, please consider reposting this question to one of the following newsgroups: Windows Mobile API : microsoft.public.pocketpc.developer microsoft.public.smartphone.developer Windows CE API : microsoft.public.windowsce.embedded General programming (not VisualStudio related) : microsoft.public.windowsce.emb ...Show All
Game Technologies: DirectX, XNA, XACT, etc. SimpleMesh game component and x2swm
I've uploaded a SimpleMesh game component to use on conjunction with x2swm. Instructions are here: http://astaroth.beatbuggy.net:8080/Images/XNAMagic/SimpleMesh_GameComponent_rm.jpg Download it here: http://astaroth.beatbuggy.net:8080/Downloads/SimpleMesh_GameComponent.zip Instructions: 1) Add the game component to your project. 2) Drag the component onto your game designer. 3) Set the mesh path and mesh name. (i.e media\\ , Dwarf.swm) 4) Put the DrawComponents() call in whichever effect pass you wish. This works for n swm batches. It will continue to work if the texture is missing. Here is the latest x2swm: http://astaroth.beatbuggy.net:8080/Downloads/x2swm_1_0_0_3.zip I can't get this to wo ...Show All
Visual Studio Team System TF30177: Team Project Creation Failed - Windows Sharepoint Services 2.0 SP2
I am getting the following error when trying to create a new Team Project. The problem appears to be related to setting up the SharePoint Portal site for the new Team Project. I was able to successfully set up several Team Projects previously. I have searched the message boards and have done the following based on guidence found there: Given NETWORKSERVICE Account permission to access STS_Config_TFS in SQL Server 2005 Run 'stsadm -o upgrade -forceupgrade' Repaired .NET 2.0 Nothing has seemed to work. I have not seen the specific error code (0x81070550) referenced anywhere. Any help would be appreciated. 2007-02-20 12:45:01Z | Module: WssSiteCreator | Thread: 9 | TF30267: Exception: System.Web.Services.Protocols.SoapException: Excepti ...Show All
SQL Server how to write SQL using Expanding Hierarchies?
hi all, How to write sql using Expanding Hierarchies Don't use stored procedure/function, just SQL statement. Thanks! for example: table: Parent Child ---------------------------------- ---------------------------------- World Europe World North America Europe France France Paris North America United States North America Canada United States New York United States Washington New York New York City Washington Redmond Results: World North America Canada ...Show All
Visual Studio Express Editions Help! Can't open projects or start new ones.
I'm trying to set up VC++ Express 2005 on my laptop. The first time I installed it, everything worked fine. I could load the project I was working on and run it in debug mode. However, then I made the "mistake" of trying to open the project from another user account (both are at administrator level) on the same laptop. VC++ immediately crashed on me. Going back to the user account that I installed VC++ with made no difference. Now I can't: 1. Open an existing project. (It will crash VC++.) 2. Start a new project. (It will say "project creation failed.") I had the following installed, in this order: 1. Visual C++ Express 2005 2. Windows Platform SDK 3. GLUT So far, I've tried to unstall everything in the opposite order a ...Show All
SQL Server table name too long via ODBC
Hi, I am traing to execute this select SELECT count(*) CM_CERT_VARIANCE_DET_APINV_RELATE using SQL SERVER ODBC, however, I received this message: "Identifer too long" Is there any table length name limitation I think, there is, because works well on SQL environment. I mean, should this table have less then 18 characters Can I work around this limitation cheers, Alessandro Hi Alessandro, I'm guessing that you didn't do a copy-and-paste and simply missed the from clause SELECT count(*) FROM CM_CERT_VARIANCE_DET_APINV_RELATE If not, you can try executing SELECT count(*) FROM [ CM_CERT_VARIANCE_DET_APINV_RELATE] How are you executing the statement (eg. VB6 ADO/RDO, ADO .Net OLEDB in ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Tile Engine Tutorial - Part 2
We just posted part 2 of our Tile Engine Tutorial over at www.xnaresources.com ! This tutorial covers the following: - Updating the tile set handling to use a tile sets with transitions, etc.. - Adding smooth scrolling to the map engine - Adding a game screen overlay Here is a screenshot of the finished product: http://www.xnaresources.com/images/TileTutorial2.jpg Pop over and run through the tutorial: http://www.xnaresources.com Sorry about the missing download link. I added it to the page at the bottom, after the final screenshot. I'll be working on Part 3 today and tomorrow. ...Show All
Windows Forms Problem Publishing to the Web
After completing my application I used VB 2005 to "Publish" to the web and supplied a website address. After the publish I copied the published files to the correct directory on my website but whenever folks access the publish.htm page all they get on their screen is a dump of XML code. Any idea what I'm doing wrong. The install works just fine on my PC (with Visual Studio 2005 installed) but doesn't work on anyone else's computer wihout VS 2005 installed. Help! Thanks, Doug Doug, I'm glad you figured it out. I'm having the same problem - however, I can't tell from your post just what you did to fix the problem. In the "Publishing Location" I am using my web URL: http://www.web ...Show All
Audio and Video Development Subdirectories in ACA files
Peter Torr - MSFT wrote: Note that you can't have subdirectories in an ACA; only files. Does it not conform to the spec to have subdirectories in ACA files CreateACA allows to create files with paths, iHDSim (0.1) and the Toshiba consumer players work fine with ACAs like this. It would be a shame because it really helps to keep projects tidy.... It's no possible 'by design' ;) The ACA structure does not store any kind of tree, only a list of files, so storing directires into is not possible. An ACA file looks like: - Offest/Filename to File 1 - Offest/Filename to File 2 - Offest/Filename to File 3 .. - File 1 data - File 2 data - File 3 data .. I a ...Show All
Internet Explorer Development HTA Editor with File-Open, Save a file with Unicode Characters.
Hi all, I am new to this forum. I have a problem regarding the HTA application. Actually, I have an application with one Iframe editor on the page. Toolbar is for file open, save. It is opening and saving the basic text file fine. But, i want to open and save the Unicode file. The file should contain unicode characters like Hindi (Devnagri) and English also. I am using this object <Classid="clsid:C909C68E-CC40-11D2-83B4-444553540000">, it is doing the open and save operation for simple text file, but not the unicode based chars files. Any idea, please help Thanks in advance. How to Open/Save the Unicode based file using Object tag in HTA application Tedross ...Show All
Visual Studio Tools for Office Retrieve Outlook calendar
Can anybody tell me how does one retrieve an Outlook calendar and store it in a database I would like my app. to detect appointements from outlook, display them in a datagridview in my app., and store the info in a DB. I looked at this: ms-help://MS.MSDN.vAug06.en/enu_kbvbnetkb/vbnetkb/313801.htm#2 and it doesn't seem to be working. Just as I get to the line below, I get an error saying: 'type outlook.application not defined'. Dim olApp As New outlook.application Which namespace(s) should I use to accomplish this. I've already added a reference to the outlook object and am using MS Outlook 2003. Any help appreciatd, thanks in advance. OK I solved the time issue now, it was j ...Show All
SQL Server Mixing Aggregated data with non-aggregated data in a cube.
At this stage in the project I have a simple fact table which currently holds the low level data. I have designed and built a cube around this table and everything works fine with the current data. The next stage of the project is to migrate some data into the cube from another business area. The problem is that this data is already grouped. I would like to display this data in the same cube so the users can at least get an overview of the different business areas. Is this practical and doable or are there caveats to doing this Does anyone have any suggestions as to what the best approach would be Interesting.... so is this what I need to do..(an educated guess): Add the data to the same tabl ...Show All
