xian_ve's Q&A profile
Visual Studio Team System HTTP Status 503: Service Unavailble
I have just installed TFS before 2-3 days back. During these 2-3 days everythings work perfectly. But since today while connecting to TFS ove HTTP using TFS Proxy I receive above message. On examining Server I found following things. 1) TFSAppPool was stop. 2) SQL Server Configuration shows insufficent diskspace message. 3) I scan through Application vent log which shows many error message related to 503 but in the root it shows as a faliure of SQL Server Service failure account. I am not able to understand where to look & sole the issue. Can any onehelp me. Nilkanth Desai ...Show All
SQL Server New Java Driver spec
Will the future Java driver feature the full JDBC 4.0 specification When and how can we start participating with beta,pre-beta testing Implementing the 4.0 spec will be non-trivial. Even though the spec is in final review, the spec will not be available until the Java SE 6.0 (Mustang) release, which looks like the fall of '06 -- another year. The Microsoft SQL Server 2005 JDBC Driver v1.0 will be 3.0 spec, but we plan to move to the 4.0 spec in a year when it is practical. -shelby ...Show All
Windows Forms Downloading Optional Filegroups with ClickOnce without FileIO permissions?
Being playing about with ClickOnce, and I like it lots. One question I had was concerning optional files, though. I've made a test app that can dynamically load assemblies specified in an XML file (you specify the filename and whether you want it to load or not). Now, supposing one of these assemblies contained an optonal module in my app that was very large, very complicated, and very specialised (therefore, only used by a small number of people). Ideally, people who don't use that module (the majority) won't need to download it, so I made it an optional file group in the ClickOnce deployment. Now, when I come to download ...Show All
Visual C# new browser in C#
Hi, I just started learning how to use Visual C# and I am having trouble creating a new web browser from a button. I currently have a button that I want to click to open a new web browser window, which will go to my homepage. I can't find anything on how to open a new window. The closest I have is webBrowser.NewWindow, but it doesn't seem to do anything. Any help is appreciated. Thanks edit: wait wait, there's more! I also have a combobox and I want to be able to type in new items and have it add to the item collection. When I run it, the Item.Add in my program works and I can see the new additions in the combobox, but after I close the prog ...Show All
SQL Server system.Data.SqlServer for CRL integration ??
After installing Visual Studio beta2 with SQL express, I try to use common Language Runtime to create Stored proc. But in the example I follow I got to do this But in my setup I cant add system.data.sqlServer. This namespace is not valid and return an cannot be found error. Do you think I got to install SQL server full version to use CLR Here is my code: Imports System.Data Imports System.Data.Sql Imports system.Data.SqlServer Public Class SqlData Public Shared Sub GetSources( ByVal Usager As String ) Dim sp As SqlPipe = SqlContext.GetPipe() ...Show All
SQL Server XML DataSource / Designer Dataset definition failure
hi all, i'm using a webservice as datasource for my report which returns a dataset. i use the following query to get my data: <Query> <Method Namespace=" http://tempuri.org/ " Name="GetInvoiceData"/> <SoapAction>http://tempuri.org/GetInvoiceData</SoapAction> <ElementPath IgnoreNamespaces="true">GetInvoiceDataResponse/GetInvoiceDataResult/diffgram/Invoice/invPosition</ElementPath> </Query> i use the ElementPath element to get the correct datatable of my resultset. and i have a parameter(invID) to get a specific invoice i want. everything works fine when i run this ...Show All
Visual Studio 2008 (Pre-release) Unhandled Exception: System.Exception: Infinite Descent?
I already sent this to Matt Warren personally but also posted here: ... I’m on the verge of insanity here. I can’t really explain how I got into this situation. I was well on the way to making a kick-*** application, then I needed to go back to the database and abstract out some image fields into another table so I could get lazy-load so I didn’t lock up the app UI over a VPN link to a database. The strange thing, is that it all worked before I started messing around. Obviously now I have removed all my changes and gone back to simple test cases but it consistently errors. To cut a long story short, everything went totally crazy ...Show All
Visual Studio AssemblyInfoTask: Overwriting read-only files?
Hey All, I just found the AssemblyInfoTask for MSBuild and it's almost exactly what I need! I'm creating a build system for our product using CruiseControl.net where the source is fetched from SourceSafe before a build. I've got a version generated by CC being passed into the MSBuild engine, and in testing, being written to the assemblies via the AssemblyVersion property. The problem I'm encountering is that when the files are fetched from VSS, they are read-only. As a feature request, could the task overwrite files regardless/undo the read-only attribute Currently I'm either going to have to create a CC.net task to undo the attribute ...Show All
Visual Studio Autorun does not work
I attended the VS/SQL Server 2005 Launch in Dallas on 11/30. I have been trying to install the software received from this event, but cannot install VS 2005. When I insert the disk in my dvd/cd nothing happens. When I double click autorun.bat nothing happens. I contacted my local support which then directed me to the "event help" and told them of the problem. A week later I get a new CD for disk 2. Guess what, same problem. Called event support again and am told they only report the issues and cannot answer any technical questions. So, has anyone had this problem Is it worth the frustrat ...Show All
SQL Server Errors loading a text file into a Sql Server Destination
I am trying to load 14+ million rows from a text file into local Sql Server. I tried using Sql Server destination because it seemed to be faster, but after about 5 million rows it would always fail. See various errors below which I received while trying different variations of FirstRow/LastRow, Timeout, Table lock etc. After spending two days trying to get it to work, I switched to OLE DB Destination and it worked fine. I would like to get the Sql Server Destination working because it seems much faster, but the error messages aren't much help. Any ideas on how to fix Also, when I wanted to try just loading a small sample by specifying fi ...Show All
Visual C# Data grid scrollbar - how to avoid column headers from scrolling
i am using asp .net datagrid in my web page to display some data and that data is bind to the datagrid at runtime. the number of columns to bind also determined dynamically at runtime. the grid may contain large amounts of data. so when i scroll down to see the bottom rows, the header is not visible as it also scrolls. how can i avoid header from scrolling. pls help me thanks in advance.. Regards Elizabeth check this link: http://www.imaputz.com/cssStuff/bigFourVersion.html ...Show All
SQL Server sql-express install fails
the latest sql-e install fails on one pc for me. It looks like some previous sql-e beta components are still installed. I'm not sure what the correct procedure is for removing them. I tried using msiexec /x but i get an error for each of the 3 components. I'm pasting the error log below. If someone could tell me the correct way to remove them i'd appreciate it, thanks. Microsoft SQL Server 2005 CTP Setup beginning at Thu Sep 29 21:00:51 2005 Process ID : 2284 d:\593c02c0675bffeb8beb\setup.exe Version: 2005.90.1314.0 Running: LoadResourcesAction at: 2005/8/29 21:0:50 Complete: LoadResourcesAction at: 2005/8/29 21 ...Show All
.NET Development Validating a Client
Can anyone tell me if it is possible (and if so, how do I do it) for a remote server object to validate that the client making a remote call is a specific application or component I am trying to create a remote server that will provide potentially sensitive information (such as encryption keys) to applications. The application would use the information internally without revealing it to the end user. However, I want to ensure that a clever end user doesn't create their own application to retrieve the sensitive data from the server and use it for their own evil purposes! My plan is that all valid applications that can call the rem ...Show All
SQL Server Accessing Remote SQL Server Management Console from the web browser?
How does one access a remote SQL Server from the web browser Thanks, -Conrad There is no builtin functionality for that. But Microsoft offers a Web Administrator (don’t knwo if that one is also capable for SQL Server 2005) http://www.microsoft.com/downloads/details.aspx FamilyID=c039a798-c57a-419e-acbc-2a332cb7f959&DisplayLang=en HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
SQL Server The media set has 2 media families but only 1 are provided. All members must be provided.
I am Restoring the ...Database backup the below said message is coming. The media set has 2 media families but only 1 are provided. All members must be provided. Please help. The Backup media you took was invalid. Backup the database again and then then restore it.... It should work fine. Here is an example: RESTORE DATABASE DSDATA FROM DISK = 'D:\SQL_BACKUPS\DSDATA_BKUP.BAK' WITH MOVE 'DSData_Data' TO 'D:\SQL_DATA\DSDATA_DATA-P1.mdf' , MOVE 'DSData_Data2' TO 'D:\SQL_DATA\DSDATA_DATA-P2.ndf' , MOVE 'DSData_Log' TO 'D:\SQL_LOGS\DSDATA_LOG-P.ldf' , NOUNL ...Show All
