kaushalparik's Q&A profile
Visual Basic cominication port
Dear MS Users I have a question about creation port between two computer to send and recieve data , how it is possible with VB or VB.Net . Search google for remoting tutorials. You should get enough information from that to write what you need. But please note that this is a big subject with whole books dedicated to it... ...Show All
SQL Server After install MSDE 2000, Sql manager crash
Whenever I run the sqlmangr.exe after the system reboot, the sqlmanagr.exe generated program error. "sqlmangr.exe has generated errors and will be closed by Windows. You need to restart the program." I verified that the Sqlsever.exe is still running. I am using MSDE 2000. The OS is Windows 2000. One thing I noticed is that sqlmangr.exe will not crash if I disconnect the system from the NETWORK. (By unplugging the network cable.) YOUR HE ...Show All
Visual Studio Tools for Office Any update on the shim for COM Add-in support?
I would like to know the current plan for providing a shim wizard/creation with VSTO 2005 for com add-in projects. thanks Doriak There is a big article associated with the shim which is currently in editing. Probably will take another 2-3 weeks before it is published. ...Show All
Visual C# Application.ProductVersion
Hi I am trying to display productversion in my winform application What i want is to display version information as major.minor.build (1.0.14). Everytime I recompile I want build to increase by one / or when something changes in the code base and recompile - do not mind which. I have looked at AssemblyVersion and AssemblyFileVersion and have set those as 1.0.* however it seems to have no effect on application.ProductVersion. All I get with ...Show All
Architecture Why architecture with OO methods?
OO methods provide a set of techniques for analyzing, decomposing, and modularizing software system architectures. In general, OO methods are characterized by structuring the system architecture on the basis of its objects (and classes of objects) rather than the actions it performs Main purpose of these design concepts is to manage software system complexity by improving software quality factors. This provides the following benefits ...Show All
Smart Device Development Application don't want to run
I've compiled my binary with VC80 and found a problem with CreateThread - it doesn't create a thread and GetLastError returns error number 8(it creates 2 threads, but 3rd thread creation fails), but when I've worked with eVC and everything was OK. What is the difference - may be wrong project's settings Thanks. Ok, let me to supply my previous post with differences between vc 8.0 project's settings and eVC 4.4: first ...Show All
.NET Development ServiceController.ExecuteCommand - access denied
Hi, I got a simple service to which I want to send a custom command to make it refresh some data. I tried to do this through a console application like this: ServiceController sc = new ServiceController ( "TestService" , "Marvin" ); sc.ExecuteCommand(1); But I get an Exception: Unhandled Exception: System.InvalidOperationException: Cannot control TestService service on computer 'Marvin'. ---> System.Componen ...Show All
Visual Studio Team System Need to sign out and in as new user + Source control help
Hey guys, I set up my TFS as networkadministrator. However, now I can't seem to sign back in as my normal user on the domain to check my own settings. Where can I do this I also tried to get Latest Version from source Control. WHen I set my directory to get it, it told me it was already bound to another username. I've deleted that directory from my computer, but I still cannot get the latest version because of the binding. Any ways ...Show All
Visual Studio Tools for Office the working directory does not exist C:\program files (x86)\ Microsoft Visual Studio 8\Common7\ide\
Hi, I had created a Shared Add-In for MS Word, Excel and PowerPoint. Everything worked so good, but now i dont know what has happend when i click on F5 to start debugging i get following error: the working directory does not exist C:\program files (x86)\ Microsoft Visual Studio 8\Common7\ide\ any idea Hi, You will be able to get a much more effective and quick response if you post the question to the IDTExte ...Show All
.NET Development Async Remoting With Callback
Hello All, We are trying to develop a n-tier app with async remoting. We are using Interface based callback mechanism for Async invocation. The code looks something like this interface IDataReadyCallBack { OnDataReady(object res1, object res2, object res3); } class RemotingClient : IDataReadyCallBack { public SomeMethod(object param1) ...Show All
.NET Development Generic types and the property grid
Hi, I'm struggling with generic data types and the display of properties of that type in the property grid (C#, VS 2005). My requirement is to have certain properties which can either get a constant value at design time, or, alternatively, a "rule" assigned to them (basically a declarative expression) which will be evaluated at run-time and set the property value. However, I want to avoid creating appropriate rule-bearing types for every r ...Show All
SQL Server identity columns and XML columns - OK with mirroring ?
Just to confirm, do identity columns and XML columns work OK with database mirroring That is, all data types are supported with mirroring, and identities aren't an issue Transactional replication with identity columns was a right pain in the **** in SQL 2000. I'm assuming that mirroring doesn't have these issues, but want to be sure. Hi Andrew. Yes, mirroring supports and works seamlessly with identity colu ...Show All
SQL Server Error in the Metadata Manager
I'm attempting to deploy a new solution on AS 2005 developer edition. Apparently, a previous, unrelated solution deployment has a problem, and this prevents me from deploying mine. I've cleaned up the data directory, tried all sorts of options, but still I get the same thing. Here's the error: Error 1 XML parsing failed at ...Show All
Visual Studio Team System Web test walkthrough fails
I attempted to repro the web tests per the walkthrough at http://msdn2.microsoft.com/en-us/library/ms243142.aspx When Iattempt to run the tests I get the message Could not run web test 'WebTest1' on agent 'ComputerName'; Could not locate table 'Colors' in data source 'DataSource1' of test 'blablabla Any suggestions Thanks, Tom K In working with SLumley I found that the problem is related to referencing an empty table. If the data source i ...Show All
Smart Device Development Changing Either back or Forecolor of row in datagrid
Hi, How to change forecolor of row in a datagrid. I need to change the color based on some condition. I'm using VS 2003. Thanks! Hi, i 've posted this question in smart device general forum. i didn't get any ideas. so , posting again. Sorry. How to change fore/backcolor of row in a datagrid. I need to change the color based on some condition. I'm using VS 2003. Thanks! &n ...Show All
