gvphubli's Q&A profile
Smart Device Development Pocket Explorer "Default" layout
I'm currently trying to write a CSS styled site that will behave nicely on the pocket PC. However, although my site works nicely in "one column" and "desktop" it looks terrible in "default". Does anyone know what it does for "default" Perhaps something to do with a fixed width DIV Sorry about that. See http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=223605&SiteID=1 for forums (you could post to one of the developer groups) ...Show All
Visual Studio Team System Code Coverage Techniques
From the first glance of Team Test it seems as if the technique used for measuring code coverage is statement coverage. Are there plans to add support for other code coverage measures as well The British Standard for Software Component Testing BS7925-2 mentions the following techniques apart from statement coverage: BRANCH AND DECISION COVERAGE DATA FLOW COVERAGE BRANCH CONDITION COVERAGE BRANCH CONDITION COMBINATION COVERAGE MODIFIED CONDITION DECISION COVERAGE LCSAJ COVERAGE Of practical interest for me is branch coverage. The Food and Drug Administration sets the bar on code coverage for medical software. They state in their g ...Show All
SQL Server Can someone clarify why only a single-statement can be executed in a command?
I'm evaluating SQL 2005 Everywhere Edition for use by our desktop application. I'm a traditional SQL Server developer and I rely heavily on stored-procedures to encapsulate basic data manipulations across multiple tables and inside multi-statement transactions. I was excited to see an in-process version of SQL released and my thought was "this is great... now I can ditch the tediousness of individual OLEDB/.NET commands, and write batches of T-SQL and just focus on the data manipulations". But, alas, it seems I cannot. Why is SQL Everywhere Edition limited to executing a single SQL statement at a time For example, my applicat ...Show All
Visual C# Compiling my source file with VStudio 2005
Hi guys i'm an new VStudio user and i've an doubt about as i can it compile my source file using the VStudio 2005. I created an simple source code for it test, but i not find the option for compiling the file. Someone can help me Hi! It can compile, run and debug. Check Debug menu and look here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=304751&SiteID=1 ...Show All
Visual Studio Express Editions Cannot install SQL Server 2005 Express Edition April CTP
When I try to install "SQL Server 2005 Express Edition April CTP" via the "Visual Web Developer 2005 Express Edition Beta 2" installer I get an error saying: The Following Component Failed To Install: Microsoft SQL Server 2005 Express Edition April CTP I also cannot test my pages in Internet Explorer, I get the error "Unable to connect to Visual Studio's Localhost Web Server" Is this something to do with the Microsoft SQL Server not being installed Thanks Dan I believe so, you can't connect to localhost because you have no instance of sql server running... ...Show All
SQL Server Connection problem to SQL Server Standard Edition
I posted the following question in the VB forum but thought that it might be better in this one. I am new to VB. I am trying to connect to a SQL Server 2005 data source by creating a new data source. I am receiving the following error: "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 25-Connection string is not valid)" I have checked the settings in Management Studio for the server and it shows that remote ...Show All
SQL Server MCTS Exam 70-431 Database Administration Study Documementation and Samples ?
Hi, I am looking for good documentation and examples to use to 'study' for Microsoft exam 70-431. This has everything to do with nuts-and-bolts Database Administration of SQL Server 2005. The December BOL examples, do not cover enough topics. The topics that are covered are not in enough detail. The 70-431 exam requirements are very detailed. This seems to be a nuts-and-bolts test. I am looking for nuts-and-bolts study material. No books are published yet. Does anyone have any good ideas on where to find 'good' samples and tutorials meant for a person who is studying for the new Microsoft SQL Server 2005 Database Administrator ...Show All
Game Technologies: DirectX, XNA, XACT, etc. D3DXComputeTangentFrame() question
I use the D3DXComputeTangentFrame() function on a mesh loaded from a x-file. Then I create another finer mesh by using the first meshs' vertices and additional intermediate vertices. The new vertices use averaged normals and tex coords from the original mesh. The vertex order remains the same (CW). When I now do the D3DXComputeTangentFrame() on the new mesh, I get swapped binormal and tangent vectors in comparison to the original mesh. Does anybody have any inside about how that comes Thanks! Two screenshots from the meshes saved to x-files and opened with the dx viewer: original mesh fine mesh Nico ...Show All
.NET Development Could you write a XSLT for me? Many thanks!
Could you write a XSLT for me Many thanks! I hope to transform the Soure XMl to the Target HTM (the same as the Bookmark.htm of IE) using XSLT, I'm a beginner, could you write a XSLT for me Many thanks! -----------------------------Schema--------------------------------- <xsd:schema xmlns:xsd=" http://www.w3.org/2001/XMLSchema " xmlns=" http://www.hellocw.com/onlinebookmark " targetNamespace=" http://www.hellocw.com/onlinebookmark " & ...Show All
.NET Development Convert Data to Binary
Hi All, How to convert from any data, such as string, interger ar Ascii to banary Any help would be appreciated. Hank You can't. binary is a number system, any integer can be rendered as binary, but it can't be *converted* to binary, that makes no sense Perhaps you need to explain what you want to do here ...Show All
Windows Forms Help: Hosting .net form controls in IE
I have been trying to make a .net form control work in internet explorer without getting a System.Security.SecurityException: Request for the permission of type System.Security.Permissions.SecurityPermission. I have searched alot on the web about .net security I have been trying to make a .net form control work in internet explorer without getting a System.Security.SecurityException: Request for the permission of type System.Security.Permissions.SecurityPermission. I have searched alot on the web about .net security and it seems that no one has a straight answer on how to solve this problem. The ony thing I want to do is make it so th ...Show All
Visual Studio Tools for Office Insert picture problem - Outlook Express 6
When I try to insert a picture in an e-mail message, I click Insert and then, Picture. This brings up a Picture window. I click Browse and click on my choice of pictures. When I hit O.K., the picture is inserted into the body of my e-mail message. At this point, everything freezes. I can't close the Picture window that I used to browse for a picture. Nothing responds so I have to hit CTRL + ALT + Delete and close out Outlook Express. When I try to instead send the picture as an attachment, that works fine except that when I send off the mail, the attachment pictures are also embedded in my e-mail. I don't want that. I have gone to Tools ...Show All
SQL Server Database Object Deployment
I have a Visual Studio 2005 Database Project, with SQL Server 2005 scripts in it. How do I make a deployment package with it How do guys deploy your database objects/scripts I think this is what you are looking for. Right-click on the database in MS: Script Database As>CREATE TO>.... You can script to a file, the clipboard or a query window. ...Show All
Visual Studio Intallation of VS2005 beta 2
I tried to install the new version on A PC with 2 operation system 1. windows 2000 with VS2003 2. Xp Sp1 clean installation For installation I download the standard edition from MSDN developer site. I tried to install it on the Xp system. I get an error code of 2908 and after press ok I get an error code of 1935 with error regarding it assembly component {18A752B8-D6F4-4F1C-B2EA-CA7876F45A03} Can someone help avi Cohen Scitex vision avi_cohen@scitexvision.com The problem is how to open the iso file if you download it from microsoft site. If you use the IsoBuster dont use the red button (iso) use the blue one (>>& ...Show All
.NET Development Reusable classes stored outside of the current solution.
Hi, I'm new to Visual Studio. I have the 2005 Beta 2, and am developing in C#. I have a folder called "TimsCommonObjects" where I store common Classes that a bunch of different solutions use. Each of the classes has a namespace of "TimsObjects". When I want to use the class I add "Using TimsObjects" to the source file that uses the class. The only way I can find for VS to know about "TimsObjects" is for me to add each of the classes in "TimsCommonObjects" to the VS Solution Explorer using the "Add" >> "Existing Item" menu. I select the class in the "TimsCommonObjects" folder and the file is added to the current solution. ...Show All
