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

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

arv_6363

Member List

Phil Higgins
RecursiveS
yoges
LostInTheNorthWoods
KYLE kyle
Darren Worrall
Francois FPS
maestro_h
Matthieu_M
RMJR
eVo
Whitebox PC Repair
oneniner
Gianni Patrono
Andy Pope
mike6669
Woody UK
Rick Taylor
Matt Tighe
Maxim Langman
Only Title

arv_6363's Q&A profile

  • Visual Studio Team System TF53010: An unexpected condition has occurred in a Team Foundation componen

    Am getting an error in my application event log, every hour (see below... specific names have been cut for obvious reasons). How do I (ideally) replace the use of the install account that is being referenced by the service account to eliminate these errors) Event Type: Error Event Source: TFS Services Event Category: None Event ID: 3058 Date: 31/05/2006 Time: 08:10:11 User: N/A Computer: xxxxx Description: TF53010: An unexpected condition ...Show All

  • Visual Studio Tools for Office BackgroundWorker problems with VSTO

    Has anyone trie using the BackgroundWorker component inside of ActionPanes I spin up two panes in a Word Doc startup. Within the first pane, I start a long running action that when completed, updates data in the second pane. The issue is that within the RunWorker_Completed event, the executing thread is staying as the background thread, not switching back to the UI thread. UIThread:1 backgroundWorker_DoWork :5 backgroundWorker_RunWorkerComplet ...Show All

  • Visual Basic How can I access the audio equalizer level information?

    Anyone know of a way to access the levels for pitches of whatever if playing out of the speakers Every audio program seems to have those little bars bouncing up and down in realtime so it can't be too hard, right I actually need them in number form because I'm writing a program that uses basic pitch levels to identify non-dynamic sound files when they're played (don't ask, it's a long story but it will work, lol) ...Show All

  • Visual Studio 2008 (Pre-release) AutoGen support for uniqueidentifier columns

    Hi, I notice that the AutoGen attribute currently only supports IDENTITY columns. Are there any plans to have support for auto generation on uniqueidentifier column values Regards Jerrie Pelser ...Show All

  • Visual Studio Tools for Office Excel Data Binding Performance

    I just updated my Excel VSTO code to use data binding (via ListObject) to a DataSet. Prior to this, I was putting data into a 2-dimensional array and setting it to a range. Now the screen update is significantly slower. We often times will have large DataSets. In one example, I had a DataSet with 10,000 rows, and 20 columns (with floating point data). With data binding, it took close to 1.5 minutes (90 seconds) for the screen to refresh. When I ...Show All

  • Visual C# Unmanaged Code (written in C++) Interop with C#

    Hi, I am trying to write a wrapper in C# for the unmanaged code written in C++. Whats wrong in the following code. C++ (Unmanaged Code) extern int DllExport __stdcall GetName( LPSTR name) {    name = "Smith, Allan";    strcat( name, "\0");    return strlen( name); } Wrapper Definition (Written in C#) [DllImport("Unmanaged.Dll", SetLastError=true, ThrowOnUnmappableChar=true, EntryPoint="GetName)] pu ...Show All

  • Visual Studio Can't implement VSProject interface

    Can’t implement VSProject   Hello, I trying to create some mock objects for unit tests that implement the VSProject interface. I created a class and implemented the interface, everything compiles but one I try to instantiate my mock class (new MockVSProject()) I get:   System.TypeLoadException: Method 'get_DTE' in type 'MyLibrary.MockVSProject' from assembly ' MyLibrary.Mocks, Version=1.0.0.0, Culture=neutral, PublicK ...Show All

  • Visual Basic Yahoo mail checker

    I have to check my business mail frequently but i cant keep going to the yahoo website. So i decided to make a program which will check for me, yes i know there is yahoo messenger and others. I have not much programming knowledge so i have to ask you all to help. I have to textbox and the website to be accesed is http://mail.yahoo.com/ textbox 1 is to enter the text into Yahoo ID textbox 2 is to enter the text into Password I ...Show All

  • Visual Studio _COMPlusExceptionCode = -532459699

    Hello everyone, I am writting a visual studio addinto generate xml files. when i am saving the projectitem, i am getting this exception: _COMPlusExceptionCode = -532459699 If anybody could help. Here is the code i have written: StreamWriter writer = File .CreateText(newname); writer.WriteLine( "< xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\" >" ); writer.WriteLine( &qu ...Show All

  • SQL Server Bulk Insert Speed Problems

    Dear Experts, Our Server Information is: HP Proliant ML570 with 4 CPU (2.00GHz 512KB L2, 2 MB L3) It has 4GB RAM. We have 2 HP Smart Array 6400 Controllers with 192MB RAM. The Disks of the system are all HP ULTRA320 SCSI. We have 8 x 146.8 GB 15K, 2 x 72.8 GB 10K and 2 x 36.4 GB 15K We configured the Disks as follows: First Controller RAID 1 = 2 x 36.4 GB 15K - Operating System(Microsoft Windows Server 2003 Standard Edition Service Pack 1) ...Show All

  • Architecture IntraLayer Communication

    Typically when passing data between various layers normally most recommend use of custom entities because it allows the developer to write code which gives finer control to the data. The other means could be usage of dataset, typed dataset. The way I look at it, custom entities take time to code and at the same time one needs to also write logic for retrieving data from database and looping record per record into an array of custo ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Webcasts on game development!

    Hi, I have been participating at the MechComander webcast. I'm wondering if you could do more webcasts. I'm interested in general DirectX programming with maths involed for 2D and 3D, AI, animations, graphical design and general designing of games. It would be cool if multiple webcasts covering those sections could be done! Thank you a lot. PS: What do the other people in the forums think about the topic I also want to see ...Show All

  • Visual Studio classic chm Help doesn't link to MSDN Library

    on new PC, reinstalled VS and Library again, but links to commonly inherited NET members like "string" display a Page Not Found error, yet the help 2 versions work in VS and in H2 Viewer... is this a registry problem does this relate to MS article 827054 or 318945 thanks multiple ones, this used to work on my PC, seems to work on others, but does not work on my new PC, even after resinstalling VS.NET and MSDN Li ...Show All

  • Visual Studio Team System Problems running V1.35 on Win 2K

    Hi, I've been having problems getting v1.35 of FxCop to launch from my "Start" menu. I've tried uninstalling/reinstalling several times but to no avail. On startup I get the "FxCop.exe has encountered a problem and needs to close. We are sorry for the inconvenience." message together with the option to send the error report. My colleagues have no such issue and the only difference I can identify is that they are all usi ...Show All

  • Visual Studio Team System Exception LoadTestCounterCategoryNotFoundException

    The load test found this error. Exception LoadTestCounterCategoryNotFoundException 1 The performance counter category 'SQLServer:Cache Manager' cannot be accessed on computer 'AGAMENON' (Category does not exist.) ; check that the category and computer names are correct. I want to ask something, the iis server is on the same machine but sql server 2005 is on another machine, should I have special permisions to see the performance counters ...Show All

©2008 Software Development Network

powered by phorum