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

Software Development Network >> Praveen.Yarlagadda's Q&A profile

Praveen.Yarlagadda

Member List

pblecha
DKB
Sweta Jha
VipulShah
Dave Britton - VERTIGO
WinFormsUser13232
Yoshi718
MonikaB
KayJHut
crystalamber
Julian V
rs2005itw
Attila Soos
Jonas Rosqvist
Nayan Paregi
Radith
Shihan
Scott Lock
dork
Wilk06
Only Title

Praveen.Yarlagadda's Q&A profile

  • SQL Server Create database permision denied in database ' master' (MS SQL SERVER, ERROR 262

    Cn not do anything with my sql server, everything i trt to do i get this message, user does not have permision, etc, , I am running windows Vista Business, SQL SERVER 2005 so what going on here SQL Server SP1 is not supported on Vista... U must have SQL Server SP2... but sp2 is in CTP version... SP2 is to be released soon...so wait for a while... http://www.microsoft.com/sql/howtobuy/windowsvistasupport.mspx Madhu ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. MDX+Text - help please

    Hi Folks I am trying to render some 2D text that I can rotate. I have found a site with a wrapper that does 2D but its also got a few other types of text in their and is all very confusing. Besides I would like to do it with MDX functions rather than a lib that someone else wrote. If anyone out their can please help me to write some simple text to screen and rotate it in the XY plane I would be very grateful. Reply here or msn bigal_nz at hotmail.com or Al Grant in New Zealang on skype. Cheers -Al (Using C#) There is a MeshFromFont function. The resulting mesh is fully transformable, rotate it or whatever. Since I'm at work I can't look up anything for you but it may be in the ...Show All

  • .NET Development Problem with calculated columns - no automatic refresh

    Hi I have three tables tbl_customer_visit (master), tbl_customer_visit_parts (detail) and tbl_customer_visit_services (detail). That have 1-many relations using customer_visit_id column in each table. I am using calculated columns in both the tables as following: tbl_customer_visit_parts and tbl_customer_visit_services have calculated columns for calculating the total cost for each part sold and service given for a given visit. then I have aggregate calculated columns in those tables to calculate the total costs for each table for a given visit. Then I have calculated column in tbl_customer_visit to take the totals from the detail tables (respective calculated columns) and give me the total amount due for ...Show All

  • Visual C# How can I work around this bug in VS2005?

    hi, First, I would think it is a bug. Hopefully the sp1 fixed it. We have VS2005 Professional Edition with version 8.0.50727.42 on XP Pro. The problem we have is, we are working on a project using .net compact framework 1.0 for x51(windows mobile 2005) pda. When I try to debug the project, first, VS will start to deploy the project to pda, and then start debugger to debug it. Normally, it works fine. But if the connection on ActiveSycn is broken, or PDA is dead, VS could not figure it out and keeps deploying, never return. And I did not see anywhere I can stop it. The Cancel in Build is not working in this case either. So, I have to close the whole solution or even kill the whole VS2005. Is there anyone who has the similar experience Th ...Show All

  • Visual Basic Embedded Resource?

    Hi, I am trying to create a file that is seperate from the EXE file. The application I am making has a typical login form. The usernames and passwords are stored in a database file. Instead of coding the validation of the user into the EXE, I want the code to be in it's own file. I would like to access this file from my application. At this moment I figure that the validation code should be created as a module. The module should be built as an Embedded Resource. First question is; is this the best method to do this, meaning would a module be the best approach I want the file seperate because I want the ability to change the validation coding at anytime without having to recompile the EXE file. Logic dictates creating the validatio ...Show All

  • Software Development for Windows Vista Designer failed to deserialize the data during drag and drop

    Reason: could not load type XXXX from assembly YYYY Created a VB.Net custom activity that has a property of type XXXX in a seperate assembly YYYY. Works fine if the class XXXX is a VB.Net class in a seperate project. Does not work if the class is in a C# project. Project compiles fine. d1 Here is how to reproduce the problem: Create a new solution Create a C# class library Create a class called “ApplicationVw” Make the class public Build Create a VB sequential workflow library Add a reference to the class library Create a new activity in this workflow library Open the code for this activity Use snippets to create a property, calls the property Appli ...Show All

  • Software Development for Windows Vista Can't download .NET Framework 3.0 June CTP SDK

    When I try to download it, it reports : The download you requested is unavailable. If you continue to see this message when trying to access this download, go to the "Search for a Download" area on the Download Center home page. but it contains files with no content. cabs can't be extracted. i'v tryed VirtualCD from microsoft and Alcohol 120%, both give same result. ...Show All

  • Visual C++ Errors adding /clr to my ATL Service project (a COM exe)

    Hi there, In VS2005, I created an ATL Service project for rebuilding a legacy COM server using new ATL features. I later added /clr, trying to bring .NET stuff in to my C++ code. But this caused the accompanying PS project fail to compile. According to the compiler, the offending code is in atliface.h: the compiler can't understand the ATL namespace when compiling xxx_p.c. I found the compiler is happy if I switch the namespace off by adding a check, #ifdef __cplusplus, in atliface.h. But this modifies a "standard" include, making me scatch my head. Was there something wrong Any idea Is new ATL fully compatible with VC++2005's c++/cli Thank you, Henry It appears that you are including a C++ specific h ...Show All

  • .NET Development consuming parameterized web service

    im not able to consume parameterized web services through xml. Normal non-parameterized web services are consumable. This is the code that i used. <Query> <SoapAction>" http://tempuri.org/para"</SoapAction > <Method Name="para" Namespace= " http://microsoft.com/webservices/ "> <Parameters> <Parameter Name="dat1"> <DefaultValue>4</DefaultValue> </Parameter> </Parameters> </Method> <ElementPath IgnoreNamespaces="true">*</ElementPath> </Query> It did not give out any result.It simply returned http://tempuri.org/para Please give me a solution. Are you sending XML directl ...Show All

  • Windows Forms Dataset Designer. datatable acting strangely

    Hi my site was running good, until i moved my site from old machine to new one. it gives no error on runtime but when i try to configure a datatable in dataset designer,it gives error "unable to find myconnectionstring(mysetting). i solved this error. now it let me configure the dataset datatable and in process gives me warning "Some parameter bindings are missing. Values from the dataset will not be used for those parameters." i have change table in database and also the stored procedures according to that. but when i configure the tableadapter in dataset and then try to insert using the methods it generate, the parameters are still old coloumns namres which have been deleted from table and stored procedure. dataset desi ...Show All

  • Windows Forms datagridview combobox column

    Hi All, I need code which support vb.net 2005 Problem: While clicking the items in DataGridViewComboBox which inserted in DataGridView( Grid control in vb.net 2005). i want to populate the records in the grid that related to the item which i selected in combo box. I will explain with example: I have grid control named GridCustomer. My grid have three columns which are customer ID, Customer Name, and Address. On the first column i created one combobox contain Customer ID(CmbCustomerID) which comes along with DataGridView. So while selecting this CmbCustomerID i want to display corresponding records in the grid. The data which are coming in the combo box is from table. Sample Code I am attaching sample code, that ...Show All

  • Community Chat I can't believe most Windows users don't know how to use toolbars, OMG.

    This is most irritating. Almost all of Windows users in my company don't know how toolbar works. They don't know they can enable toolbar, take out toolbar, customize toolbar, and not even the simplest of all, move toolbar around. Toolbar is so simple, standard, and flexible. And yet, they don't know how to use it. And now, I think that's the main reason why IE7 doesn't support moveable toolbar, and that pisses me off even more. Argh. I remember when toolbars first started coming out, they were a real pain in the arse if you accidentally moved things around and lost "icons" for features you wanted to use. Also, I have seen many apps go back to the default setup. Who wants to setup your toolbar ...Show All

  • Visual Studio Express Editions binding textbox to datasource in code(run time)

    Hi, i'm trying to figure out how to bind a text box with datesource control in code so that it could be bounded in run time. i tried this code: Dim myBind As System.Windows.Forms.Binding = New Binding( "Text" , Me .DbDataSet1.Customers, "FirstName" ) Me. TextBox1.DataBindings.Add(myBind) but it doesnt work is there any body have any help Hi, Thanks for your help Your code works fine. if possible please try to help me with my other question. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1005265&SiteID=1 here in this link. Thanks in advance ...Show All

  • Windows Forms Using DLLs in a Windows Form Application

    I'm new to Visual Studio (I have VS 2005 Standard Edition) and I'm using C++. I'm trying to learn how to code a DLL with some standard functions I use instead of including a cpp file into every project that needs it. Using the help I got a DLL to work with a Win32 project using __declspec(dllexport) and __declspec(dllimport) and by using a .def file. I know the DLL itself works. When I try a Windows Form Application I run into problems. I follow the same steps for linking to the DLL but I get errors as it can't use __declspec(dllimport). From the help files in Studio I gather because Forms apps compile using CLR:Pure I can't import the usual way, but none of the examples seems to explain what you do to use the DLLs. I've tried .def fil ...Show All

  • Internet Explorer Development How to control a explorer bar in extension?

    I wrote a IE extension include a toolbar and a explorer bar, how to control the explorer bar from toolbar show or hide it, set URL, etc ... I wrote a IE extension to moniter the containt of IE, I want show some special information in a side bar (explorer bar) when user did some special action. So, I have to control the appearence of explorer bar and it's containt. Thnak you ...Show All

©2008 Software Development Network