flwright's Q&A profile
Visual Studio Team System Server Error in '/' Application
hi im getting this error whenever i run my web application for viewing my workitem. is there any solution for this thanks. ps: the webapp is in the IIS of my tfs server and then i just browse it through a client pc. (im not getting this kind of error if i run this using VS2005 but if it is published, this will appear.) Server Error in '/' Application. You'll need to change the cache root directory in your app's web.config. See the attachment in the following blog post for more information. http://blogs.msdn.com/psheill/archive/2006/03/03/543120.aspx Buck ...Show All
Software Development for Windows Vista Beta 2 Activities in Activity Gallery
Many of the activities in the Activity Gallery were written by WF staff. So far there are two Beta 2 activites. Is there a plan to update the others to Beta 2 in the near future Thanks, Yes, I'm planning to publish several activities later this week. A couple of these will be updated versions of the existing Beta 1 activities and there are also a few new activities that demonstrate how to handle events. ...Show All
Visual Studio Team System Can Reporting Services Content Manager Role Set Security for Folders etc?
In our implementation of TFS we will let the Projects themselves handle security within each project. For TFS and SharePoint it works well but for the Reporting Services part we planned to give the Project Manager or the Architect the Content Manager Role and let him give the other project members acces to the project Reports. But the Content Manager does not have access to the Project Properties and the set Security for the project - Is our Reporting Services wrongly installed Here is a list of what the Content Manager role can do: http://msdn.microsoft.com/library/default.asp url=/library/en-us/rswork/htm/rms_security_v1_2rcj. ...Show All
Visual Basic Date Format - Change of Original Post
Dim mystr As String mystr = TextBox2.Text TextBox2.Text = Format(mystr, "dd MMM yyyy" ) If date typed in as 01-01-2001 in VB6 will give 01 JAN 2001. If date typed in as 01-01-2001 in VB 2005 Beta will give - " dd MMM yyyy ", not the actual date. If TextBox2.Text = Format(mystr, "D" ) then Textbox will output " D ", the letter D. No date. Thanks, Blinky. hi there could you help me with the following, im pretty new to programming so please go easy on me basically im working on a form that requires the DOB (date of birth) of the record to be formatted, the text box where the ...Show All
Windows Forms DataBinding to a SQL Field of type money
Has anyone ever had a problem DataBinding to this field type I have a method that sets up all my DataBindings for my controls on the form and when I run it I get this error: "DataBinding could not find a row in the list that is suitable for all bindings" When I comment out the DataBindings for the fields that are pulling from ...Show All
Visual Studio Express Editions Help with databases
Hi I have a database with about 20 columns one of which is vehicleNumber and one of which is temperature. I have many different vehicleNumbers. When the user types a vehicleNumber into a text box I need to collect all the temperatures for that vehicle and find the average temperature. I am not using SQL, I'm using an access database with the dataset and all that. I found a little information suggesting a dataview. Can anyone help me Just to visualize here is a shortened example of my database: VehNum Temp 123 73 456 68 123 83 456 79 123 81 456 72 ...Show All
Visual Studio Team System Not able to capture save button click action
Hi all While using Web Test , some events are not captured in my script, i.e In my application there is an button for save option and while recording , i am not able to capture save button click action , Please let me know whether to change any settings are some thing wrong in my recording No , its only aspx application and haven't used javascript The application just saves record and displays .. orderly and while doing playback , i am getting http status - 302 notfound for some aspx pages ...Show All
Windows Forms Design-time functionality at run-time
I am trying to find a way to paint a selection border around a control whenever it is active at run-time. I would like the border to be as similar as possible to the selection frame that is displayed around a selected control at design-time. The way I am currently doing this is by hooking the MouseDown event of the control. In&n ...Show All
Visual C# Login Control problem
Hey guys, I have a VS2005 website project on my dev machine. It compiles and runs perfectly. When I publish the project and put it into production, the Login control keeps giving me a "Login failed for user..." error. The web.config is the same, the connection strings are the same. Anyone know what the problem could be Yea that's what I thought, so I created a test app pool that runs as the local system, which has administrative rights, and it still didn't work. And also, if that was the issue, then my data access throughout the site wouldn't work, but it does. The only issue is the login control. I tested using the dbo ac ...Show All
Windows Forms Invokepaint to paint another controls image on your control
Ok Does anyone know why this doesn't work Public Class UserControl1 Inherits System.Windows.Forms.UserControl Protected Overrides Sub OnPaint(ByVal e As System.Windows.Forms.PaintEventArgs) Dim CB As New ComboBox() CB.Bounds = Me.Bounds CB.Font = Me.Font Me.InvokePaint(CB, e) &nbs ...Show All
Visual Studio Express Editions Trouble with C++ Express Install
I have tried multiple times to instll the MSVE C++ package with no success.Everytime I try I get a MS .Net Framework 2.o installation errror, which in turn prevents the rest of the package from installing. I have/had none of the components that were not allowed to be on before I started. I even ran the vs_uninst_betas.exe to make sure I wasn't missing anything. I just do not know what to try next to get around this issue. I am running a Athlon Processor, >1GB RAM, Win 2000 SP4. Is it possible the because I have .Net Framework 1.1 installed, that it is causing a problem I look forward to getting some help. Thanks ...Show All
Visual Studio Printing without the ReportViewer
In a Win Forms app, is it possible to print a report without using the ReportViewer control I want to provide a print button on a Form (like Outlook does) and then use an embedded Report to print the data so I don't really need the ReportViewer. I would want to display the PrinterDialog though and use the settings from here to control the printed Report. Is this possible too Regards Graham Well, I'm so close yet so far. I have found the GetPrintDocument method on the Viewer and I thought I could do something like: All in code... 1. Create a ReportView Control. 2. Set the LocalReport properties fo ...Show All
Visual C++ mfc in atl
hi all i had made applicaton that generate the barcode and now i want the to make it as com component and acces through site. i mean online barcode geneator. it works fine as destop application. i want to know how to use mfc classes in atl. or these allowed or cannot use these classes in atl 7. im using visual studio.net 2003. and atl 7 project. You can mix it. BUT! A lot of MFC functions needs a global CWinApp object. In most cases it is easier to create a simple MFC application and integrate the ATL part into it. As soon as you have windows and dialogs you need a MFC body for your application. Integrating ATL code into MFC ...Show All
SQL Server try to setup membership with ASP.NET configuration
When I whant the use the new ASP.NET configuration tool (2005) and I want to define a provider I get the following error. You should know that on installation of VS 2005 SQL-Server Express did not install and I installed SQL-Server 2005 (shiped with VS 2005). So now it seems that VS waits for the Express edition. I changed under Tools/Options/Database Tools/Data Connections the SQL Server Instance Name to "MSSQLSERVER" but this does not help, too. Thank you very much for any help! Regards, Fabian ----------- Server Error in '/asp.netwebadminfiles' Application. If you are using Virtual PC with SQL Server Expr ...Show All
Visual J# SafeArray in J# support
Hi, I'm migrating J++ Enterprise Web application to .NET (more then 3 mln lines). This application use com.ms.wfc.data wrapper over ADO for data access and GetRows function. Recordset.GetRows return com.ms.com.SafeArray as result. Now J# don’t support multidimensional SafeArray ( http://support.microsoft.com/default.aspx scid=kb;en-us;818448 ) Please, advice, what we need to do in this situation. Rewrite all data access layer code for System.Data J# package Convert data access layer code to C# Thank you before. Regards, Max Hi, Ashwin Thank you for your issue. We already work wit the wrapper class. I see some problem ...Show All
