Samuel Phung's Q&A profile
SQL Server Blank Error Messagebox Displayed at startup
When I start SQL Server Management Studio an error message box with no text is displayed with the Exclamation ICON. Everything seems to be working after clicking OK though. Anyone else experienced this. Also... Why is it that I can't repair the installation from Add and Uninstall Do I have to uninstall it to repair it The SQL 2005 is the Developer Addition with a new install... Does repairing .NET Framework ...Show All
Visual Studio Integrating project management into the IDE
We currrently use projectcards as our project management tool. In order to foster more frequent use, I'd like to incorporate the application into the VS2005 IDE. I'd consider using a startup page, a tab (like the start page uses), or in window such as the command window. I have been able to add it to the tools. memu, but this is only slightly better that using it form the wondws "start" menu. Is it possible Any thought on how i'd proc ...Show All
Game Technologies: DirectX, XNA, XACT, etc. VertexBuffer weird data
Hello everybody. I have a big problem with the data in the vertex buffer returned by a lock on a Mesh.Box(...) mesh. If you specify a cube with the side == 1 the mesh will have the origin ( 0,0,0) as the center of the cube.... That translates in all the vertices will have a position made up of a combination of the value .5f negative or positive. Problem is that what I see in the vertex buffer is weird... every other ver ...Show All
Visual FoxPro foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc.
foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc. I was given a foxpro program and i would like to see the code (the formulas)... i'm not sure how to do this... thank you... Don--while I also tend to believe that VFP gives better performance than Access, I don't think your one example proves anything. How many times do we hear someone running down FoxPro because they've encountered one badly-written ap ...Show All
.NET Development System.dllNotFound Exception
hi I am using websphere Mq series 5.3 version with ASP.net (VS 2003, Windows XP). i have created a queue manager in this, when i tried to open this queue manager to put a message on request queue , the program is throwing a exception i.e exception: System.dllnotfoundException message: unable to load DLL(mqic32.dll) source: amqmdnet (amqmdnet is a dll which is added as a reference in the project) these dll are from websphere ...Show All
Visual Studio unable to step automatically step into the server web service error
Since using vb 2005 i have been having a lot of problems accessing remote web services, When communicating with the web service locally all is fine, when i try to communicate with it remotely i get " unable to step automatically step into the server , The debugger cannot connect to the remote server" It looks like the debugger is trying to remotely debug the remote web service which i don not want it to do. ...Show All
Smart Device Development Porting WORKING MFC Application and depricated classes
I am trying rather unsuccessfully to port a WORKING eVC4 MFC application to VS2005 under the Mobile 5.0 SDK. It would appear that microsoft has dropped some classes from support in the latest version of MFC. The two that are hitting me the hardest right now are CSplitterWnd and CEditView though I assume the CDumpContext is going to come around to be pretty troublesome as well. Are there replacement classes that we are supposed to use, or a ...Show All
Windows Forms How to remove controls at runtime?
I have serveral user controls to show alternatively in my main form.I want to create the control dynamically at runtime and remove it when another should be shown . But after I remove the control from the main form, the main form lost the& ...Show All
Visual C++ How VS 2005 decides to build a project
I have a project that keeps building even if it completes successfully in VS 2005. Is there a way to determine what is causing this build to kick off instead of it saying up to date No we are using the VS IDE. However this has seemed to work itself out with a complete delete and rebuild of our source tree. ...Show All
SQL Server VS2005 Beta2 - Send updated DataTable to SQL
Not sure I'm doing this correctly. It isn't working. I'm importing a text file via ftp, parsing it, adding each parsed line into a strongly typed dataset/datatable and then trying to insert the dataset into an sql table. The TableAdapter generated a Select and Insert method (as Text Commands) when I initially created it, but no Delete or Update Commands were created (even though there is an Update Method available, that came from ...Show All
Visual Studio Express Editions preventing thread from abort at specfic stage
i am creating a thread that will do some work and then enter those info in database. use can abort that thread but i want to prevent that thread won't abort when it is inserting some thing in database, instead it will abort after that Why not disable/enabled the button at the appropriate times. If the button is disabled then they cant execute the button click event code containing the thread.abort command Button1.enabled = fals ...Show All
Windows Forms Weird Behaviour !
Greetings, My application is a main dialog box containing a TabControl. The second TabPage contains a ListView for displaying image thunbnails. My application crashes misteriously when i access the tabpage that contains a ListView displaying the thubmnails images. (See stack trace below) The exception agent displays the following message with an association line connecting it with the " Application .Run( new Form1 ()); " of my ...Show All
Visual Studio BuildAction property for a ctc file does not contail the CtcFile property
Hi, I'm trying to remove the depenendency of my Package on a satellite dll. I did this by creating a resx file and adding all the necessary strings, ico, images etc. I proceeded to add the [MsVsShell. PackageRegistration (UseManagedResourcesOnly = true )] attribute to my package. I then moved the ctc file for the assembly from the satellite dll project to my main package project. The "Build Action" property for my ctc file, however, does not pr ...Show All
Visual Studio Team System How could I add a Setup or a TearDown procedure in the xxx.webtest?
How can I add a Setup or a Teardown procedure in the xxx.webtest, not in the xxxCoded.cs I want to prepare some test data for xxx.webtest before it is run and cleanup this test data after the test is done. But I don't want to do it in the xxxCoded.cs because it will be overwritten once the xxx.webtest is modified. This is correct. The namespace changed after beta2. If you are still using beta2, I su ...Show All
Visual C++ "this" pointer cannot still not be accessed when debugging 1 line inline !!!
Since always (ie VC6) such pattern cannot be debugged properly class A { void f() { m_a=0; } int m_a; }; If a breakpoint is set on f, "this" cannot be access within the debugger. Both F10 & F11 finish before entering f(). The solution is to write it like void f() { ... } But I have always found this to be a pity and awkward. I hoped 2005 would have fixed this! ...Show All
