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

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

WalterLeinert

Member List

mg123
Ayd?nUnlu
Robert Hartley
learn25
TX
Tulika
Sajid Saeed
Nizar
trogers
Anatoly Ponomarev - MSFT
Hoakie
KipB
elbarto
ZhangQing
ItsShilpap
Mickw
Windiestpeak
zxzqkrbrk Jr.
DesertWells
Muruganandan Kandasamy
Only Title

WalterLeinert's Q&A profile

  • Visual Studio Team System Error"Document not found: vstfs:http//seabug01:8080/Currituck/Results/Existing/19fd1118-32c8-4a89-a710-61a40de97e51"

    Hi there,     One of my team mate is not able to open bug or see any query. Any time she tried to do any of these, she gets the error popping up saying " Document not found: vstfs:http//seabug01:8080/Currituck/Results/Existing/19fd1118-32c8-4a89-a710-61a40de97e51" When she term serves in Seabug01 VSTS server itself, logins as her and starts client from there. She could do everything just fine. She could see all the queries, open bug etc. So it seems the problem is with her machine itself, but I have no idea what it is... Has anyone seen this issue Anu Good News.       It seems she ...Show All

  • Visual Studio Properties and Fields in Class Designer

    Just started looking at Class Designer in Beta 2 (great tool by the way). I was wondering if there was any way to make an association between a property and a field within the designer ui or do you have to do it manually in code. Thanks Jamie If you need to create property with accessors for a field, you can right-click the field, choose Refactor | Encapsulate Field and it will do the work for you (C# only in 2005 release unfurtunetely). We're not tracking the relationship futher though. Regards /Dmitriy ...Show All

  • Software Development for Windows Vista ASP.NET Best Practices

      What are the best practicies to integrating ASP.NET into the WWF   I would like to be able to do something like this...                   [Start]                        |                |-----|------|                A      B     &nb ...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 C# Summary comments

    If you type /// at the top of a method some XML is inserted for you, this includes a summary, params, and result. On our team we require some other items to be added to the list as well. As I type them in I get some code insight for available node names. My question is: How can I add my custom nodes to the available node names in the code insight window Thanks Wayne Wayne, Are you using one language in paticular If you are, can you ask on the language specific forum If not, let me know and I'll look into this some more. Thanks, Dylan ...Show All

  • Visual Basic Enumeration of My.Resources

    Hi! I am looking for a way to enumerate resources programmatically. I have found a way in the .NET 1.1-style (which I present here), but I would like to make use of the functionality of .NET 2.0. Example: A resource "ErrorsRes" contains a couple of string. I'd like to create a textbox, which enumeates the name and values of the elements in "ErrorsRes". In the philosophy of .NET 1.1, the following is a working example: Dim myRR As ResourceReader Dim myEnum As IDictionaryEnumerator Dim myAssem As Assembly = GetType (ResLibraryClass). Assembly myRR = New ResourceReader(myAssem.GetManifestResourceStream( "namespace.Err ...Show All

  • Visual Studio Express Editions Visual Web Developer - how to run sql scripts?

    Hello, I'm using Visual Web Developer, and thru the Data Explorer tab, I have created a database with some tables in it. I have alot of data to insert into a table, and I would like to read in an sql script (text file)- that has alot of INSERT statements in it- so that I can upload data to my table without having to laboriously sit in front of my computer and type in the data. I have searched thru all of the pop-up menu options in the Data Explorer, and I have yet to see any facility to be able to load scripts. But since this part of VWD- has every other feature, I can not think that Microsoft would leave this particular feature out. On the ...Show All

  • .NET Development Need help in saving my Console program..

    I made a Console Program .. But I dont know how to save it... I mean .. How can I save it , and that other people can use it too Thanks, Dor Dadush If you select the Project | Properties and the select the Publish tab. VS2005 will create a published project which will do an automatic installation project which you can distribute. The user clicks on the installation file and if the Framework is not installed, and if the user is connected to the net, the framework is automatically downloaded and and installed on their system before the installation continues. ...Show All

  • Microsoft ISV Community Center Forums MSDN Subscription special $375.00 ?????

    Sorry if I'm posting in the incorrect forum, I'm new here......... The following web site link has me wondering if there really is such a legitimate offer from MS concerning MSDN subscriptions. I'm a VS2005 .NET (C#) developer that has paid full price for all my software and would like to purchase the offer below (if it is, in fact, real). I've removed the link otherwise, this post could get removed for advertising. Besides, I can provide you the information for free! ;) He is talking about the MSDN Empower Program . This is a special partner program that allows new ISV to get access to M ...Show All

  • .NET Development An Error oCCURED

    When i tried to run any sample ASP.Net Application i recieve an error "A name was started with an invalid character. Error processing resource 'http://localhost/Shpping%20Cart/Default.aspx' " Only if i rum the application which is not been developed on my system. Can u please tell me step by step how do i overcome this problem thank you Please ask this question at http://forums.asp.net/ ...Show All

  • Visual Studio Express Editions registering on Help menu of VB

    Have gone through the registration process as far as getting the registration key. Now I am supposed to " From the Help menu of Visual Basic 2005 Express Edition, select "Register Product...." I am very new to VB and can not find a help menu with a "register product" menu choice. I went to create new project, but that help menu didn't have that choice. When you Start VB2005 EE, there is a HELP Selection at the top of the form. It is the far right menu selection(across the top of the form). Click on it and you will get a dropdown list and one of them is Register ...Show All

  • Visual Studio Express Editions can't install SQL Server Express 2005

    I've tried to install sql server express (final release),  but the setup failed and I got the message: "An instance with the same name is already installed on this computer. To proceed with SQL Server Setup, provide a unique instance name. "  any idea what this means Many thanks to you guys for the suggestions/help that you provided! Although it took me awhile to solve the puzzle so to speak, I found the answer at last and I would like to contribute this solution http://support.microsoft.com/default.aspx scid=kb;en-us;290991 to those who are having  the same problem that was mentioned here ...Show All

  • SQL Server How to execute ssis package from stored procedure

    how to excute ssis package from stored procedure and get the parameters back from ssis into the stored procedure. Thanks for taking the time to respond. Permission to execute sp_oacreate has to be explicitly granted to users if they aren't to be given membership of the sysadmins role. As I understand it, if you can execute a sp_oacreate command you can run any command line using wsccript.shell. SQL injection attack springs to mind.... This approach is far from ideal and only seems to be appropriate where the users are known, trusted etc. I remember reading a forum question from a person want ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Problem in debugging MC2Dbg.exe

    While debuging the MC2Dbg.exe there exist the following error please tell me where should i keep this dll to remove the error STOP : Could not find 'mc2res.dll' Address : 0x006374D8 Location : MC2DBG! (+0x2364D8) Thanks in advance Meenal Check that the working directory for the debug configuration is correctly set to the FinalBuild folder., and that you've done a build of the source tree. ...Show All

  • Visual C++ Template ptr to funct error in VC 2005

    I'm using STL templates and pointers to functions to do a quick search for the first element in a vector that meets certain conditions. The code compiled fine in Studio 6.0 and 2003, but in Studio 2005 it generates a chain of error messages about converting parameter 1 from const long to const IEvent &. How did parameter 1 get to be a const long in Studio 2005, when it compiled fine in Studio 2003 I looked through the list of breaking changes for Studio 2005 and didn't see anything related. If parameter 1 is somehow a long that would seem to be a fault internal to the STL templates.   I have a vector of IEvent objects that are pa ...Show All

©2008 Software Development Network