Szász Bence's Q&A profile
Visual Studio Team System How to Unlock a lock in another workspace
Say a dev has a bunch of files of locked (checkout or checkin locks) and leaves to go on vacation for a month (yeah - bad dev). As a project administrator I see in the security dialog box that I have the right to "unlock other user's changes" but I can't figure out how to do it from the VS UI or the command line. How do you do this Keith, your lock command did actually work. The command doesn't ...Show All
Windows Search Technologies Problem with WDS Filter
Hi - I recently upgraded to the most recent version of WDS (2.6.5 ) and Windows Live toolbar. Maybe not a good thing to do at once, but I now get the following error message literally dozens of times a day: " Windows Desktop Search Filter has encountered a problem and needs to close. " I select the "Send Error Report" button (Microsoft should have received a few hundred from me by now) and continue with what I'm doing. ...Show All
Visual Basic XAML Documentation parse error after installing KB917452
After installing the Hotfix KB 917452 we have new Warnings: XAML Documentation parse error: An invalid character was found in text content. XML comment will be igored. || \/ ''' < summary> ''' ''' </summary> Documentation in Intellisence missing. Is there a bugfix for this bugfix available Horst Maybe http://forums.microsoft.com/MSDN/S ...Show All
Visual Basic 'MainViewer' is a type in 'FileHider' and cannot be used as an expression.
Hi, I created a new windows application, with 2 forms: a login form, and a main form called MainViewer. When I've tried to Run the app, it said the error: 'MainViewer' is a type in 'FileHider' and cannot be used as an expression. The error points on line 0 in the .designer.vb file. I tried to create another form and to open it, and it showed the same error. What can I do Thanks, Ofir. ...Show All
Visual Basic Sub Main
Hello How can I startup my project from "Sub Main" But I don't want to disable application framework because If I disabled it, I can't make single instance application. How can I startup my project from "Sub Main" and use "single instance application" Thanks You can not use sub main when you have the application framework enabled. The application framework d ...Show All
Visual Studio Express Editions Office 2000 has VB Installer / Configuration Problem after installing VB Express 2005
I am an absolute beginner with VB. I installed VBE 2005 without a hitch but since doing so I have a problem with Word and Excel. Each time I launch them I get a message saying "Please wait while Windows configures Visual Basic Express 2005 ENU". If I let the installer run it chugs aways for several minutes. There is lots of hard drive activity and I notice MSIexec runs in the task list with lots of MSInnn.tmp entries (where nnn is a nu ...Show All
Visual Studio 2008 (Pre-release) XamlReader + StaticResource data binding + RenderTargetBitmap problem
I have the following XAML which I got from samples: <StackPanel> <StackPanel.Resources> <DataTemplate DataType="Hero"> <TextBlock Text="{Binding XPath=@Name }" Foreground="Cyan"/> </DataTemplate> <XmlDataProvider x:Key="GreekHeroesData" XPath="GreekHeroes/Hero"> <x:XData> <GreekHeroes xmlns=""> <H ...Show All
SQL Server connect to web service?
Is it possible to connect to a web service from Analysis Services to populate a cube Can someone point me to sample code or documentation ...Show All
Software Development for Windows Vista capture a frame
Hello! My program captures avi file from TV-tuner for further processing. I need to get every frame during capturing and to know when the frame start and stops. Thanks a lots. You can use the sample grabber filter. This sits in the graph and calls back to a method in your app for every sample. Or you could write your own in-place transform filter that picked out the start/stop times from the IMediaSamp ...Show All
SQL Server URGENT: sp_repldropcolumn Errors (SQL-2000)
Environment: - Publisher: SQL 2000 (SP4) - Distributor/Subscriber: SQL 2000 (SP4) - Replication: Transactional/Continual updates Issue: Calls to sp_repldropcolumn are generating the following error: Server: Msg 4932, Level 16, State 1, Line 1 ALTER TABLE DROP COLUMN failed because '_column_' is currently replicated. The column in question is a text-blob, so I am unsure if the data ty ...Show All
Visual Studio Team System Help needed
hi all, I'm trying to write a custom rule which will check for pascal casing of the class name as well as other parameters. My problem is -- by convention, the names of types that extend certain base types or that implement certain interfaces/classes, or types derived from these types, have a suffix that is associated with the base type or interface. Example:- A type that extends System.Exception should be suffixed with 'Exception'. ...Show All
Visual Studio Team System Code Analysis Policy
I was looking to create a Code Analysis Policy for Checkin but noticed that the docs are still under development. Is there a pointer to a blog anywhere on this slee, Yes, you can indeed sign up for the checkin event using the docs in the extensibility kit. I don't know for sure, but I would expect there's an example in there. There are couple of forum posts that show subscribing to events, such as this one. http://forums.microsoft.c ...Show All
SQL Server combine OLTP with Star design
Hi, We are working with AS for some time. We are using OWC as front end. I would like to display in the pivottable attributes of the dimension that are coming from the OLTP. For instance. I have a pivottable sales, customer by time. Next to the customer name I would like to have a column with his phone number and another with his address. Is something like that possible [I am not concerned about the roll up - the information should only be di ...Show All
Visual C# Splitting a string using multiple delimiter error
Hi guys, I am using C# express august edition, i get this error when trying to do this string t = "Once,Upon:A/Time\\In\'America" ; char[] seps = new char[]{ '/', '\'}; foreach ( string ss in t.Split(sep2)) Console.WriteLine(ss); it says too many character in character litral what do i do but i have a string that has \r\n\r at its end, and i want to remove that from the upper bound of the arraay, like This\r\n\r, how do i remove ...Show All
SQL Server Incorrect syntax near '?'
Hello. When I run my application (it's used to place orders) in VB.net I get the following message: "Failed to complete order! Reason: Incorrect syntax near 'champnr'. Incorrect syntax near ' '. At System.Data.Sqlclient.Sqlcommand.ExecuteReader(CommandBehaviour cmdBehaviour, Runbehavior runbehavior, Boolean returnStream) Here is a part of the code: Me.NewOrder.CommandText = "INSERT INTO TTOrder (beskrivning, bestallarnr, bes ...Show All
