Latso's Q&A profile
Customer Care Framework How are the tables in CCFReports DB filled up??
There are no rows in the tables of CCFReports DB. Why is this so Hi Matt, was not able to find it in the \Setup\Database folder. can you please tell me where i can find it ...Show All
Software Development for Windows Vista TIP Txn resolution (*ONLY* failed to notify)
Hi, It appears that DTC is not fulfilling its end of the bargain when it acts as coordinator in a distributed TIP transaction. I deliberately killed my Transaction Manager after it had successfully returned a PREPARED response to the DTC. I then pulled the plug (literally) on the network connection. After bringing my TM back up, it began waiting t3$tip_unresolved_search_detent seconds between attempts to obtain the outcome of the txn from DTC. I then restored the network connection, and to my astonishment, DTC just sat there content that my loyal Resource Managers (Rdb) were enforcing the ACID properties of a true 2PC and locking all affected rows. After some many minutes of inaction, a net stop/start msdtc was able to force a com ...Show All
SQL Server Join 3 Tables Return all records even null...
Hi everybody, How would I get selected columns of both table of all records/rows of FieldType table for specific employee With the simplified Table structure I tried following sql statement. Thanks in advanced. Sql statements Select V.FieldValueID, V.FieldID, V.EmployeeID, T.[Name] As 'Field Type', F.[Name] As 'Field Name', F.DisplayOrder, V.value From Field F Left Join FieldValue V On V.FieldID = F.FieldID Left Join FieldType C On F.FieldTypeID = T.FieldTypeID Where V.EmployeeID = 8 Actual Result: (2 records only) FieldValueID FieldID EmployeeID Field Type Field Name DisplayOrder Value 3 2 8 TextBox Gender 1 F 4 3 8 ComboList MaritalStatus 2 M Correct Desired Resul ...Show All
Visual Studio Team System How to Use FxCop1.35 in VS2005
HI,David M.Kean I wanna check if class names/method names/property names are Pascal Cased in VS2005,and I just find there are rules in the Fxcop1.35,such as CA1704(IdentifiersShouldBeSpelledCorrectly),CA1705(LongAcronymsShouldBePascalCased)... so,i add FxCopSdk.dll/Microsoft.Cci.DLL(FxCop1.35) into References(VS2005),it can be builded succeed,i copy the DLL into "Microsoft Visual Studio 8\Team Tools\Static Analysis Tools\FxCop\Rules",but it does not work. how can i do thank you~! I also want to ask some problem about FxCopSdk.dll、Microsoft.Cci.DLL in the vs2005 I have defined some rules which can run well in FxCop1.35. when I move those rules into the folder "C:\Program Files\Mi ...Show All
Visual Studio Team System How to run MSTest from windows application?
Hi, I am writing a automation tool to test installation and functions of both Server.DLL and Client.DLL. To verify installation test I developed a windows app that installs server, client and test project. Now over this, I loaded all the test methods from the test projects. I want to let the tester choose the test methods and run that through MSTest.EXE and send report in email. Now, problem i faced is when try to run MSTEST.EXE from System.Diagnostic.process, The system gives error saying MSTEST file is not found. obiviously because it resides in VS.NET folder which our project cannot locate. How can I make it independent of the MStest.exe's location thanks, kesh Hello, I think you can ...Show All
Game Technologies: DirectX, XNA, XACT, etc. How to get amount of free/total local video memory?
Current properties and methods (HardwareCaps.VideoMemoryTotal, Device.AvailableTextureMemory in April 2006 SDK) are returning local+nonlocal amount of memory. Is any way in MDX how to get amount of local video memory only Thank you, mikrogen Say I would like to inform the user about graphics card’s parameters. Is it possible in MDX to get total amount of local (onboard) video memory at all thanks ...Show All
Visual Basic Project upgrade error on Form - VS 2005 beta2
I am upgrading a VB.NET project in VS 2005 beta2. When I try and display the designer for a Form I get the message: Unable to cast object of type 'System.Windows.Forms.Form' to type 'VbPowerPack.TaskFrame' Where do I start looking for this error Thank you very much. I also receive this erros, I think that the powerback isn't compatible, but the strange thing is that I can debug my app in 2005. MS works in myterious ways ...Show All
.NET Development .NET Socket implementation
Hi, I'm new to asp.net web application and also socket programming. I need help on socket programming. I want to create a asp.net web application page that can connect to the server using socket and for the data access part I need to use xml for communication between the server and the client applcation. The server connect to three databases and it acts as a middle man between the client and the database. The server is a program written in java. How am I suppose to do the socket programming inside my web application. Can anyone help me with that I really need help... As I can't find any good example on socket programming. Please help... Snow Ya. Hi the problem of receiving is solved. But now anot ...Show All
.NET Development Xml document Validatied against Xml Schema
Hi, I have written a sample code to validate an Xml document against Xml Schema. I am trying to display message (i.e. Validation done). Output statement is written in the method called in ValidationEventHandler. I have place a breakpoint in MethodA(), and expecting control inside MethodA(). It never happens. Kindly explain me the internal working mechanism, whenever Validate method is called. Sample code as below. class Program { static void Main(string[] args) { try { XmlReaderSettings settings = new XmlReaderSettings(); settings.Schemas.Add(" file:///C:/temp/ ", "C:\\kalai\\sample.xsd"); settings.ValidationType = ValidationType.Schema; XmlReade ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Problems with bounding boxes collision
This may sound really stupid, but I'm new to this stuff, so if anyone could help ... I can't get collisions on bounding boxes. I tried first with moving objects, after no sucess on that I even tried to create two boxes on top of each other and call the Intersects() method, it will still return false. This is how my code looks like: BoundingBox bbtest = new BoundingBox(new Vector3(0.0f, 1.0f,0.0f), new Vector3(1.0f, 0.0f, 0.0f)); BoundingBox bbtest2 = new BoundingBox(new Vector3(0.0f, 1.0f, 0.0f), new Vector3(1.0f, 0.0f, 0.0f)); bool test3 = bbtest.Intersects(bbtest2); I gotta be doing something wrong here, it can't return false. Hey guys, thanks so much for all the posts and your help. A few thin ...Show All
Windows Live Developer Forums Windows Live Gadget
I have been created a sinple Gadget. But I want to know more about xml(rss) and Jscript. 1. Does xml file in Gadget have specific format <rss xmlns:binding=" http://www.live.com "> <tittle></title> <link></link> <description></description> <language></language> <binding : type></binding : type> <itme> <link></link> </itme> <itme> <link binding : type="css"></link> </itme> </rss> If I have to follow this structure If I have to include namespace-" http://www.live.com " to use "type" ...Show All
Visual C++ Try...Catch doesn't catch access violation exception?
VS2005 C++ and MFC. Under certain abnormal conditions, my application causes an access violation (c0000005), and the program crashes. I have tried inserting try { } catch (...) { } around the offending code, but this doesn't catch this exception. Is it possible for the try...catch mechanism to catch this kind of exception Thanks, Jim By default C++ does not catch this type of exceptions (asynchronous). The following compiler switch ( /EHa ) should be what you need to make it work: http://msdn2.microsoft.com/en-us/library/1deeycx5.aspx ...Show All
Visual Studio Server Explorer does not show in Visual Studio 2005:(
Please Help me Solve this:) I can't get Server Explorer to show by either going to view and clicking on Server Explorer or the keyboard short-cut. I had a pre-release version of VS 2005 and had a problem Installing the release version of VS 2005. Which I fixed. But what is up with Server Explorer not showing If the Server Explorer menu entry under View is not grayed out, then it should indeed be available. I recommend exiting VS, then opening a VS 2005 Command Prompt. At the prompt, type 'devenv /resetsettings. Alternatively, you can navigate to Tools\Import and Export Settings..., choose the 'Reset all settings' option, then continue through the wizard (helpful if you want to save your curr ...Show All
SQL Server Error using scalar valued function in Stored Procedure
Hi, I am getting the following error msg while executing a stored procedure (getAllCollections) which uses a scalar valued function. error msg: Could not find server 'Select dbo' in sysservers. Execute sp_addlinkedserver to add the server to sysservers. Stored procedure: ALTER PROCEDURE [dbo] . [getAllCollections] ( @pCids varchar ( 7500 ) ) AS declare @cmd varchar ( 8000 ) set @cmd = 'Select dbo.getCollectionList(c.collection_id) as cList from CollectionT c WHERE c.collection_id in (' + @pCids + ')' print @cmd exec @cmd Where as the 'dbo.getCollectionList' is the scalar valued function. If i execute the query separately as below it works fine: Select dbo.getCollectionList(c. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectX book
Can someone reccomend a DirectX book for experienced OpenGL programmers Thanks, Bob There is no better Direct3D9 book than Rich's IMO. Grab it while you can, and it's free: The Direct3D Graphics Pipeline http://www.xmission.com/~legalize/book/download/index.html ...Show All
