RameshP's Q&A profile
.NET Development Windows App Not working over Network
I've got a windows app that connects to a DB and copies a few files from a network share to the local PC. The app is ran on the network share because everybody in our company uses it and when modifications are made, we don't want to have to redistribute 50 or so copies of the .exe. Every time I run the program from the network, I get a standard Windows error and Microsoft wants me to send them the information, it doesn't get too involved oth ...Show All
Windows Forms just getting issuevision to start
Hello... I am running a win2k3 server box, and I installed issuevision etc... no errors as far as I could tell in the install... however once I start issuevision etc I get the login prompt, and try demo/demo as user/pass. It says "Server is not ...Show All
.NET Development Typed DataSet for multi-result Stored Procedure
I have a stored procedure that contains 15 simple select statements. Whenever I try to create a typed DataSet, it only creates a DataTable for the first result. Is there a way to make the tool create a DataTable for each result in the DataSet Nope. While the DataAdapter can create N tables based on the SELECT statements executed, the TableAdapter is designed to expose a single (unmarried) table. ...Show All
Architecture passing lookup values out and into services
Hi all, This time I want you opinion on the following scenario: I have a service which returns info about an entity. Some of the information is based on lookup values (lookup=code/decode, such as "male/female", "small/medium/large" etc.) My options to output these values from the service are: 1. output them as the coded integers (male=1, female=2) - this is a problem because I shouldn't expose my inner data to the ...Show All
Software Development for Windows Vista LockProfile of IStreamBufferSink
I am working timeshift function in Windows vista. I have to use IStreamBufferSink::LockProfile function. But it is failed in Windows Vista. In DirectX C++ MSDN, it is written that This topic applies to Windows XP Service Pack 1 only. How can I do for use LockProfile in Windows Vista Pls, help me. soga... but my project is old vc6 project, and there will be a lot of errors if I build with new sdk (for new ...Show All
SQL Server Package Migration Wizard error -- Index was out of range
I am unable to migrate any DTS packages, from a SQL Server 2000 package, from a structured storage file, or from a DTS package imported into SQL2005 (Developer Edition, 32 bit). Running the Package Migration Wizard, every time I get to the List Package screen, i get the error below. I haven't found any other mention of this so far. Anyone else seen this error or have suggestions "Index was out of range. Must be non-negative and ...Show All
Visual Studio Team System Avoiding Properties.Settings and Properties.Resources in Whidbey
Heya, I'm creating a custom rule for private class members variables. So far I'm using this code: public override ProblemCollection Check( TypeNode type) ... foreach ( Member member in type.Members) ... if (member.IsPrivate && member.NodeType == NodeType .Field) // Do check Now, the problem here is that I get a lot of attributes which are in the Properties.Settings and Properties.Resources classes/files. Is there a way t ...Show All
Visual Basic How to display login form...???
Can anyone help me out, this is urgent ... I have created a login form, how can i display the login form each time when windows start up I mean i want the form to be display once the windows logon form is displayed... or anyways i can replace the windows logon form with my login form p/s: sorry for my bad english explaination ... Thank you Grant, you really provided so much info for me.... i think i'll learn from there .... i'm still ne ...Show All
SQL Server how to change the instance name back to default of SQL2k5
hi, While installing SQL SERVER 2005, I had opted for providing custom name for the SQL Server and named it as for eg. as 'xyz' . Now I would prefer to change it back to default instance so that I can use server=localhost in my connection string of my ASP.NET page. With the custom instance name everytime I have to give server="Machinename\xyz" which is annoying as I will have to change the connection strings in so many places for my ...Show All
SQL Server A call to SQL Server Reconciler failed. Sql Mobile, BusinessLogicModule
I got a merge replication published by my SQL Server 2005 and subscribed by my Pocket PC emulator having SQL Mobile. This works fine. I've now developed my own class to handle my business logic according to MS specifications. Inherits from BusinessLogicModule in Microsoft.SqlServer.Replication.BusinessLogicSupport. I had by using the sp_registercustomresolver and sp_changemergearticle. When I now try to synchronize from the emulator I g ...Show All
Visual Studio SourceSafe Setup problem
Hello all, I have tested VS 2005 b1 for a while now and started testing the VSS a few days ago. I'm having a problem setting it up right. Here is my teams setup. 2 developers: A, B Developer has opened an existing website (on a remote server) and added it to the SourceSafe database which is placed on the same remote server (accessed by file share). Developer B now opens the website from SourceSafe and a local copy is gen ...Show All
SQL Server dts in 2005
i have plenty of dts packages in 2005. I want to delete all of them. However when i delete one of them, the drill down list in the object explorer expands back up....is this suppose to happen or it is a feature fro sp1 It is very annoying though. i hope they fix it. thanks ...Show All
SQL Server SQL Server 2005 Express and SQL Server 2005 Side-By-Side OK
Thanks in advance for any help provided. I attempted a search for this answer but did not find it. I have one machine that I am using for my development. As a result, it is my webserver and my test client machine. So, can I have SQL 2005 Express and full SQL Server Developer edition installed on the same machine without issue I have a client application that will use SQL Express for some data. This client will interact with webserver (whic ...Show All
.NET Development BindingNavigator not navigating
In VS 2005 in VB I set up a form with a grid and a navigator control using Data Access Application Blocks to get the data. I get the records but when I click on the navigation buttons, even thought the record number is changing, the active row in the grid doesn't move. Something is missing from my code (below) I think. Can anyone tell me what's missing Thanks. Private Sub frmDeviceList_Load(ByVal sender As Object, ByVal e As System.EventAr ...Show All
Windows Forms SQLExpress can't attach Database using ClickOnce
I've tried to deply my application using ClickOnce. Togheher with the exe I deploy the database file (mdf) that must be attacched to an instance of SQLExpress using the connection string. If the database reside in the application directory SQLExpress failed to attach the database, if I copy the database file outside the installation dir ie: C:\data it is OK. How can deploy the database file outside the installation dir or how can I attach ...Show All
