Software Development Network Logo
  • Windows Vista
  • Smart Devicet
  • Visual C++
  • Visual Studio
  • Visual Basic
  • Microsoft ISV
  • Game Technologies
  • SQL Server
  • IE Development
  • Windows Forms
  • SharePoint Products
  • VS Team System
  • Visual FoxPro
  • .NET Development
  • Visual C#

Software Development Network >> Manny06's Q&A profile

Manny06

Member List

Francis Shum
Rocky79
itsdzs
kjsteuer
Object01
Jacob Pettersson
Josh Robertson
cooldoger
Appel
Cam Evenson
athadu
Stuman99
Trevor E Hilder
sroughley
AllisonH
cpaesano
the emrah
K. Murli Krishna
RichLeyshon
SimonS_
Only Title

Manny06's Q&A profile

  • Visual Studio 2008 (Pre-release) What is WPF ? And what I need to start Developement

    Hello, Currently I am using ASP.NET for building Web Applications. I wonna know If WPF is helpful on building Web Application If yes then How Any one over here can reffer me some good documentation from which I can start And what are the tools that I require to work with WPF. Currently I am having Visual Studio 2005. and recently downloded .Net Framwork 3.0. But I can not Get how to start with This Other thing I want to kwon is WPF is something like BETA Yet Or it is finalized Thank U resources: charles petzolds book on wpf wpf sdk netfx3.com tools: Visual studio extensions (orcas) expression Blend WPF is released along with .NET 3.0 (no longer beta) web apps can be built as xbaps ...Show All

  • SQL Server Unable to Modify or Add in SQL Server Management Studio

    I've imported some databases into 2005 Analysis services from 2000 and processed them successfully. But, I'm unable to modify any of the cubes. I also can't add any objects in a database. It lets me create a database however but I can't create the objects. For example, when I right click on the Cubes folder, the only menu item I see is Refresh. When I right click on a cube, there is no Modify menu item. Can anyone help me achieve getting the ability to create and modify Thanks, Rob I'm not sure what the BOL is talking about there, could be a doc bug since I don't see a Modify at all. But its easy to modify the objects from BIDS (BI Development Studio) by connecting directly to the server and modifing the objects directl ...Show All

  • Visual C++ Converting System::Byte to System::Char

    In a C++/CLI app, what is the correct way to convert a System::Byte value into a System::Char For example: the System::Byte stores the number 65. How do I convert it into a System::Char of 'A'. Sarath. wrote: Both Byte and Char are having same size. No, a Byte is a single byte while Char is a 2-byte unicode character. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. SaveHierarchyToFile does not work even on DirectX SDK sample media files

    Hi, I am newbie in DirectX ... I am developing application, where user can animate a person (like Poser) and export it as X File. So I load boned model (.x file) and if i try to save it as .x file, it throws an error. Loading and saving tiny.x file (from DirectX SDK): public void CreateModel( Device device) {   AnimationRootFrame arf = Mesh .LoadHierarchyFromFile( "dwarf.x" , 0, device, new MyAllocateHierarchy (), null );   Mesh .SaveHierarchyToFile( "tiny_out.x" , XFileFormat .Text, arf.FrameHierarchy, arf.AnimationController, null ); }   And this does not work, tiny.x is animated boned model. I tried to load and save simple model (no bones, no animation) and it worked ... so ...Show All

  • Visual Studio November CTP: MRefBuilder /internal+ is ignored

    The MRefBuilder command line option "/internal+" no longer works. Is this a bug or is there a new way to enable documentation of private and internal members Eric Anand I have just downloaded the December CTP and I am still getting this bug, just wondering when the fix is going to be rolled out Cheers Charlie Acheson-Crow ...Show All

  • SharePoint Products and Technologies Changing from a 2 server to 3 server architecture....

    If I decide to create a new application server to host the Central Admin, Index, and/or Query roles will I get a noticeable performance boost overall for 100+ users or is this more just a security design consideration Is it easy enough to simply add the application server later if performance is an issues I believe I can remove the Central Admin role from my current server using the Config Wizard and add it to my application server easy enough Personally if your going to add that extra server I would move the Index to that and keep that box for index only.. Let you front ends run the search and queries and balance that load. The Central Admin is recomended to be put on an App Server but it works fi ...Show All

  • Visual Studio Team System is it possible to do like when i am doing wram-up only the database connections has to establish?

    Actually we are using LoarRunner as performance tool for find the performance of the application............. Now we want to implement those code into team sysyem.... what my script is doing like it will connect to database after that it is doing the some transactions (like opening page and closeing page)................................. Now the problem is that in LR ramp-up time the connection will establish and it will wait for until remaining users come to that point if all users connect to database(for waiting purpose we are using function called rendzous points) ,In duration time the users will start the transations ......................................... In LR we have three functions like ramp-up,duration and ramp-down ...Show All

  • Visual Basic How to using variables stored in VB6 in my .Net forms?

    Hi I have a vb6 application who should have been upgraded to .Net, and finally it seems that this toolkit (Interop Forms Toolkit 1.0) can help do the upgrade in steps. My Question is: Is it possible to call my variables I have used in my VB6 code in my new .Net Forms Jan Yes.  Your .NET code can access your VB6 variables.  There are a several options for doing this and it really depends on what you want to do with the variables.  Here are a couple examples of what you might do: * If you want to pass the data into your Interop Form, you could define a constructor (Initializer) to take in the variable or you could add a property allowing you to pass in the variable.  See the section called ...Show All

  • Visual Studio "Active Files" dropdown button causing VS to hang

    We have our own custom project that we have implemented. When there are any editors, including just the "Start" page, open and you press on the "Active Files" dropdown arrow right beside the "x" at the top right corner. Visual Studio will hang... I'm assuming there is some interface on my project or something like that that is not producing the right response or endless loop. But I have no idea on where to throw a breakpoint to check this. Pressing "Pause" in the debugger doesn't get me anywhere. Does anyone know what interface method is being called so that I can trace this sucker down. Thanks for any help I added logging to the QueryStatus of my pr ...Show All

  • Windows Forms Deploying App with Crystal Report (C#.Net 2005)

    Can you please furnish me with all the required information, files and process to successfully deployed an application with embedded crystal report using the crystal report available through C#.Net 2005. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Problems with GraphicsDevice.ResolveRenderTarget

    Hi, i have a little problem with rendering my terrain. It runs with about 400 Frames. Now i want to add water to my terrain and I want to render the terrain to a texture using RenderTarget2D. All works fine an render the terrain to texture runs with about 300 frames per seconde, but if I copy the rendertarget to a texture using GraphicsDevice.ResolveRenderTarget, i have only 2 frames per seconde. Does anybody, how to resolve this Here is the code: // Initializiation reflMap = new RenderTarget2D(GraphicsDevice, 512, 512, 0, SurfaceFormat.Color); public override void Draw(GameTime gameTime) { GraphicsDevice.SetRenderTarget(0, reflMap); GraphicsDevice.Clear(Color.White); Render(); this.GraphicsDevice ...Show All

  • SQL Server Web Service Task always failing

    Executing the simplest of Web Service tasks consistently fail with the error: "Object reference not set to an instance of an object". This really isn't a very helpful message for this task, and there's nothing from the task editor that can be adjusted. I am using SP1, the HTTP connection to the service tests OK, the WSDL file downloads OK, and the methods and parameters appear OK. Suggestions Richard Same problem for me too. Can't make it work. I always get the same error: "Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebserviceTaskException: Could not execute the Web method. The error is: Object reference not set to an instance of an object.. ...Show All

  • Windows Forms raise event of data grid events - how to (force) call an event in datagrid

    I have a datagrid - with data bound, and a textbox that users can enter data. Currently this event is called when users tabs out of the cell. private sub grig_cellchanged(byval sender as object,e as eventargs) handles datagrid1.currentcellchanged How can I either force a tab event - or call the cellchanged event - If a user enters some data, and then they click "save" the contents of the grid are not there. so I have to simulate the tab - which in turn executes the cellchanged event, than the data is there. I am looking for the Raiseevent logic Or something else to try thanks Bev You need to end the edit before you save the data. The currencymanager has an EndCurr ...Show All

  • Visual Studio Team System VSTS, .Net 1.1 and VS.Net 2003 Support?

    Hi All, We want to use VSTS for source control for our applications that we developed them both VS 2003 and VS 2005; but i wonder is it possible So, can we use VSTS for .Net 1.1 projects or must we use VSS, or other etc You can use Team Foundation Server with VS2003 by installing the TFS MSSCCI plug-in. Download it from here: http://www.microsoft.com/downloads/details.aspx familyid=87E1FFBD-A484-4C3A-8776-D560AB1E6198&displaylang=en In order to work with Work Items in team system, you'd also need to install Team Explorer as the MSSCCI plug-in only provides source-control integration. ...Show All

  • SQL Server Service Pack 1 -- account information could not be verified

    When installing Svcpack 1 ontop of my 9.00.1399.06 RTM Developer Edition I get the following error everytime: --------------------------- Invalid Login Information --------------------------- Your account information could not be verified for one or more instances. Ensure that you can connect to all the selected instances using the account information provided. To proceed further deselect the instances to which connectivity cannot be established. --------------------------- OK   --------------------------- I have followed all possible suggestions on the following post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=358003&SiteID=1 but nothing works.  I'm running as the local admin on t ...Show All

©2008 Software Development Network