nkerkin's Q&A profile
.NET Development Mutiplayer game using Remoting
some body tell me how to handle multiplayers in remoting using TCP channel i mean how i can identify clients on the server side. There are hundert of articles about remoting, i suggest reading them because we can't post here full articles post as you can understand. Here is a list of resources that i suggest reading, please feel free to post if you have any further problems or missunderstandings: What is .NET Remoting Remoting ev ...Show All
Visual Studio Express Editions Graphics questions in VB
Hi there, I'm planning to make a graphics program in Visual Basic. Although I used Visual Basic a long time ago, and have somewhat of a knowledge of programming, I am by no means expert (you might say barely past beginner) and have been more of an enthusiast in the past (my real job is design and animation). Recently, I downloaded VB Express and decided to take the plunge again. Before I start cramming all the information that is out there ...Show All
Software Development for Windows Vista Parallel Webservice Invocation
Hi! We'd like to invoke some time consuming webservices in parallel, but it seems that the InvokeWebservice activity is synchronous and the workflow scheduler is not able to execute the webservices simultaneous in a Parallel activity. Are there any plans to improve this behaviour or other ways to archive the needed functionality Martin That particular activity executes the service call synchr ...Show All
Windows Forms Text position in a rich textbox
Hey, How do you Aline Text to the left or right, or center it with a RichTextBox control I tryed this: RichTextBoxPrintCtrl1.Text.somthing the somthing is nothing, I could not find a option for .Text that would Aline it... Thanks :) Hello, You should select the text you want to align with richTextBox.Select or richTextBox.SelectAll, and after the text is selected, use richTextBox.SelectionAlignment. ...Show All
Visual Studio Team System Is TSF Server included in Whidbey Beta2 DVD?
I could not see the TSF Server install option when install Whidbey Beta2. Should I install Whidbey Beta2 on Win2003 to install TSF Server, or is it included in another installtion package Thanks! TFS Server is a separate download for MSDN Universal subscribers. It should be listed as part of the Visual Studio 2005 beta 2 expando as one of the items underneath the team suite iso. --Oren ...Show All
.NET Development Problems loading executables on Media Center 2005
Hi, I'm running Media Center 2005, and when I try to run certain exes, I get a common language runtime error, preventing me from loading them. This is getting extremely frustrating. The errors are: ehshell.exe Process id=0xb10 (2832), Thread id-0xb20 (2848) WinSSUI.exe Process id=0xf30 (3888), Thread id=0xa18 (2584) SL4F.tmp Process id=0xdac (3500), Thread id=0xd48 (3400) Can anyone please help me with this It means I can't even run ...Show All
Visual Studio Express Editions Feedback from VBForums.com..take a look..
This poll is just started...ready to have feedback from one od the biggest VB and Programming community. You can see it here http://www.vbforums.com/showthread.php t=339889 ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Distorted texture after lost/reset device
Hi, I'm drawing a textured mesh using DrawIndexedPrimitive, using an effect interface. After a windowed/full screen toggle the texture appears distorted. Interestingly when I draw another mesh in wireframe mode in the same render call the problem doesn't occur. Can somebody help Nico I just dumped the tex coords before rendering the mesh with the undistorted texture and than before rendering the distorted ver ...Show All
.NET Development Dynamic updation of XML file in C++ Application
Dear Experts, I need some information on dynamic updation of XML file. Our application asks the user to insert a file by giving the user browsing option. We want our XML file (which contains the information about the residing files) to be dynamically updated as soon user specifies the path of the inserted file. The next task is to dynamically update the XML file once the user select the file to be deleted by clicking on the Application UI. We h ...Show All
Visual Studio Express Editions The element 'Project' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'Propertygrou
Ever Since I installed beta 2 I've been recieving The following error under the Microsoft.common.targets tab, in Visual basic beta2. I don't uderstand the problem. Warning 1 The element 'Project' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'Propertygroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. Expected 'PropertyGroup, ItemGroup, Choose, Error, Warning, ...Show All
SQL Server Sql server express 2005
I've never used sql server before, I downloaded the express from MS. After installing it, on my XP Pro, I get 2 log in choices. One is my normal log in and the next is "sqlExecutiveCmdExec". I'm assumng that how to log into the Sql server. It askes for a password and I have no idea what it could be. Can anyone help me... By the way, I don't use a password on my xp machine, so I was assuming I didn't need one for Sql login. thanks ...Show All
Visual C# Remoting client causes server to crash with "Attempted to read or write protected memory" error
I have a small solution that's using remoting to dispatch services across a network. When a client terminates the sremoting server suddenly throws a System.AccessViolationExeption with this message: I'm getting the exact same thing, also not experienced in 1.1 of the framework anyone get any further with this ...Show All
SQL Server How to Secure transport of file to FTP Server from SSIS...options??
Using SSIS to send file to FTP server... Looking to transport file to FTP server...want to make sure file is secure while on the wire... What options do we have... Agan Thx very much in advance... Ravi I don't think that there is support for SFTP (Secure FTP) in the FTP Task. So, you will have to use some form of custom development (Script, execute program etc) for that. ...Show All
Software Development for Windows Vista The service 'System.Workflow.ComponentModel.Design.IMemberCreationService' must be installed for this operation to succeed
I am getting this error One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. The service 'System.Workflow.ComponentModel.Design.IMemberCreationService' must be installed for this operation to succeed. Ensure that this service is available. Hide at System.Workflow.Co ...Show All
Visual C# How can I get my app to fetch more than one page from a WIA scanner with an ADF?
Hi, I've searched, Google, the FAQ, Knowledge Base and Forums and am getting conflicting answers. A general search on MSDN for "WIA" and "ADF" provides an article that claims to show how to get a C++ program to use an ADF via WIA (but as I don't know any C++ it means very little to me). However, a Knowledge Base article suggests that WIA cannot access more than one page from an ADF. Anyway, I have a piece of code; ...Show All
