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

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

ThePerfessor

Member List

ferrad
blaze8
tom-taker
Sogran
Vinod Shinde
Martin Hansen
Sean Buck
C.Y. Leung
nope25546
icpenguins
DJ_Whatever
Gabriel Mongeon
Liel
David Langford
WILLPOWER
Kevin Herring
einaros
A-Ka
Rohnish
Steve Wright
Only Title

ThePerfessor's Q&A profile

  • Visual Studio How to persist project configuration specific properties

    Hi, we plan to create an add-in (using C#) for VS2005 that adds some functionality to the C++ project type. How can I persist parameters/settings that are specific for a configuration of the project Am I restricted to use Project.Globals or is there a way to store private properties in the project file under the corresponding configuration Udo Eberhardt The best way of doing this is to use Project.Glo ...Show All

  • Visual Studio 2008 (Pre-release) Can't install WinFX Dec CTP

    Hello! I can't install the WinFX Dec CTP! The installation stops always with the same error: Config_Products_Install: Begin installation of product: Microsoft .NET Compact Framework 2.0 Config_Products_Install: End installation of product: Microsoft .NET Compact Framework 2.0 I have uninstalled the Compact Framework but nothing changed! What should I do I hope someone could help me! Thanks! I had the same ...Show All

  • Visual C# Direct X

    How to translate files created in 3ds max in a format X I have found that there are problems using the panda exporter with version 7 of 3ds max. BTW: We have a list of exporters on www.ircomm.net that might help, but most of them you will have to pay for. Mykre www.ircomm.net - Managed DirectX Game Programming ...Show All

  • SQL Server Reference Dimension causing long processing times

    I have a reference dimension that is linked to a regular dimension that is linked to the fact table. For some reason, when I process the database with some small sample data, it take about 5 minutes to process, where it should take 10 seconds. I am using a reference dimension because it is a child-parent hierarchy, and I don't think I can merge it into the regular dimension. My work-around is to just include the link to this reference dimension ...Show All

  • Visual Studio Team System Reports are not accessible from Team Foundation Server

    I tried creating a duplicate of the Team Foundation Server. The process of taking backup of the data and restoring the same on the duplicate server worked fine. When I tried to view the reoprts on the original Team Foundation Server through the IE, the folders showing the team projects were not visible. Also in the IDE, the Reports folder has a red cross accross it. I am using the beta version of TFS. And the original Team Foundation Serve ...Show All

  • Visual Studio Express Editions Directory.Getfiles

    i want to do a search for all textfiles in C:\ so i did this ListBox1.Items.AddRange(IO.Directory.GetFiles("C:\", "*.txt", IO.SearchOption.AllDirectories)) but i get an error saying "Access to the path C:\system vloume information is denied", if it was in a loop i could say on error resume next but with this you cant, is there any other way around it thanks. Hi, try this code: string [] dirs = Directory .Ge ...Show All

  • Visual Studio Team System Opteron optimization / Profiling

    Hi all We currently use Dual Xeon for a production server, but would like to change to Dual Opteron to get even faster speeds. Dual Xeon 3.8Ghz CINT2000 42.1 CFP2000 32.7 Dual Opteron 280 system CINT2000 75.6 CFP2000 82.4 My question is if the optimizer of Visual Studio Prof. 2005 will generate optimized code against the Opteron, and will the profiler work with Opteron (Intel VTune only works with Intel Chips). thanx, Soren ...Show All

  • Visual C++ Using old MFC dll with CString in a VC++ 2005 application

    I have a MFC extension DLL that is compiled with VC++ 6.0 using the Visual Studio 6.0 IDE. I want to use it in a class library created with Visual C++ 2005. I use the .lib and .h files and access the MFC DLL. Every thing is OK until I call a method of a class defined in it that has a CString parameter. Then compilation succeeds but linking fails saying that it can not find that method. If I compile the source code for the MFC dll with the VC ...Show All

  • Windows Forms ListView

    Greetings, I see that the ListView control now has a VirtualMode property. I am assuming that this is to implement the old Ownerdata type ListView. I cannot, however, get the ListView to work when I set this value to true. Does anyone have any sampl ...Show All

  • .NET Development Updates are not written to the database - please tell me why!

    I am at my wits end! I am creating a simple web application in Visual C# 2005 Express Edition Beta 2 by dragging a table from a data source onto a windows form. I have reread numerous articles on MSDN but with the exception of adding a try block this is as far as I can tell all I need to do to create a working form. When I run it all looks good, I can edit fields and click on the save (disk) icon. But when I look in the database again - it is u ...Show All

  • Windows Live Developer Forums Polyline overlay order?

    How do I make Polyline's appear below Pushpins It seems that by default polylines added to a map through the v3 API’s are drawn 'last' after all other elements have been added to the map, regardless of the order polyline draw was called.. so if it crosses a pushpin it hides it..   This must be possible as Ms draw Polylines below pushpins for their route finding!!   T ...Show All

  • SQL Server SQLExpress database fails under SQL SERVER 2005

    Q1: When I try to move a database (.mdf and .ldf file), developed with SQLEXPRESS on Win/XP to my SBS2003 server running with SQL SERVER 2005, I cannot attach the database on the server. Backup/Restore fails as well. "Could not find row in in sysindexes for database ID=12...." Could not open new database 'Test'. CREATE DATABASE is aborted (error 602). I tried to copy an ad hoc db with only one table from the client to the serv ...Show All

  • Visual FoxPro Old Fox Pro Code Please Help

    I have the following code from an older version of Fox Pro.  I typed it into VFP 8 and I can't get it to work. Does anyone have any suggestions SET BELL OFF SET TALK OFF SET DEVICE TO SCREEN CLEAR ****** NUM1 = "   " NUM2 = "   " NUM3 = "   " NUM4 = "   " NUM5 = "   " NUM6 = "   " @ 10, 5 SAY "ENTER LOTTERY NUMBERS" @ 10, 50 SAY NUM1 PICTURE "XXX" @ 10, 50 GET NUM1 PICTURE "XXX" @ ...Show All

  • SQL Server Management Studio Scripting Bug?

    In my install of management studio when I use the scripting wizard and get to the Choose Script Options dialog The Script Behavior drop down has only two options (Generate CREATE statements only, or Generate DROP statements only).  It doesn't have the option to generate a drop followed by a create.  If you read the description of the Script Behavior that is below the options you'll see that it advertises a Drop and create option.  ...Show All

  • Windows Forms Transfering data from one form to other

    I have a form with two textbox called city and zip code and one button next to the city textbox. If user click on that button it will open the second form with datagrid which display the all city and zipcode list and a button . If user select the city from grid and hit the button or double click i would like to transfer the selected city and zip code into form one and close the second form.   How can i do that. Thanks ...Show All

©2008 Software Development Network

powered by phorum