Software Development Network Logo
  • VS Team System
  • Microsoft ISV
  • .NET Development
  • Architecture
  • Game Technologies
  • Windows Live
  • SQL Server
  • Windows Vista
  • Windows Forms
  • Visual FoxPro
  • VS Express Editions
  • Visual Studio
  • Visual Basic
  • Visual J#
  • Smart Device

Software Development Network >> net's Q&A profile

net

Member List

Chavdar Angelov
Ontario
ralfkret
Mark Eliason
Lou Belaro
Ljones27
Steve Hiskey
haba
Olega
Tech_Exceptional
EvilMonkeySlayer
Kiran Math
Amit.Nayar
jez123456
gerrod
Hargen
EdTacey
bmartin
BMakari
tdmwlm
Only Title

net's Q&A profile

  • Visual Studio Team System Visual Source Safe files

    As I look through our Source Control in TFS I see files with the .vsscc extention and many other VSS extension files. Do we need these files ...Show All

  • Visual Studio 2008 (Pre-release) Lambdas in Custom Attributes

    I want to pursue the concept of embedding lamdbas in custom attributes. It is not supported today to my knowledge but I believe could be very valuable for DLINQ and more.  public class Customer {   [Association((c, o) => c.CustomerID == o.CustomerID && o.Status == OrderStatus.Incomplete)]   public Order[] IncompleteOrders; } I believe that a syntax such as this would generalize the join conditions that are supported by AssociationAttribute and allow for additional conditions. In that way, queries need not repeat those conditions.  Note that regardless of whether DLINQ adopts this, there is a deeper is ...Show All

  • SQL Server Cannot open backup device 'F:\foldername'. Operating system error 5(Access is denied.).

    SQL 2005 Enterprise Even if I logon as Administrator and try to backup any of my databases to local partitions, I get this error below. I have been operating fine up until this point and doing backups all the time.  As far as I know, and after checking, no permissions have changed and of course Administrator has ntfs permissions to my local C and other partitions on this server: TITLE: Microsoft SQL Server Management Studio ------------------------------ Backup failed for Server 'servername'.  (Microsoft.SqlServer.Smo) For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.00 ...Show All

  • Visual C++ Japanese Application

    Hi I developed an Jananese application in MFC (VS 7.2). When i run this application in Japanese Windows its working fine, if i run in other then japanese it display charactors. How can i solve this problem Manoj Jangid I haven’t really tried this stuff but the subject "Languages, Locales, and Keyboard Layouts" might help: http://msdn.microsoft.com/library/default.asp url=/library/en-us/winui/winui/windowsuserinterface/userinput/keyboardinput/aboutkeyboardinput.asp There are other subjects that you might need to look up like "globalization" and "localization". ...Show All

  • Visual Studio Express Editions wildcards

    I need to add functionality to my form in this program that for some fields allows negative numbers, some just numbers, some three positive numbers separted by commas, and some just text. Also, I prefill with a text file so I need the error check for this also... Thanks! Newbiana Well, I can allow for only one - but I can't figure out how to check if I'm at the beginning of the textbox. Also, I used this: Private Sub ErrorCheckOutGntName( ByVal Sender As System.Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles OutGntName.KeyPress Dim EachTextBox As TextBox = ...Show All

  • Windows Forms DataGrid paging with Visual Basic.NET

    I am populating a datagrid with information from a dataset and need to implement a paging system.  I only want the datagrid to view a certain select few rows (17 rows max) per page.  The code I am using to populate the datagrid is: Dim vService = new vWeb.WebService Dim vDataSet = new DataSet Dim vDataView = new DataView vDataSet = vService.GetInfo(vFile) vDataView = vDataSet.Tables("Step").DefaultView Datagrid.DataSource = vDataView How can I get this datagrid to only display rows 1-17, then when the user clicks on a button, it will display 18-34, and etc. I appologize for not being able to get back with you guys on this ...Show All

  • SQL Server Report Manager - Blank Reports Page

    Hi, I'm getting blank page when I open the Report Manager: I've got a header - "...Reporting... HOME", and then just empty space. I had it working fine a week ago. Any ideas The RS runs on Win2003 Std, SQL 2005 Std. Thanks First, you willl need to do the steps that I listed previously in this forum thread. If you login locally, you will also need to add both the report server and report manager URLs to Trusted Sites if you are using IE. Let me know if this solves your problem. -Lukasz ...Show All

  • Visual Studio Team System Custom ruol for Class

    Hi Friends,    I want to make custom rule that class must start with C then a meaningfull name. For that what will be changed in public override ProblemCollection Check(Microsoft.Cci.Member member) and a piece of code will also be useful with this to apply in FxCop... thnx Before posting a code example, I should note that this check you have in mind directly contradicts the MS Design Guidelines for reusable libraries. The FxCop rule ' IdentifiersShouldNotHaveIncorrectPrefix' will fire against class names that folow the CFoo pattern. This is a C++-ism that is no longer recommended. If you' ...Show All

  • Visual Studio Team System Team Foundation Server MSSCCI Provider Beta 2 Now Available (Feb 20, 20006)

    The Team Foundation Server MSSCCI Provider Beta 2 is now available here . IMPORTANT:   Beta 2 is not strongly signed, so you'll need to disable strong name validation as mentioned in the README.  You can find details at http://blogs.msdn.com/buckh/archive/2006/02/21/536260.aspx . New in this beta: Support for Visual Studio 2003 and Fox Pro in addition to the already supported VB6 and VC6. Integrated Checkin - you can now associate/resolve bugs and specify checkin notes with your checkin Improved performance - opening controlled solutions, get, checkout, checkin, and compare/diff are much faster M ...Show All

  • Visual Studio Team System What is a Workspace?

    I am sorry in advance for the ignorance of this question. What is a workspace I notice that one is generated for each user for each machine that has the Foundation client installed. Does it correspond to a workspace in Windows SharePoint Services Please refer to http://msdn2.microsoft.com/en-us/library/ms181383 ...Show All

  • .NET Development Process.GetProcess() Issue

    I'm facing trick problem. I'm using Process.GetProcess( ) method to get all the process which are running in server. This code causes the application termination. If i want to get what kind security permission i have to set . Can any one help Regards To quote an MSDN blog post on the topic: The Process class has a LinkDemand and an InheritenceDemand for FullTrust on it. This means that if your assembly is not fully trusted, it will be unable to kick off new Processes or get information about running processes. The solution... increase the trust the application runs with. ...Show All

  • .NET Development .Net market penetration?

    this may not be the best forum for this, but having trouble finding it.  We're considering .Net / C# for a next-gen Browster client app( www.browster.com ).   So I need the Windows client market penetration numbers for .Net 1.1+ .  What % of Windows machines out there now have .Net installed    Anyone have curent info or know who/where to find it    Such a query does not belong in this networking focused forum. Please an avenue more suited to this type of quesion: http://www.microsoft.com/community ...Show All

  • Visual C# IDE taking forever to get in and out of debug mode

    I have a pretty small app written in C#.  At first - when I was building the form, IDE performance getting in and out of debug mode was fine - about the same as with VS2003.  But now - without adding too much additional code, the IDE is acting really sluggish.  I measured the time to start the app in debug mode - the time measured from when I hit F5 until the form was display was 72 seconds, and the time getween closing the app and when the IDE was active again was 59 seconds. Also just switching between the code and the design tab of the main form takes a long time. Is anyone else seeing similar behavior   Its making ...Show All

  • .NET Development Problems calling oracle stored procedures in .NET 2.0

    Calling oracle procedures seems a little spotty to me so far in 2.0 For example: the following code sample works for me in 1.1, but in 2.0 it hangs on the ExecuteNonQuery command.... without even returning an exception or anything Is there a problem with the Oracle routines in 2.0 private Boolean GetMasterSiteInfo(String PimsCaseNumber) { OracleConnection myConnection = new OracleConnection("Data Source=xxxxx;uid=xxxxx;pwd=xxxxx;"); OracleCommand cmd = new OracleCommand("sa.Cma_Utils.sp_getMasterSiteInfo", myConnection); cmd.CommandType = CommandType.StoredProcedure; OracleParameter parmCaseNumber = cmd.Parameters.Add("i_c ...Show All

  • Visual C++ Class Designer not a feature for C++?

    There is an error in the Visual Studio 2005 product line info at http://lab.msdn.microsoft.com/vs2005/productinfo/productline/default.aspx The table lists Class Designer as a feature, but as far as I am concerned, this is not true if it does not support C++.  Anyone else look at this table and think it was in there   I'm sure someone overlooked this, but it is somewhat disappointing to rely on this table for the past few weeks and learn latter this feature was removed for C++ about six months ago. This is now considered closed at the feedback center. There seems to be a lack of understanding on ...Show All

©2008 Software Development Network