ravichandratbv's Q&A profile
Windows Forms set up project in Visual studio 2005 .net2 - HOW TO ADD langpack Italian in deploy folder??
Hello, I got a problem in adding the italian langpack.exe to a setup project. I create a win form application in C# using VS 2005, then i added a set up project and added the .Net2 prerequisite, (MDAC 2.8 also) but i didn't find a way to add the langpack.exe (italian) as a prerequisite. The installation is ok but the framework is english. Also, I changed the default language for application to italian and got the following message during compiling: WARNING: Could not match culture 'it_IT' for item 'Microsoft Data Access Component 2.8'. Using culture 'en' instead. WARNING: Could not match culture 'it_IT' for item '.NET Frameworks 2.0'. Using culture 'en' instead. An important thing is that i want keep the prerequisites in the same location ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Proprietary FBX format
Good day! According to an Autodesk engineer I communicated with today, "The ascii version of the FBX file format isn't publicly documented and subject to change." I think that begs the following question: why would we want to use a format that isn't open-spec, subject to change, and proprietary to a single company (Autodesk) What attraction does FBX have given its highly proprietary format To preempt a conversation about the merits of the build content pipeline, I might add that there are some companies that have no intention of using the content pipeline to avoid the embrace, extend, destroy philosophy which manifests as vendor lock-in. So to return to the prior question-- what is the sell for FBX if it is proprietary, cl ...Show All
Visual Studio Express Editions if statement
Hi, Can you please let me know what is wrong with the following if statement I believe the following values should make the statement to show the messagebox. Do you agree Thanks intPosHomeUS= -1 intPosHostUS= 7 intPosHomeUK= 7 intPosHostUK= -1 if (!(intPosHomeUS > 0 && intPosHomeUK > 0) || (intPosHomeUK > 0 && intPosHostUS > 0)) { //show messagebox... } else { //print report... } Yeah. It looks like a typo to me. I'm not a compiler, but I'd say "intPosHostUK is assigned a value, but never used" Double check your expression and let us know... ...Show All
Game Technologies: DirectX, XNA, XACT, etc. mesh in xna
hello, i'm making a 3d game, i have made a mesh with 3d studio max 9 and i have used the biped tool for the mesh animation, now i need to put the mesh in my game, i'm using de xna framework, i have tried to export the .3ds file to .x file format, but the .x file format result in a big square and nothing else this only happend with the animated mesh because i have exported to .x file format the static meshes and these are perfect, somebody can tell me what kind of format's models are supported in the xna framework or how to export the animation of .3ds to .x file thank you in advance. p.s: i have exported the .3ds file using calgari gamespace 1.5 and 3d object converter, the two of those show the same thing. ...Show All
Visual Studio Tools for Office Help! 0x800a16c1 - Object has been deleted
Hi I'm working with VSTO 2005, Word Document, C#. I've done a word document where you can add lists with items inside a table. So everytime i want to a add a new list,, the C# code gets the range of a bookmark where i want to work, then it insert a row in the table, then add the xmlnodes and then add the info written by the user in an Actions Pane. the document works fine when i build it from VSTO. so i created the installer and the security policies and all that stuff. When i open the document for the first time, it works great! i create new lists with the actions pane, and everything is ok. So i save the document with another name. Then i open the new document, and when i try to insert a new list through the actions ...Show All
Windows Forms How to enable mouse events on the hosted form
I have loaded a "Form" using the DesignSurface. Now when I click the hosted form (or move my mouse over the hosted form's region), I would like to capture some events - specifically mouse events in this case. Need to capture the mouse co-ordinates where the user clicks. Tried the following code, not sure if what I am doing is right. Is there another way to trap events for this form. Thanks, Sankalp /// Code public partial class MainForm : Form { System.ComponentModel.Design. DesignSurface ds; public MainForm() { InitializeComponent(); ds = new System.ComponentModel.Design. DesignSurface (); ds.BeginLoad( typeof ( Form )); Control c = ds.View as Control ; c.Parent = ...Show All
SQL Server Too long text and sorting does not work.
Hello : If the title of a column is very long and the sorting is active, the posting is not good. The image of sorting is not posted(shown You met this probleme. Thenk you. Use Rectangle in the column title. Go thru the topic Using Rectangles to Control Item Growth and Displacement to get clear idea on it. Hope it helps. Cheers ...Show All
Windows Forms OpenGL control
Hello everyone ! I'm new to windows forms ( actually I started kinda...today)... I was able to bind an OpenGL context to a form, and later create a GLForm derived from Form. Both worked perfectly, no flickering at all, but I was rendering directly in the form. I'm now trying to create a OpenGL control, derived from UserControl, which alows me to render only in that control. I was able to create the control and render onto it, but it's flickering... alot, I tried to override the OnPaintBackground method of both the control and the form that holds the control, but flickering was still there .... My paint method is very simple, it just clears the screen using OpenGL, render stuff, and then swap buffers. Anyone had a pr ...Show All
SQL Server Are there any issues with an Active/Active cluster with a remote mirror for DRP
Hi folks, We are going thru the process of scoping an active/active cluster at one site. I was wondering whether there will be any issues with mirroring (DB by DB) off the cluster into non clustered server at an alternate DRP site. Regards, Brian Sutherland Hi Brian, Mirroring and clustering work well together, however as a best practice you should not use the auto failover capabilities since they may result in a failover to the DR site in situations where you want to failover locally using clustering. Be sure to enable alerts when you choose to use manual failover with mirroring. Regards, Matt Hollingsworth Program Manager Microsoft SQL Server ...Show All
SQL Server Displaying remote RS2005 Report in VS2003 Web Application
I have searched extensively for a solution but still can't find a suitable solution, so I hope you guys will help me out. As far as I know, VS2003 can't support the reportviewer control that comes with RS2005, and I can't upgrade/use VS2005 due to my company contraints. The only way I can go is to display the report using the render method in the webservice class as described http://support.microsoft.com/ kbid=875447 . There are a few problems I've encountered. When I render the report using the render method, the Response.BinaryWrite() clears everything in my aspx page, and overwrite the page with the report. I need to have my headers and footers for the page intact together with a back button for my page. Secondly, all the pages is ...Show All
Visual Studio MPF issue: RenameFileNode method of the FileNode class
Hi there, It seams I've found a bug in the MPF class FileNode in the RenameFileNode method. To reproduce it you need: 1. Run IronPython sample in Debug 2. Create a new source file for example 3. Slowly double click on file node in Solution Explorer tree to enter to the editing mode. 4. Change the name and leave the editing mode. 5. Repeat steps 3 and 4 to try set the previous name for the file node. 6. When you leave editing node - the error message will displayed. As you can see - these steps describe quite common scenario. I've researched the sources and have found the Assert which shows the message: LINE 715: Debug .Assert(childAdded != null , "Could not find the rena ...Show All
Community Chat Microsoft certifications
Hi, May i know actually what MCAD and MCSD certifications of microsoft consists ...Show All
SQL Server Reporting Services: Subsciption E-mail Not Sending
After setting up a subscription in reporting services you send an email and it reports that it sent it successfully, but no email is sent. It will send to a file share. Any suggestions The report is embeded in the body if you choose Web Archive format, otherwise it is attached. The format for the body is UTF-8 (I believe, going off memory here). We generally suggesting using a local SMTP to relay the messages and having RS drop the files to the SMTP Servers pickup directory. More info on configuring the email extension can be found here: http://msdn2.microsoft.com/en-us/library/ms159155.aspx ...Show All
Visual Studio 2008 (Pre-release) xbap site of origin
I am working with an xbap and I am not sure of the exact defininition of "site of origin". The scenario is that I want to publish the xbap to a website http://www.mysite.com located at c:\inetpub\vhosts\mysite.com. Contained in that is a folder C:\Inetpub\vhosts\mysite.com\subdomains\secure that is accessed through a subdomain at https://secure.mysite.com:8076 . I want the xbap in the http site to access third party images (you can't access images on a third party http site from a https hosted xbap). I need the xbap to access a secure web service in the https ://secure.mysite.com:8076 location. Currently, on testing the xbap throws an error when hosted in the http site but not when hosted in the https site. ...Show All
.NET Development Simulating HTTP Post
Hello all, i have made an HTML document which allows me to upload a file to a website without actually visting it. I am using C# and i wanted the way i could do the uploading part programatically so that there is no user intervention. I tried using HttpWebRequest and HttpWebResponse classes but in vain. Any method to simulate the file upload is appreciated. Inshort i want the replicate the action of the HTML file below , programatically using C# Thanks for taking your time off and reading this post. Have a nice day/night :) ---------------------------------------------------------------------------------------- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head><title>RapidShar ...Show All
