Software Development Network Logo
  • Visual C#
  • Visual J#
  • Smart Device
  • Game Technologies
  • VS Team System
  • SQL Server
  • Visual Basic
  • .NET Development
  • VS Express Editions
  • Microsoft ISV
  • Windows Live
  • Architecture
  • Visual Studio
  • Windows Vista
  • Visual FoxPro

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

PoonamTS

Member List

Mark Colburn
Scott Vande Krol
Pat Meade
Ben Griffiths
Johnny Quest
naceur
luango
Igor Siticov
LC Johnny
StLThumper
bertrand23851
cfBianchi
gommo
Jain Johny
Robert Accettura
sefarkas@praEngineer.com
Michael Hamilton
Jeff G87474
l1101100
Andre923
Only Title

PoonamTS's Q&A profile

  • Visual Studio 2008 (Pre-release) Type reference cannot find public Type named

    Hello! I'm trying the TreeViewDataBinding sample. Unfortunately it throws a BamlParseException having the Message "Type reference cannot find public Type named 'WorldEnglishNewspapers'.". Do some of you know how to overcome that, please Best regards, Henrik Dahl Changing for the way xml monikers are assigned for clr namespaces in the February CTP and rebuilding the solution fixed the p ...Show All

  • Visual C# Bugs in .NET 2.0 ?

    Hi There Either I'm making an error or there are two bugs I have found in .NET 2.0 Beta .... private void button2_Click( object sender, EventArgs e) { toolStripStatusLabel1.Text = "Asterisk" ; toolStripProgressBar1.Value = 33; System.Media. SystemSounds .Asterisk.Play(); System.Threading. Thread .Sleep(750); toolStripStatusLabel1.Text = "Beep" ; toolStripProgressBar1.Value = 66; System.Media. SystemSounds .Beep.Play(); Sys ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Vertex shader problem

    Hey, Ive been trying to add a vertex shader to my engine(right now its just running a pixel shader).  Currentlly if I activate the vertex shader the world gets drawn distorted(a small random red box with a triangle going out to infinity).  Heres the simple vertex shader im using. struct VS_INPUT {     float3 position  : POSITION;     float4 color0    : COLOR0;     flo ...Show All

  • Visual Basic Can I run application(*.exe) that I wrote in VB2005 beta 2 in other computer?

    I copy the "bin" library to another computer and tried to run the EXE file, at the first it ask me to reinstall ".net framework" so I installed from windows update and after that he write that he didn't find debug.... the o.s is windows 98 maybe this is the problem Hi, I guess the framework you installed is .net framework 1.1 (coz you installed it from win update) vs2005 uses .net framework beta ...Show All

  • Visual Studio Change components on VS 2005 standard setup?

    I can't change the sub-components for vs 2005 standard. All I can choose is VB, VC, VCS, etc... and setup auto-select every sub-components for it. I can't choose the sub-components like on Vs 2005 beta. Is there a way to select the sub-components you want and save space (it takes about 1GB for every language if you instal ecerything (See screenshot) Sorry, for VS Standard, there aren't any sub options. You wil ...Show All

  • .NET Development Data changes not being saved to the .mdf file

    I am working in Visual C# Express Edition, and I am using the Update() method of a TableAdapter. I am using the following C# code to update the database: try { this .Validate(); this.statsDataSetBindingSource.EndEdit(); this .runsTableAdapter.Update( this .statsDataSet.Runs); MessageBox .Show( "Update successful" ); ...Show All

  • SQL Server Report Builder Query Timeout?

    Is their a way when creating a Report Builder model to set a query timeout   Similar to what can be done when creating a Reporting DataSet in VS.NET during report development.   My ultimate goal is to be able to limit ad-hoc report users running Report Builder from waisting resources on my SQL instance.   This has nothing to do with a report being published to a report server and setting a reports execution ...Show All

  • Visual Studio 2008 (Pre-release) Endpoint not found exception when more than 20 clients connected simultaneously

    Hi, I am developing a WCF application in which more than 100 clients will connect to the server simultaneously and in each request server may send large data (say 25MB per request). While testing the app, I realized that only 10 request can be handled at a time and client will not get any exception till 20th request but after 20 request it start throwing Endpoint not found exception for the rest of the connection. Below a ...Show All

  • SQL Server How to create internet connection?

    Hi everybody,   Is there a client side approach of sending and receiving data from a sql database without a web service or a server component (servicedcomponent and server app) How can you simulate a network connection over the internet that could send and receive data from and to database   How can you create a class that would do the same task as a network connection using internet communication as medium Please point me to top ...Show All

  • Visual Studio 2008 (Pre-release) Exception at WindowsFormIntegration.dll

    After I upgrade to Feb CTP and run my program, a exception is thrown : System.IO.FileLoadException occurred   Message="Could not load file or assembly 'WindowsFormsIntegration, Version=3.0.51116.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A)"   Source="Flag.PMS"   FileName="WindowsFormsIntegration, Version=3.0.51116.0, Culture= ...Show All

  • Windows Forms Problem with Minimizing both Forms

    I have asked this question before but I may have described the issue a little poorly. Basically I have 2 Forms. Form1 & Form2. I start the application with Form1. On Form1, I have a button and it's click event has the following code to launch Form2. Form2 frm2 = new Form2(); frm2.ShowDialog(); When I minimize Form2, Form1 is still in the background. Now, the first question is, how do you minimize Form1 as well, when Form2 is minimized The s ...Show All

  • Visual C# Registry question

    Im writing a program that does alot of modifying to the registry like i guess 1000 keys and i was wondering if any one here knows any functions to test if a key exist that way i dont try and write a value to a key that dont exist and cause a exeption or something even worse. One more question this one is not as important but any easy way to do a quick registry back up in code. Check this link to determine if a k ...Show All

  • Windows Forms BindingNavigator and New Record

    Hi, I am having problems when navigating records in a form and trying to add a new record. I have a form with some text boxes, comboboxes, etc. The bindingsource has, lets say, 5 records which I can navigate (next, previous, etc). Then I decide to add a new record and click the AddNewItem button in the BindingNavigator. When I finished with the new record, I go to the previous record WITHOUT saving the record first. Then, I note, the new record ...Show All

  • Windows Forms How to retrieve data from a datagrid?

    Hi, I had a datagrid populated with data. Whenever, I had selected a row, I would like to retrieve all the data from the selected record/row. Can anyone advise how to do it Thanks NOTE:(dgStateMaster is datagrid name,lblMessage is a Label to display error message) (dt1 is datatable,ut is an object to connect the class used for opening & closign the datasource) On 'EditCommand' of datagr ...Show All

  • Visual Studio 2008 (Pre-release) Using svcutil /dconly on 3rd party schema

    I am trying to create a data contract based on a 3rd party schema and am having no luck. Here is what I tried and the results that ensued. %program_dir%\svcutil.exe /dconly /l:cs /d:%output_dir% /o:%outputname% %files% ------------------- Original schema ------------------- Error: Type 'AbstractLocation' in namespace cannot be imported. Abstract on type is not supported. Either fix the schema to conform to DataContract type rules ...Show All

©2008 Software Development Network

powered by phorum