sbr7770's Q&A profile
SQL Server Compatibility of MSDE with .NEt
Hai frnds, Can i use MSDE for my .net applications instead of SQl server Can u sugget some good documents regarding MSDE compatibility with .NET Applications ...Show All
SQL Server parameter help
Is there anyway I can pass column name and column value both as parameters to serach the rows Here is the example what I want: declare @colname varchar(15) declare @colval varchar(15) set @colname = 'LastName' set @colval = 'Smith' select * from client where @colname = @colval The idea is I want to develop one qurey for all possible criteria. How can I acomplish this Thanks. Here is a way: Declare @SQL Varchar(500) SET @SQL = 'SELECT * FROM Client WHERE ' + @colname + '= ''' + @colval + '''' if you want to add more statement, just do SET @SQL = @SQL + 'your statemen ...Show All
Visual Basic Registered File Types
I am trying to expand the registered file types into the verbage that you see on Windows Explorer in the "Type" column in the Details view. For instance, the .xls extension expands to "Microsoft Excel Worksheet" and .txt becomes "Test Document". Also Explorer shows neat little icons next to the file name. Does anyone know how I can get at this information programatically in VB I searched the registry and came up dry. I am using VB 2005 Beta 2. I'm not sure if you can get this without P/Invoke You can probably get some ideas from: http://vbnet.mvps.org/index.html code/reg/regfileassociations.htm on ho ...Show All
Visual Studio Team System Does TFS have it's own SCM, separate from VSS
After installing TFS, I installed VSS 2005 on the server (seemed the obvious thing to do). I'm now confused as to whether TFS has SCM built in, or whether it just uses VSS 2005. Yes, TFS has a brand new source control system. In VS 2005, you can select what source control provider you want using Tools -> Options, select the Source Control node, and then change the source control plug-in with the combo box to say "Visual Studio Team Foundation" to get the new source control system. ...Show All
.NET Development adding timestamp to a video file
hi all I need to add timestamp to a video file in interval of 5 seconds, so that i can play it back I need to do this in ASP.Net C# Pls help Thanks in advance ...Show All
SQL Server Deserialization failed: version 2.0 is not a compatible version
I saw this question before with no answer. I'm trying to develop reports in SQL RS 2000 and Visual Studio 2003. My machine has both SQL 2000 & SQL 2005, SQL RS 2000 & SQL RS 2005, VS 2003 & VS 2005 installed. When I try and open an RS 2000 report in VS 2003, I get the following error: Microsoft Development Environment is unable to load this document: Deserialization failed: Version 2.0 is not a compatible version. The client uses Reporting Services 2000 so upgrading isn't an option. I need to be able to develop in both VS 2003 & VS 2005. thanks, Found a workaround. Probably something to do ...Show All
Visual Basic How do i make a vb.net 1.1 client side web browser object
I have looked every where, why is there no working examples of making a client side web browser object. You could do it in old vb. And people say you can do it in vb.net, but only give half explained info, that does not seem to work. I have come accross pages saying you can just make a program or user control, and just embed it using object on you web page. but they never give full examples, or do not work. most say make a dll, but you can't share a dll on IIS, so i used another web server, and they still dont work. i need a full example, including web page I got it to work finaly, seems it dont work if the ...Show All
Visual Studio Exception "Report Definitoin is not valid" when deployed to Local IIS
The report ran fine on the Web Dev Server. Deployed to local IIS using "publish website' from vs 2005 which compiles the code to dlls. Can no longer render report - got the following exception: Any idea Is precompiling the application a problem Thanks in advance for any help! ReportProcessingException: The report definition is not valid. ReportProcessingException: The report definition is not valid. Details: Data at the root level is invalid. Line 1, position 1.] Microsoft.ReportingServices.ReportProcessing.ReportPublishing.Phase1(CatalogItemContext reportContext, Byte[] definition, CreateReportChunk createChunkCallback, ...Show All
Visual Studio Disabling the 'cannot edit while running' MsgBox in VS2005
Hello, I'm the developer of ViEmu , an add-in which provides vi/vim emulation for VS.NET 2003 and VS2005. I want to ask for advice on an issue with VS2005 (not with 2003). The vi/vim input model employs regular keys as movement actions, for example, 'j' means cursor down, 'k' means move up, and for instance, '3w' means move to the beginning of the third word to the right. I have a problem with VS2005, when viewing a file while the application is running (not stopped in a breakpoint). I've tested it with a C# console app, although I believe it may happen on other .NET apps as well. When the user presses 'j' to move down in this mode, V ...Show All
Visual Studio Express Editions vb express SerialPort control error
When I select the value "None" for the StopBits property on an instance of this control, I get a message <Property Value is not valid> with the following detail: "Enum value was out of legal range. Parameter name: StopBits" This happens when I choose the value from the drop-down list, so it has to be a bug. Does anyone know how I can specify no stop bits I didn't knew that the set function does not allow no stopbits. You are right that such inconsistency is not very clever. I just thought that maybe Microsoft had done some thinking when they allowed no stopbits, but it is obviously not the case! ...Show All
SQL Server What happened to good old object search ???
Hi There I have been working with MSS Management Studio for some time now. One thing really bothers me, i cannot find the equivalent for object search found in good old query analyser. I have many QA databases, and the all have tens of thousands of tables and views. If i need to find a table or view i go to query analyser and do an object search and i get the result within a second. The only thing i can do in Management Studion is filter the views or tables for the one i am looking for , problem is with the number of objects in these databases i can go for a smoke and come back before i get results. Am i missing some ...Show All
Windows Forms setting datanavigator position for newly added row
I have a dataview bound to a datasource (with some individual controls and a datanavigator bound to it). I want to add a complete new record and am adding it to the underlying datatable as such: DataRow newrow = dataTableXXX.NewRow(); newrow["ID"] = 42; newrow["Description"] = "test"; dataTableXXX.Rows.Add(newrow); I want my datanavigator to then navigate to the newly added control. I was using: bindingSource1.Position = bindingSource1.Count - 1; but I now realise that if the dataview is sorted, this will not work. How do I get the new position of the added row You' ...Show All
Visual Studio Team System How to get latest version?
Hi all, I have a problem with get latest version. I did the following: 1) Get latest version to some directory (all done ok) 2) Removed this directory manually from disk (by some reason) 3) Tried to get latest version again, but nothing was done. No files downloaded, no folders created. Why And how to proceed with it in a normal way The only way I have found is to "get specific version" with "force get of files", but it seems to be not good way... Please help! When you do a get, the server records what version of each file you have. This is only updated by doing version control operations, so i ...Show All
Visual Studio Team System Can't add domain user to TFS groups
When I select "Add Windows Users or Groups", it only shows the local machine, I can't browse to the domain, and can't add user in the form "Domain Name\User Name". The machine has already joined to the domain and the current user is the TFS administrator (also Domain Admin). How can I add domain user to TFS groups Thanks! While this may not specifically be your issue, since you have your dc on the same box as the AT I wanted to make sure you were aware that we've seen issues reported where AD was installed AFTER IIS, etc. We've posted some documentation that says that you should install AD right after the Windows install. marc ...Show All
Visual C# Converting from 2005 to 2003
I have a really weird problem. I developed a project in C# using Visual Studio 2005 but the client wants it in Visual Studio 2003. Is there any way to port from 2005 to 2003 in a simple automated way instead of having to manually shifting the code ...Show All
