TPECI's Q&A profile
Visual Studio Team System TF53010 NullReferenceException from "TFS Warehouse" source
Each hour there are two TF53010 errors in Event Log. Thanks in advance for help how to resolve the issue. ------------------- THE FIRST ------------------- TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 10/16/2006 7:32:35 AM Machine: SERVER Application Domain: /LM/W3SVC/3/Root/Warehouse-4-128054503400728648 Assembly: Microsoft.TeamFoundation.Warehouse, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727 Process Details: Process Name: w3wp Process Id: 5140 Thread Id: 884 Account name: DOMAIN\tfsservice Detailed Message: Micros ...Show All
SQL Server Change page title from "Report Viewer/Manager" to the actual report name?
Can a person change the page title from "Report Viewer/Manager" to the actual report name Yea, that's a possibility, but not do-able for 50 separate reports :/ Maybe there's some hack to set the page name that's shown by default ...Show All
SQL Server sql 2005 Transaction log size
We have a database that is backed up every night (full backup). The database size is around 5GB and the transaciton log is about 3GB. And it's 3GB after the backup too. I thought the log size should shrink after each full backup. I can't imagine what data the log needs to maintain after a full backup is complete. What can be done about this large transaction log TIA, barkindog i simply right click the db, all tasks, shrink, shrink file, log file. it went from 500mg to < 1mb. not sure why it wroked for me and not others. ...Show All
Visual Studio 2008 (Pre-release) ListboxItem alternating background color
I have an ObservableCollection that is bound to a listbox. Is there a way just using xaml to have the background color change for each item added so that, for example, all the odd lines have a white background and all the even lines have light blue. It's obviously easy using code behind but I'd rather not do it that way. AFAIK, some code will be involved whatever method you choose http://blogs.msdn.com/atc_avalon_team/archive/2006/03/28/562570.aspx ...Show All
.NET Development VB.NET Winforms Application Login
I am currently working on a winforms application that will be used on and offsite. I want to create the application so that user in the company have to login to gain access. Do I have to create a webservice or is there another way to perform this task Right now the code I have is calling a stored procedure but when I took the application offsite I couldn't login with the correct username. If someone could please help me out, I would really appreicated it. Thanks There is many different ways to do this, depending on how you have your environment setup. Web service may be the easiest solution though ...Show All
Windows Live Developer Forums "Do you mean...?" Delegate?
My application has a number of pre-determined searches, such as "Movie Theaters near [user location]". In this example, VEMap.Find() will return a dialog: "Do you mean Theatres ". Is there a way to hide/disable this dialogue If not, if there a way to capture the event or delegate control of it to a function I assume this is possible (as local.live.com does something comparable) but I was unclear on what mechanism permits this in the SDK. Thoughts ...Show All
Visual Studio Express Editions problems with rendering huge reportview`s
hello, Does anyone have any ideea how to render in real time (<1 minute) a report with more than 30 000 pages are there any built in functions that render only, let`s say, 1000 pages, and when I go to last page (page 1000) the render continues until page 2000, and so on i tryed to use the funtion: reportViewer1.CancelRendering(30000); but it`s not working so, any ideeas thx I used a .rdlc report but it`s the same problem with a crystal report too I`m using c# (vis2005) no need to post on an asp.net forum the thread it`s in the right place, but thx for your suggestion If you can give an ideea that would be great ...Show All
Smart Device Development Delegate across task/thread boundaries on .NetCF 2.0 ?!
Hi! I have a little problem, and i guess it's because i have not really grasped the complete concept of delegates yet. So here comes: I have one instance of class, which runs a a thread that uses a message queue to get notified when the power state changes (RequestPowerNotifications e.t.c.). Now there are other Classes/Forms, which should subscribe to this power notification class and get the subscribed functions called, but in their task/thread context. The functions to be called should be able to do multiple things.. E.g. close a database, update controls on the form. e.t.c. So i thought a delegate could do the trick. There is a delegate definition like this in my power notification class: public delegate void PowerNotificationDelegate( ...Show All
SQL Server Issues in DTS
Hi All, i Want to use dts in vb.net.Can any one give me the solution to thus problem Can dts package store the data from the table Rakesh Hello. Are you referring to DTS in SQL Server 2000 or SSIS found in SQL Server 2005. Either way, they are both applications/platforms for data movement, manipulation, work flow but they are not themselves storage applications. So you can use SSIS from SQL Sever 2005 to move an manipulate data from/to data sources (flat files, SQL tables) but SSIS itself does not store data. I hope that helps. ...Show All
Visual Basic Disable TreeNode
Is there way to Disable TreeNode Like .Enabled = False I need this so no one can change the CheckBox checked state Setting the Checked property of a node in the AfterCheck or BeforeCheck events will cause recursive behavior (e.g. the aftercheck method will get called again). In your code, the AfterCheck event will get called 2 times when the item is unchecked: 1 time when the user unchecks the item, and a second time when your code checkes the item. Instead of using the AfterCheck event, you might consider using the BeforeCheck event. This is an event that can be cancelled. This way you can also prevent any unwanted screen effects (like the item appearing checked for a brief period before getting un ...Show All
SQL Server Selective filtering of rows
Hi. I am using Visual Studio 2005 professional and SQL Server 2005 Express Edition. I am having a bit of an issue at the moment with my project. I have a large SQL server database (over 600,000 rows of data decoded from a text datafile and stored by my C# program) where I need to select a series of distinct rows. I have a datacolumn of varchar(10) called UID which is assigned to every row in my database. It's not a unique code so it can happen several times. By selecting a specific UID code, I can narrow down my selection to a specific range of rows (which are incremental in order). This range will contain many names. What I want to do is find a UID which will have one of two names. I have so far done this: SELECT DISTINC ...Show All
SharePoint Products and Technologies Sharepoint authentication problem
Can anyone help I have a very small network (3 clients) and I am running Sharepoint services on Win2K3 in a server, and SQL Server 2005 in another one. I now can't access the Default Web Site in Sharepoint. Requests from Clients are being rejected with 401 errors. The Client requests for pages are met with the following "HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials. Internet Information Services (IIS)". All accounts are properly configured Domain accounts, and have already been added as users in Sharepoint Administration, and are also part of Active Directory. An interesting observation is that if I prefic the Account name with the name of the Host, e.g. LAPTOP\AccountName, I get access ...Show All
SQL Server SQL Sever computer name
I don't have any errors to share, but I have a question. What kind of problems (if any) would I encounter if the computer name where SQL Server 2000 or 2005 was installed included special characters An example would be FNB_(1). Sorry I gave you a bad example. I would still like to know if special characters in a computer name can affect SQL Server. How about FNB_1. Thank You. ...Show All
SQL Server SPLIT AN ARRAY!
dear friends, I have a stored procedure that receives a parameter like ' 123#67#1#89#52#' I need to insert each number (123, 67, 1...) in a table... How can I do it using the best performance Thanks!!! Cheers!!! Dear Friends, Thanks for all!! IT WORKS!! I selected the answer of PHIL! THANKS FOR ALL!!! ALTER procedure [dbo] . [ST_SP_INS_PROJECTO] ( @P_Nome nvarchar ( 50 ), @P_Data nvarchar ( 10 ), @P_CreatedBy nvarchar ( 20 ), @P_Descricao nvarchar ( 200 ), @P_Owner nvarchar ( 50 ), @P_Autorizacoes nvarchar ( 255 ), @P_KeyUser nvarchar ( 150 ), @P_Users nvarchar ( 255 ), @P_Manutencao nvarchar ( 255 ), @P_Storage decimal ( 18 , 2 ), @P_Observa ...Show All
Visual C# Developing web apps using VC#
I am an experienced C/C++ programmer, although relatively new to the Microsoft environment. I have recently used VC++ (C++/CLI) to develop Windows Forms applications. I now have a need to develop a web application and I am looking for the right development environment and language. Ideally, I would like to continue working with C++/CLI to develop the web app. But someone cautioned me that this might require unsafe code access, which may not be set by default for ISS. I am not sure if this is a serious problem or not. But I would like some input on what is the best language (for a C++ programmer) to develop a web app using various Visual Studio 2005 versions. I know that VC# and VB (but not VC++) are offered as part of Web Developer Expr ...Show All
