RA-SJD's Q&A profile
.NET Development FileIOPermission Attribute, how to use?
Hi! I'm currently researching a Security Requests, and how this works, so bear with me if I have misunderstood how things work... ;) BUT... I've made a blank project containing the following line in the assemblyinfo.cs: [assembly: FileIOPermission(SecurityAction.RequestOptional,ViewAndModify="d:\\temp")] When I run the project without any other modifications I get the following runtime error: Message="Request for the permis ...Show All
Visual Studio Team System How many days left?
How can I tell how many days we have left before the 180-trial edition expires Trying to plan our upgrade and don't want to be left with a version that is expired. Marc would know, and he says that there is no easy way to tell: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=441447&SiteID=1 ...Show All
Visual Studio 2008 (Pre-release) How notify Changes in ObservableCollection<> Items ?
I have an observablecollection with items that implement InotifyPropertyChanged. Every Item has children that also implements INotifyPropertyChanged I want to bind the IsEnabled property of a "Save button" with some property that notifys when some item or item.children of the Observablecollection change. I can use the collectionChanged event, but only triggers when a item is added or deleted, not when a item is modified. or a child ...Show All
Windows Forms Novice Problems
Hi All, I am trying to do the following in a WinForm I need to run a stored procedure, read the values for each row, and then send an email. the columns being passed are Name of Attachment Name of the Receiver Subject So, I need to read ...Show All
Visual Studio Team System Can anybody provide the code to delete the records in a database after the test is over?
Can anybody provide the code to delete the records in a database after the test is over as I have the outline of the custom web test plug-in required for this purpose Here is the outline of the class. I need to fill in the code for deletion: using System; using System.Collections.Generic; using System.Text; using Microsoft.VisualStudio.TestTools.WebTesting; using System.Data; using System.Data.SqlClient; name ...Show All
Windows Forms Office 2000
Hi, I purchased office 2000 long time ago, recently I obtained another computer and my question is, It is possible to installed the same software in my other computer or I need to buy a new product. I no longer have the installation CD but, I do have my registration code. Both computers are connected thru the same home network. I will appreciate all the help you can give me. Hi, FYI: These forums are related to programming issu ...Show All
Visual Studio Team System Bug in MSSCCI Provider or in VS2003 ?
Hello I have VS2003 + VS2005 + TFS. The VS2003 was connected to microsoft source control until reconnected to TFS with the help of the mssccoi provider. Today , I've removed the old VSS and rebooted my system. When I tried to open a solution(conected to tfs) I got a message that the solution is under some kind of source control but no provider is available. Checked in the installed applications and the provider was there. I had to re ...Show All
Windows Forms DataGridBoolColumn check/uncheck on one click?
Hi, Two clicks needed in order to check/uncheck a check box cell in data grid. I need to make this only in one click. With one click, both focus & check/uncheck the cell. I already saw this thread but couldn't find it again. Please advice&n ...Show All
Windows Forms Naming conventions for form Controls?? i.e. btnExit vs. frmExit....HELP
Hi there - we are trying to come up with some standard naming conventions for our controls. I was taught to prefix the name with the control type. Ex. Exit Button would be btnExit Ex. Name Label woulc be lblName I have also seen prefixing the control name with "frm" Ex. frmName. I'm not sure where the industry is moving....but would greatly appreciate some feedback on this. Thank you! Kelley Bryant ...Show All
Microsoft ISV Community Center Forums Program levels requirements
Hello, the requirements for Microsoft partnership is based on partner points. Generally the points an be accumulated through certifications of application, solution or technical. Why don't you consider also the MVP award Thanks, Pierre Hi Mustafa, partner points follows some rules (here the italian version http://www.microsoft.com/italy/partner/partnering/program_2005/crediti.mspx and english one https://partner.microsoft.c ...Show All
Visual C# Could not load type with framework 2.0
Hello, I have a problem with my .Net Web Application. I was developing with 2003, but I migrate my application to the 2005, and in my local machine I don't have any problem I can see my applivcation in the browser, but when I put my application on the server I have the next error: (With 2003 I got not problem,neither in the server neither in my local machine) Parser Error Description: An error occurred during the parsing of a resour ...Show All
Windows Forms Finding ComboBox Item By Value
I know about the FindString() method, but it's only for the DisplayMember. Is there a way to search by ValueMember What's the normal way to handle what I want to do isthe combo box bound to a datacolumn if so, you can use t ...Show All
Visual Basic best practices to support resolution changes?
As a newcomer to VB, when I developed my application I didn't think ahead to what would happen when users had different screen resolutions. Obviously this was a major oversight and I'm wondering now what is considered the best way to handle the problem. I designed the application at a resolution of 1280x1024, utilizing most of the available horizontal space. I tried setting the AutoScaleMode for the form set to dpi, but this caused considerable ...Show All
.NET Development ASP.NET 2.0.50727.0 - Aspnet_wp.exe could not be started" error message when you view an ASP.NET page
I am trying to test using version 2 of the .Net Framework. I cannot get past this error. v1.1.4322 works fine. I have granted the same acls to the v2.0.50727 folder as the v1.1.4322, including the temporary asp .net files folder. I have followed instructions as per http://support.microsoft.com/default.aspx kbid=811320 . Wrong forum Peter. Lots of ASP.NET help here: http://forums.asp.net/ ...Show All
Visual Studio Express Editions ToolboxBitmap problem
Does anyone know why the following does not leave me with a Custom ToolboxBitmap. I have included a 16 x 16 Bitmap called C_Button as an Embedded Resource in the Library. I have a set of controls in the library all with their own Custom bitmaps, but I just get the default Gear bitmap. Is this a restriction because it is an Express Version All comments gratefully received. namespace CcNet2005 { [ToolboxBitmap(typeof(C_Button))] public partia ...Show All
