Dennis Kudin's Q&A profile
SQL Server since uninstall of ADAM service does not start anymore
hideho, since the uninstall from ADAM and delteting the VSTFS databases and reboot the sqlserver cannot be started anymore, not after many reboots and trials with whatever.... does anyone have expirences on that problem already Irie Mikky Hi Thanks buddy! You have to just rebbot the machine then turn off the VIA protocol and start the database service. Regards, Satyadev ...Show All
Software Development for Windows Vista Conceptual problem
Let's say I have several instances of a Dictionary<string, string> in my workflow, that each have a bunch of items in it. And let's say I want to design an Activity that does something with a string value (prints it to the console, MessageBox.Show's it, submits it to a web service, whatever). My question is this: how would I design an Activity that, in the Designer, would allow the developer to specify the Dictionary instance, as well a ...Show All
Visual Basic Application Icon
The help file says that any icon added to the application under resources should be listed in the drop down for the application icon. Mine do not show up! Anyone know why How do you take care of this if one is not using Visual Studio. If I am using Mage to automate the process how do I ensure that the manifest is aware of the desktop icon I have already added code in the startup of the program to add a deskt ...Show All
Visual Studio 2008 (Pre-release) TcpTransport and SSL
I'm looking for a solution to tunnel communication through SSL. I need streaming support and binary encoding. Is there a way of using TcpTransport or do I need to develop my own transport Thanks, Michael Hi Michael (long time no speak ;)), did you try to use a custom binding Just take a TcpTransportBindingElement and set the TransferMode property to TransferMode.Streamed - then add a SslStreamSecurityBindingElement. Should work. Chris ...Show All
Windows Forms Wierd MDI behavior
I have a project where the Parent, and the children have a "transparency" issue. I can see through the Caption of the parent form, all the way to the desktop. In other words, I see all the way through Visual Studio, to what ever ...Show All
.NET Development Invoke SetPassword C# LDAP provider...Whos got the fix??
Howdy: According to several many other forums, there seems to be a consistent issue with the Invoke("SetPassword, string password) in DirectoryEntry, in that it does not work! Any clues as to how to work through this problem The code below throws an exception every time..."server is unwilling to processs the request". As suggested in many forums, re-arranging the CommintChanges and order of operations was no help either. ...Show All
Windows Forms Performance problem. How to clean up Dataset ?
Hi, I need a method/way to clean/reset the dataset in order to clear up memory. We noticed a performance problem in our windows forms application. The application getting slow after almost half an hour working on same Form for same user. As a test : ...Show All
Visual Studio could not load type Microsoft.VisualStudio.CommonIDE.TemplateWizard.Wizard
Hello, After installing VS.NET 2005 Beta 2 from the DVD (visual studio team suite beta experience kit), i installed a newer beta build . Now i had had to switch back to the Beta 2 that came with the DVD and i have all sorts of problems. Now, the latest problem is the one in the subject. Anyone can help Best regards, Lucian Chiriac Hi, i'm struggeling with the same problem, but it goes a little further: In the ...Show All
Windows Forms Whidbey WinBar Control
I can't find the WinBar Control as shown on the site http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_vstechart/html/whidbey_csharp_preview.asp.Why WinBars have been renamed to ToolStrips in recent builds. See this <a href="http://www.windowsforms.net/Forums/ShowForum.aspx tab ...Show All
Visual Basic Indexing a String
In VBA is there a way as there is in C++ to retrieve a character from a string by passing it the location. In C++ this would be as follows: sTemp = "Test" sTemp1 = sTemp[2] In this example sTemp1 would contain "s". Is there a way to do this in VBA without using the Mid() or Mid$() ... functions Thanks. .net allows you to do this: DIm MyString as string = "test" mystring = mystring . Chars ( ...Show All
SQL Server SETISOLATION_FAILED Question
I'm loading XML via jdbc driver and am getting the following error: SETISOLATION_FAILED [dbinstancename]A transaction that was started in a MARS batch is still active at the end of the batch. The transaction is rolled back. Here's the reason for this error message (check Using Multiple Active Result Sets (MARS) topic in Books Online): A batch or stored procedure which starts a manual or implicit transaction when MARS is enabled must ...Show All
SQL Server SQL Mobile Server Tools install on SQL 2000 SP4
I am trying to install SQL Mobile Server Tools (beta 1) on my SQL Server 2000 SP4 server. I have already installed the SP4 Replication Components upgrade and my existing SQL-CE databases replicate ok, however when trying to run the SQL Mobile Server Tools (beta 1) install it fails the System Configuration Check with the following error: "You must first install the Replication Components for SQL Server SP 3a or higher or the SQL Server 200 ...Show All
Visual C++ Does anyone know how to convert a *PWSTR to a char*?
Hi, I'm writing a C++/COM applicaiton in V.S.2005 but I'm not using CLR for the managed code extension. I need to use strtok() that requires source to be a pointer to characrter string but I have it as PWSTR that is defined in the winnt.h as typedef __nullterminated WCHAR *NWPSTR, *LPWSTR, *PWSTR; It's been a while since I've done C++ code (I have been doing C#). I appreciate it if someone can help me out with this. Thanks, Alpha ...Show All
.NET Development Develop a Game Server Control Panel
Hello Everyone, I want to develop a game server control panel like www.GameCP.com and www.kronos-cp.com . I am new to game server control panel programming, so i want to know how can I integrate with game server and perform all the tasks like start/ stop/restart server, check how many users connected to the game server etc. using asp.net. Thank You This is a very b ...Show All
.NET Development Ink support in VS C# 2005 with Windows XP Professional x64
Is Ink (Tablet PC) supported in Visual Studio C# 2005 under Windows XP Professional x64 A call to new InkEdit or any Ink class causes a Win32 exception. private void InitializeComponent() { this .inkEdit1 = new Microsoft.Ink. InkEdit (); System.ComponentModel.Win32.Exception {"An error occurred when loading the InkEdit control."} {System.Collections.ListDictionaryInternal} ErrorCode: -2147467259 ...Show All
