bbsfor's Q&A profile
Visual C++ sqrtf under 24 bit floating point precision
Hi, While trying to estimate performance impact of using 24 bits floating point precision versus 53 bits, I've noticed that sqrtf function was 6 times slower in 24 bits control mode. Every other operation I've tried (divide, exp, cos, ...) are all faster or equal in 24 bits mode compared with 53 bits mode. How could this be explained Are there other math functions or instructions that will suffer using 24 bit mode Regards Guilla ...Show All
Visual Studio Express Editions updating a database
I have tried very hard to get my database updated when I use the update/insert commands. I am running VB 2005 express edition beta 2. I read somewhere that VB does not allow modifying a database as opposed to Visual Studio where you can update a database. is this true and how can i fix the problem. more explicitly: Visual Studio.Net allows modifying whereas Visual Basic.Net standard edition supports only connecting ...Show All
.NET Development Add a reference at runtime
Is it possible to add a reference at runtime Any Ideas Does the information at http://samples.gotdotnet.com/QuickStart/howto/default.aspx url=/quickstart/howto/doc/GetTypes.aspx help ...Show All
Windows Forms Running .exe across network
I'm developing a small application that pops up a "message of the day" box when a user logs onto the intranet. The application works just fine when I run it off the local machine. However, when I attempt to run it across the netw ...Show All
SQL Server how do i backup my users + passwords?
I can backup my logins but without passwords....using SQL 2005 , generate sql scripts... any idea i can generate a SQL script with the passwords in cleartext the reason why i need to do this is to backup my users and i dunno whats their passwords... so i can recreate them later. ...Show All
Visual Studio Team System Does Visual studio Pro ships SQL
Please confirm whether Microsoft Project would be part of the Visual Studio 2005 Pro, as well as SQL Server 2005. Thanks in advance. Do you mean Pro, or VSTS You've asked in the VSTS forum. The answer in both cases is no. SQl Server Express is free, but no SS version comes with any Visual Studio, nor does Project. An MSDN sub is the way to get them all in one go. ...Show All
Visual Studio WHAT'S THE STATUS OF THE BUG IN THE CLASS DESIGNER?
The class details window is no longer accessible after you set it's autohide property. The workaround you proposed, as far as I know, is: DO NOT SET THE AUTOHIDE PROPERTY. This was reported to you many months ago during the BETA cycle, and now the bug persists in the RTM. This is very annoying because I've become accustomed to the convenience of setting the autohide properties of most windows except the code and form designer. B ...Show All
Windows Forms file not found after setup installed
I created a setup project for my program that has crystal report dependencies. After I install it on a machine and try to view the report I get the following error: System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.Windows.Forms, Version=10.2.3600.0, Culture=neutral...or one of it's dependencies. I'm close to ditching Crystal Reports and building my own. This is a pain. Is ...Show All
SQL Server Report Headers
I'm new to Reporting Services, but am familiar with other reporting tools. My question is, is there really no way to reference a field in a page header If so, I suppose you could repeat some header information on subsequent pages from the detail section of the report using a text box, but how is that done because when I check the property box "Repeat report item with data region on every page" nothing happens. What is the best way to ...Show All
Visual Studio Cristal Reports on Visual Studio 2005 RC
Hi. Good morning from Spain. I'm a newbye with Cristal Reports and I have a problem with the Cristal Reports that comes with the new RC of Visual Studio 2005. I make a new ReportDocument. I use the wizard to set up the report, conect to a table of my database, select the fields, etc. But when i set the ReportSource for a CritalReportViewer in a Windows Form i select the previous generated ReportDocument... but i see a blank document wi ...Show All
Visual Studio Team System Custom workitems problems in Team Foundation Server Beta 3 Refresh
I have gottenTFS Beta 3 upgraded to the Beta 3 Refresh. Everything went pretty smooth, but i am having problems with the custom workitems. Basically what i have setup is the a SubSystem dropdown has changed the bug is assisgned to a certain user. This worked fine in the Beta 3 version but will not work in the Bets 3 Refresh. Below is how i have the conditon set. I go this by exporting the workitem type from TFS. &n ...Show All
Visual Studio Adding a new Window via DTE2.MainWindow.LinkedWindows
Hey all, I have been working on my Add-In for a while in VS2003 and moved it over to 2005 and now I want to be able to have my window integrated into Visual Studio. Is there a good reference to doing this I have just started looking at DTE2.MainWindow interface and also the DTE2.MainWindow.LinkedWindows. Do I simply need to implement Window2 interface and then add it to the LinkedWindows collection and that is it I ...Show All
Visual Studio Overriding PublishUrl in publish target doesn't work without clean
I have a clickonce application I want to deploy to multiple sites. My build script compiles the application once and then it calls the publish target once for each deploy site setting the PublishUrl accordingly. Unfortunatly msbuild seems to think that since no modifications have been made since the compile was done it doesn't need to rebuild the manifest file. So, I cannot compile once and publish multiple times, instead I have to recompil ...Show All
Visual Studio 2008 (Pre-release) WCF Interoperability problem - unable to resolve KeyInfo for verifying signature
Hi, I'm creating simple WCF (CTP February) service & Java (JWSDP 2.0) client interoperability sample with WS-Security (XWSS 2.0). WCF throws following error: Security header element 'Timestamp' with id 'xxxx' is required to be signed, but was not, although timestam IS signed. Below is the request message sent to WCF service: Does anybody know what's wrong with the request Can I somehow disable the check for signed timestamp Any other i ...Show All
Visual Studio 2008 (Pre-release) Error Help
System.InvalidOperationException: Could not find endpoint element with name WSHt tpEndpoint and contract TrackingApplicationClient.Program+IServiceSession, Track ingApplicationClient, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null in t he ServiceModel client configuration section. What's causing this Your client's app.config doesn't seem to contain a configuration element in the <client> section t ...Show All
