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

Software Development Network >> Tania-chan's Q&A profile

Tania-chan

Member List

rwerner
charles C
Zombie_002
Awaneesh Pandey
Gordon Bell
Bharat Gadhia
windpuffs
Srinivas.Tecnics
pure159112
Rob Mijnen
rexx42
Kimo_SPIDynamics
Kaos
Dottj
Tejas34
Mike Greenway
Sharpstyx
GRiNSER
kawano1h
David S. Anderson
Only Title

Tania-chan's Q&A profile

  • SQL Server Losing record after synchronizing subscriptions

    Hi We got a server running SQL server 2000 SP4 with a database that’s being replicated There are 17 subscribers running MSDE SP4 using merge replication. Replication is started manualy Initially we tested this with two subscriptions an everything went well, but now, since 3 months, we are facing a weird problem while sync'ing. We have massive data loss on records that where inserted at the subscribers. Records seem to disappear, but only record that have a foreign key constraint. What I mean is that for example a record is inserted at the table that holds our client records with primary key ‘ClientID’ and then a record is inserted in a table with actions for that client with a foreign key ‘ClientID’ referr ...Show All

  • Visual Studio 2008 (Pre-release) Configuration Question WCF and Visual Studio files

    I am trying to turn off security on my HelloService program by modifying th config I am new to Visual Studio and have a question I am supposed to put a security mode equal to false in my config file My Visual Studio create the following files for me HelloService.application HelloService.duo HelloService.exe HelloService.exe.manifest HelloService.pdb HelloService.vshost.application HelloService.vshost.exe HelloService.vshost.exe.manifest - Which of these files do I use as a configuration file - Should I use another file as a configuration file. such as HellowService.config for example). If so could someone send me an example file - COuld someone send me an xml smippet (in the config file) showing how to turn off security in WCF ...Show All

  • Visual FoxPro using tow field index with codebase

    Hi, I'm using codebase to create table and index and i use VFP 9.0 to open the table and execute querys. when i'm creating an index for one feild : "CREATE INDEX ind ON person(age)" every thing works fine and there the index is working well. when i'm creating an index for two fields or more: "CREATE INDEX ind ON person(age,name)" VFP cant open the table. what seems to be the problem thanks ishay there is no problem with the table file ( I can open it and use it ) but only if I'm not using the .CDX file so the problem is probably in the cdx file ...Show All

  • Visual C++ Including Winbase

    When I try to include winbase.h in on of my files, I get a lot of errors of the form error C2146: syntax error : missing ';' before identifier 'Internal' error C2501: 'DWORD' : missing storage-class or type specifiers and so on. I looked around and found suggestions to use windows.h instead. But can anyone tell me what the problem is. Thanks, KR The problem is simply that windows.h includes a number of other headers, prior to winbase.h. Among these headers, there's the one where DWORD is defined. When you include winbase directly, the types which aren't defined will result in the compiler not being able to parse your code properly. ...Show All

  • .NET Development Interop Thread Leak?

    Hi, I'm hoping for a few pointers for tracking down a resource leak. I developed a VB 2.0 indexing application which is using FileNet's Capture COM objects and we're occasionally seeing a fairly serious leak. It doesn't appear to happen consistently (one user has never had one and I can't seem to reproduce it in my test environment), but it does occur regularly in production. I've been using various tools to poke around in a mini-dump (w/ full memory) and I've seen a few potential problem areas, but I can't seem narrow it down any further. Using PerfMon I found that the leak appears to be in private unmanaged memory. When I open the dump in WinDbg, I get this message: This dump file has an exception of interest stored in it ...Show All

  • .NET Development UDT - SQL Server DB - Access Table and Column where UDT is used with c#

    Hello to everyone, I've a question about UTD and the way I can use to access tables and columns where they are applied in a SQL Server DB. I've already spent 2 days googling and MSDN reading but nothing helped me to solve my problem, thats why I'm posting it here. The scenario follows: I've created a UDT called MyUDT that exposes 2 VIP properties MyTable, MyColumn, here its the code: using System; using System.Data; using System.Data.SqlClient; using System.Data.SqlTypes; using Microsoft.SqlServer.Server; using System.Text.RegularExpressions; [Serializable] [SqlUserDefinedType(Format.UserDefined, IsByteOrdered = true, MaxByteSize = 8000, Name = "Permission")] public class MyUDT : INullable, IBinarySerialize { private s ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. dxdiag under Direct3D 10?

    Hi all, is there anything like DirectX Diagnostic Tool (dxdiag) for Windows Vista x64 I wanted to do some performace testing on my ATI 19000XTX. I want to check if the low FPS on some D3D 9 games is because of D3D 9 emulation or driver issue. My guess is that the driver works fine, but the software is not optimised to D3D 10 & Win Vista 64bit. Is there any workaround to speed up non "D3D 10 & Win Vista 64bit" software Regards, JoeBlk ...Show All

  • SQL Server Many-to-Many data

    If you have ever ran across the same problem you will now what I am talking about. The designer gave us a report to develop that displays many to many data. The traditional approach of hierarchal data reporting just will not work. Any ideas on hwo to display this data Here is a quick example: Think of Musician to Albums. A musician can have many albums, and an album can have many musicians. The report will list grouped by musician thier albums and the total sales, but when you sum up the sales it will be overstated because an album can have multiple artists. Also, if three artists contributed to the same album, it should list the three artists, then the one album, not artist/album X3. So... what is the best approach to displ ...Show All

  • SQL Server equivalent of sp_configure and exec master..xp_cmdshell 'bcp... in T-sql 2000

    This works well in sql 2005 but not in sql 2000. What s the equivalent in T-Sql 2000 pls use master; GO EXEC sp_configure 'show advanced option', '1'; reconfigure exec sp_configure 'xp_cmdshell',1 reconfigure exec master..xp_cmdshell 'bcp mosaikDB742.dbo.FilelistInput in C:\Dev\Mosaik\SQl\Filelist.csv -T -c -Uusername -Ppassword -Sinstance' exec sp_configure 'xp_cmdshell',0 reconfigure EXEC sp_configure 'show advanced option', '0'; reconfigure Thanks a lot for your help. What error message / problem symtoms do you observe Are you having trouble with this statement in particular: exec sp_configure 'xp_cmdshell',1 In SQL Server 2005 the server comes default configured with XP_CMDSHELL disabled; in SQL Server 2000 this i ...Show All

  • SQL Server Internal error using TimeSeries

    Revenue 4 GB (4086 MB) Partitioned into 12 partitions (about 340 MB each) The count of records : almost 16.8 millions Each partition has approximately 1.4 million records Algorithm chosen : TimeSeries Time Key : Period (6 digits integer with values range from 200501 to 200512, integer values) (Non-time) Key : Telephone number, variable-length string/text, max 15 char Input-and-predicted column1 : SLI007 Input-and-predicted column2 : SLI008 I have set the value for PERIODICITY_HINT to {12}. I created the project 3 times in 3 machines. All fail. The error message is the same : Internal error : An unexpected exception occured. Internal error: An unexpected error occurred (file 'dmtimeseries.cpp', line 646, function 'DMTimeSeries::ProcessCase ...Show All

  • Visual C++ VC 6.0 compatibility with WinDDk

    Is VC++ 6.0 compatible with Windows DDK 3790.1830 I am getting error "compiler version not supported. ...Show All

  • Visual C++ Native C++ Or C++.Net2005!!!???

    Common Guys, I Did Many Test, And Always The Rersult Tell Me That Native C++ More Faster Than C++.Net.How Is This Plz Tell Me, Does This Is True Well, if you just read the documentation on the .net framework you would understand why. C++/CLI gets compiled to ILASM. This is like java, where it is compiled partially to lower level but platform independent code. When it is run then it needs to be compiled from the ILASM to native binary code. On top of this there is runtime type checking, the garbage collection (automatic memory management), reflection, security and a lot more running on the code. Native code however is compiled from source to native binary code. It has minimal checking on it with only standard windows secur ...Show All

  • Windows Forms MouseClick called first upon Double Click

    Now I see that my question was very badly writen so I re-write it. I am writing in C#. I have a DataGridView and two functions: One to handle the CellMouseClick event and one to handle the CellMouseDoubleClick event. The problem is that if the user double click a cell, BOTH events are called! First the CellMouseClick and then the CellMouseDoubleClick directly after. They are both called by the VERY SAME double click! It would have helped if I at least could tell if the "CellMouseClick" is caused of a double click or a single click. Anyone that knows how Isn't it alltogether a bug I do not think that a CellMouseClick should be raised by a double click at all. Thanks in advance, Keren PS: This is a car booking system. A single click on a bo ...Show All

  • Visual Studio ToolWindow Focus in 2003 - Reproduction

    Reproduction: Open VS 2003 and create a new VSIP Project. Select C#. Deselect everything but ToolWindow. In your tool window class, paste the following lines. Run it. Observe that OnGotFocus never gets called while OnLostFocus gets called when the tool window gets the focus (sometimes). I've verified this on two machines. Its nerfing my application significantly. Is this a bug, or another faux pas Jamie using System.Diagnostics; protected override void OnGotFocus(EventArgs e) { base.OnGotFocus (e); Trace.WriteLine("TestFocusToolWindow got focus"); } protected override void OnLostFocus(EventArgs e) { base.OnLostFocus (e); Trace.WriteLine("TestFocusToolWindow lost focus"); } ...Show All

  • Visual Studio Team System Bugs and related work item resolution...

    Hi, Sorry if this question has been raised before but I am little confused as to the intended process for using Bugs and Task work items. It seems that tasks have several specific fields such as Remaining Work, Start Date, etc that leads me to believe they are the natural choice for ongoing development task tracking. The impression I get is that Bugs (Work items that do not have these aforementioned fields) would be reviewed and one or more tasks subsequently created for them and assigned to a developer. If this is the case, what is the most efficient way to associate items such as changesets and builds to these tasks and the parent Bug work item. For example, lets say I have a scenario where I have a bug and create a related work it ...Show All

©2008 Software Development Network