subramaniac's Q&A profile
SQL Server Timeout expires when deploying assemblies in SQL Server 2005 June CTP
I am encountering a timeout expired error when deploying a .NET assembly in SQL Server 2005 using Visual Studio.NET. I already enabled SQL Server for CLR. Whenever I run the CREATE ASSEMBLY command in SQL Management Studio, my query just ends up executing without stopping. Can anybody help Milind Lele - MSFT wrote: Can you please change the time out value from Tools->Options->Database Tools->Query and View Design ...Show All
Visual Studio Team System Copability TSF:Beta 3, Beta3 refresh, VS2k5 RC1 and RTM
I realize that the VS2k5 RTM will only work with Beta3 refresh. But will the VS2k5 RC work with the Beta3 refresh. I need to plan the upgrades.... We have not tested this configuration so I'm only speaking based on theory. We have not made any significant changes between Beta3 and Beta3 refresh and as such, I do not expect you would have any problems, except in terms of install order. We build c ...Show All
Visual Studio Team Build and NDoc?
I have plugged in Microsoft.Sdc.Tasks.dll to my TeamBuildType to try and make use of the NDoc task. I am also refererring to the sdc tutorial documentation which shows you how to do it, however I am having trouble defining in my tssbuild.proj a folder where I can copy all my freshly built assemblies to (NDoc can only target a single folder). I'm not exactly sure how I can define my own <ItemGroup> sections in tfsbuild.proj s ...Show All
Visual C++ how to compile c++ program
i m getting no clue how to compile c++ prog .. i create my c++ file using file->new->file->c++ then i write the simple code "hello world" thing and press f5 . but it doesnt compile nor build even i tried ctrl+f5 . actually when i went to debug menu the F5 button and ctrl+ F5 option (start without debugging) in light shade, i mean i am not able to select that. pls help You need to create a project ...Show All
Visual C++ Hidind Console Application
Hello, Is it possible to hide this function from the user: system ("cmd"); For example, so when i run he wont see the window jusst the new that comes up on "cmd" Don't use the system function. Use ShellExecute with SW_HIDE. http://msdn.microsoft.com/library/default.asp url=/library/en-us/shellcc/platform/shell/reference/functions/shellexecute.asp ...Show All
Visual C# What is these folders?
Hi. When make a project, Folders with names 'bin' and 'obj' is created. What is held in these folders For running our program on any computer, the contents of 'Release' folder in 'bin' folder must copy in that computer And about 'release' and 'debug' folders in 'bin' and 'obj' folders Thank's. bin contains the binaries used to run your app. obj contains the object files created by the compiler during the compilation process. The re ...Show All
SQL Server SQL Job setup to run SSIS 2005 Package is Failing
I keep getting a failure when trying to run my agent which is trunning an SSIS 2005 package. I have checked the logins and appear to have given the right logins owner to the msdb database and my other databases but still getting this error: 03/09/2006 10:13:31,Run EBN Process,Error,0,BG-22SQL,Run EBN Process,(Job outcome),,The job failed. The Job was invoked by User domain\myuserid. The last step to run was step 1 (Run EBN SS ...Show All
Visual Studio Team System Export Areas
Is it possible to export the areas (from Areas and Iterations) Thanks Scott Area's and iterations are not exportable. However, you can modify the process template to create the iterations and area's in new projects. ...Show All
.NET Development Problems with Find-Method and binding
Hi, I'am using following code to search for a special string and bind them to a DataGridView: Dim drv As DataRowView() dv.Sort = strCol Dim val As Object val = strCol drv = dv.FindRows(val) Me .DataGridView.DataSource = drv First the searched data is displayed correctly, but after a few seconds the error "IsNew" is no member off ... ouccured. The datagridview changed the columns to IsEdit, IsNew, and so one. C ...Show All
SQL Server Bar chart Category field
I was wondering if there's is way to NOT group my category field. I have a category field on my bar chart which I don't want to apply any sort of grouping to it. How would I remove the grouping from the chart. When I remove it from the properties it doesn't look right. Thanks! _Tash ...Show All
Windows Forms rounding numbers
I am displaying numbers in several text boxes and one of the numbers is always large. I want to round the numbers to whole numbers and eliminate the decimal. Here is my calculation Private Sub Command5_Click(ByVal eventSender As System.Object, ByVal eve ...Show All
Visual Studio Express Editions How do I press enter to activate a button click?
I have a login form and what I want to be able to do is press the enter key to click my "okbutton" without having the button selected like it is in nearly every login screen you've ever seen. If you set the AcceptButton property of the form, then the form will click that button when you press enter. I think that's what it's called. There's definately a property along those lines. ...Show All
Visual Studio Team System Newbie basic questions
How do I check the name of a public variable, either in a class or a method How do I check the scope of a method or a variable How do I know the return type of a method To find out the return type of a method, see my first post above. As FxCop analyzes binaries and not source code, it is not possible to see the order that properties/methods etc are laid out in source. The same problem occurs with the visibility, members always hav ...Show All
Visual Basic Predefined names
C and C++ have the predefined constants __FILE__ and __LINE__ which at compile time are replaced by the source code file name and source code line number. Does Visual Basic provide a similar feature ...Show All
Visual Basic Some Questions
how on earth do you make a color transparent I'm not tlaking about a button color, not a 'textbox color', but a color on Paint. I painted a picture on Paint. I loaded it on VB, now there's a big black area behind it. i want the black area to go away. I want to make the color 'black' transparent, so that when you move it over something, the black area is transparent. Tu comprende Not comin' to ya &nb ...Show All
