Paranth's Q&A profile
SQL Server How to get a row committed
I have a package loading up rows of employees from an excel file. An employee may be in the file multiple times. The package does a lookup and if not found it inserts the employee. When the employee is found it does an update. So in my file employee A gets added on the first occurrence in the file. On the second occurrence, the lookup does not find the employee and tries to insert a second time and I get a unique constraint. How do I make the first insert Commit so that it is seen by the lookup on the second occurrence. thanks I assume you are using the OLE-DB Destination. Open the component UI, and ensure you have select ...Show All
SQL Server merge replication problem ; very urgent
We have a publisher and 2 subsribers. The subscribers are spanning 2 transactions/sec. We have inplemented merge replication and it was scheduled to occur every 5 min. When we start the replication, the replications is going on without any problem for sometime(may be some hours), but after that it failes with the message, "the process could not deliver inserts at the publisher". We have SAN. When I searched for this error in google, it asked me to increase the queytimeout value in agent profile. So I increased it from 300 to 600, but in vain. If anybosy could help me in this, that would be great. Thanks, Preethi. ...Show All
Smart Device Development Device Emulator V2 Crashes when date is changed
Like the topic says, Device Emulator V2 crashes (auto shutdown) when I change the date and tap on "yes" to save. Previous beta didn't have this problem. Anybody else faced this Hello, I tried this on my m/c but couldn't repro it. Can you please share with us following details 1. What image you are using 2. On what OS version you are running emulator 3. If possible please create a crash dump and send me at mohit.gogia[AT]microsoft[DOT]com -Thanks, Mohit ...Show All
SQL Server Can't complete SQL Server 2005 installation!!!
An err occurs when the installation of SQL Server 2005 ,"failed to start" SQL Server , the err msg asks me to query online menually,includes "SQL Server 2005 Setup Log Files and Starting SQL Server Manually." but I don't know what is the problem. Can you help me Most of the above applies to my case as well. The best clue I have to the failure is this event log item: Event Type: Warning Event Source: WinMgmt Event Category: None Event ID: 5603 Date: 8/10/2005 Time: &nbs ...Show All
Windows Forms access another computer's program
Greetings. Problem Description: I have two computers, both running winXP with .net framework installed, and connected to each other through a Hub: there's a CLOCK program (written in VB.net) stored in computer A, and I want to access that CLOCK program from computer B. Question: What's the best way to achieve the goal It's highly appreciated if you could give me& ...Show All
Software Development for Windows Vista Windows 2000 Icon Style Guide
Any possibility of still being able to view the Windows 2000 icon style guide Type <Windows Vista user experience guidelines> into any major search engine and you'll be sent to the download page. http://msdn.microsoft.com/windowsvista/uxguide The Windows 98/2000 guidelines are out of print but you can try to scavenge one from Amazon. http://www.amazon.com/exec/obidos/tg/detail/-/0735605661 ...Show All
Windows Forms Updating a local SQL Server Express database
Hi, I created a SQL Server Express database and added it to my project by using "Project|Add New Item" and selecting "SQL Database". I then added a single table to the database and added a single text column to the table. I dragged the table to an empty form which prompted the UI to automatically add a datagridview, a binding source and a dataset, configured and ready to go. When I run the program, I can add data to the dataset (apparently), but the next time I run the program, the data from the previous session is gone. I have tried all sorts of things including adding an "update" button to invoke the " ...Show All
Visual Studio Team System Where to download MSFWinBuild?
I'm in the process of customizing the MSF Agile Process Guidance. I have been using the Process Guidance Customization Guide from the Visual Studio October SDK. This guide mentions that the MSFWinBuild Tool is useful to pre-render the HTML files. The guide says that this tool can be downloaded from http://msdn2.microsoft.com/en-us/library/ms243893.aspx . However, I can't find the download. Where can I download this tool from Thanks _____________________________ Sarah Cameron - InCycle Software Hi Sarah, The MSFWinBuild site is http://www.gotdotnet.co ...Show All
.NET Development GC hangs with 100% CPU utilization ?
Dear .NET gurus, I am trying to debug some .NET 1.1 application and and experience a strange behavior - from time to time the process hangs with 100% CPU and has to be killed. The threads in the application that burn the processor time are actually unmanaged threads busy doing the following: WARNING: Stack unwind information not available. Following frames may be wrong. 09f8ebc8 00aab14e mscorwks!GetCompileInfo+0x1840b 09f8ebcc 09f8ebd4 0xaab14e 09f8ebd0 00000000 0x9f8ebd4 (this one burns 98% of CPU) Also there are three additional theads doing this: 0660f408 79299fec ntdll!KiFastSystemCallRet 0660f438 7929a54d mscorwks!CorMarkThre ...Show All
Visual Basic How to avoid stepping into the Enterprise Library when debugging?
Hi, <<<< Note: I first posted this in the "VB General" forum, but decided it is more appropriate here. Please help! >>>> I'm sure this is an easy question to answer for someone that has a better understanding about how debugging works in Visual Studio (2005). I've been trying to figure out how to avoid stepping into the DAAB (Enterprise Library Data Access Application Block) when debugging. I have "Just my code" enabled, and I am referencing the compiled versions of the DLLs (i.e. I don't have the DAAB source added to my solution), yet somehow it still steps into the DAAB when I am pressing F8 to s ...Show All
Visual C# Multifile Assemblies???
How do i add a static member using the class view...this static method should be named Add() that returns an int value and accepts two int parameters first and second Dpowers, Well, some people thinks that a college graduation is enough, some people think that any certification is a good thing. I think MCAD is a good certification for developers, maybe a MCSD certification is a better choice for software engineers 'cause it evolves all the life cycle of a software. But you must be aware, Microsoft will release the .Net Framework 2.0 next november 7 and the certifications rules will change. See this article: http://mcpmag.c ...Show All
Windows Forms How do I convert a .gif image into Icon?
Hi, I have several gif images as embedded resources in my C# project. I am able to load them and display them on a buttons, pictureboxs etc. But I want to load the same gif image and set it as the Icon for my form. How do I convert my embedded .gif resource into Icon programatically (without embedding another .ico file for each .gif image) thanks, - R ...Show All
.NET Development Checking if I'm online
Hello there! This is my 1st post here and I'd like to greet all people here and ones that are yet to come! I hope we will cooperate just fine. For start, I have a question: I'm making a project with Visual Studio .NET. It is a counter that counts time spent online. (most people in Croatia still use dial-up networking, including me) I'm doing the code in C++. I was wondering how can I check if I have connected to Internet. Another think (I think that would be better): Can I set it so that when I connect to Internet, I send information of establishing connection to my program (if program is not ran, it runs the program first). Is this possi ...Show All
Smart Device Development Is it possible to develop a .NET Class Library for Windows CE 5.0 using C++/CLI?
Is it possible to develop a .NET Class Library for Windows CE 5.0 using C++/CLI Many thanks, No. The only supported managed languages are VB.NET and C#. You can, of course, use native C++. Cheers Daniel ...Show All
Visual Basic Accessing the MS Windows XP File properties programmatically
I have recently been asked to organize my department network drive into some meaningful structure. I have found that most users who create documents do not use the document properties in any way to add title, category, subject etc. This would be very helpful in organizing files. To aide in the monumental taks of organizing department files I though I would creat a macro to access the file properties that appear through the windows XP explorer File, Properties, Summary tab using visual basic and update the info found there. Is this possible I have found examples how to modify the information ...Show All
