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

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

Kushal

Member List

booboo85
Lexa83
sh2
Dobereiner Miller
clarkdj
Thomas Lau
Awsok
FTAHARI
Andy Cutler
claybin
msssltd
TassosTS
drJekyll
Tsuru
clayton h
Flavio45845
Ben Heaney
dlovat
Shajed Zaman
Derrick Ryan
Only Title

Kushal's Q&A profile

  • .NET Development Develop an Accounting Package

    hi Is it posible to develop an accounting package using .NET, when .NET using disconected architecture In an accounting application many activity need the data to presented to the user by look up table. I just need to make sure that I am not waste my time by trying to using .NET for build an accounting package while it is not posible or make it harder to develope. ...Show All

  • .NET Development Copy to Output Directory does not copy to Application bin folder

    Hi there, I use a separate Application and Library project with the application project referencing the library project.  The library project uses an xml file that needs to be available in the same directory where the program is running. I set the "Copy to Output Directory" property for the xml file to "Copy always". When compiling the complete solution, the xml file gets copied to the bin folder of the library project, but not the application bin folder.  The library dll file gets copied correctly... but not the required xml file. Does anyone know how this can be done ! Best regards, Philippe Rubbrecht. ...Show All

  • Visual C++ fatal error LNK1104: cannot open file 'LIBC.lib'

    I'm trying to compile a C source code project with Visual Studio 2005.  I'm linking in 2 libraries that were built using Visual Studio 2003.  When I build my project, I get 1 error: fatal error LNK1104: cannot open file 'LIBC.lib' I know libc.lib is not included with Visual Studio 2005.  How can I overcome this problem Thanks, Mike You might still have one of your older libs that weren't rebuilt. Take a look at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=75362&SiteID=1  that deals with a similar issue. Thanks,   Ayman Shoukry   VC++ Team ...Show All

  • SQL Server Setting Report Parameters

      Just working on my first report and am having trouble get the report paraments set up. When I try to set a parameter on the Data tab such as @Zipcode it treats it as a string and surround it with quotes. Also it does not automatically create a parameter in the Report Parameters collection on the Layout tab. Even if I manually create the parameter it does not tie back to the query. Any ideas of what I should be doing Thanks, Paul Hammond Richmond, VA In Visual Studio 2005 I am making a nice report.I have an odbc connection to an Access database (system DSN). Unfortunately I cannot use named parameters, only unnamed (= ), but ...Show All

  • Visual C++ Visual Studio 2003 Compilation error

    When I compile I get this error message LINK : error LNK2020: unresolved token (0A00004E) _DebugHeapTag Does anyone have any idea how I coul resolve the problem Any help would be greatly appreciated. Yacine Benahmed Assistant de recherche Yeah I think that's what the problem is, I contacted them and they told me that they didnt support .net and that I should use VC-6 which I dont really find interesting for the moment. In the meantime I'll try to get my hands on an uncompiled library so that I can modify it and maybe use SAPI5.1. Thanks for your time guys Yacine Benahmed Assistant de recherche ...Show All

  • SQL Server Error in execute sql task

    I get the following error when trying to execute an sql statement in oracle and returning the results into an object variable with the execute sql task. Error: 0xC002F210 at Execute SQL Task, Execute SQL Task: Executing the query "select <columnlist> from <tablename>" failed with the following error: "The SelectCommand property has not been initialized before calling 'Fill'.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly. It executes fine if I select no results or first row but I ...Show All

  • Visual Studio Problem with Connecting to Remote reportserver

    hello, I have a page reportAllPhase.aspx which is trying to use remote mode on the reportviewer to load http://localhost/PNP2/reportAllPhase.rdlc . I am using Remote now because my boss wants a print button, but now the reports arn't being found.  In local mode it worked.  But this wont pick up even with my IIS things installed right.   In my asp I point to: < rsweb : ReportViewer ID ="RVAllPhase" runat ="server" Font-Names ="Verdana" Font-Size ="8pt" Height ="480px" Width ="992px" ProcessingMode ="Remote"> < ServerReport ReportPath ="reportAllPhase" ReportServerUrl ="http:/ ...Show All

  • .NET Development how to develop heavily access website?

    Hello, I want to create website. This website will have heavily access and a huge number of transaction per day. I expect to have between 1500 to 2000 transaction per day. Can anyone help me in that Thanks hi, It is Conceptual. Like what is the best approach to design and develop such site How can make it perform well Thanks for help ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Centre text on screen

    I'm using screen coordinates to draw a line of text to the screen. How do I determine the width of the text (based on which font I'm using), so that I can precisely centre it on the screen Do you use ID3DXFont to draw the text or any other text engine ...Show All

  • SQL Server Using the Filter function

    I have a cube in SSAS 2000 which we access using PTS. I want to filter the records viewed in a PTS based on the sum in a dimension rollup. How can I do that Ex. I have a Store Dimension and I only want to see the Stores with Measures.Sales > 50,000. Here's a Foodmart query which filters for store names with [Store Sales] > 50000: >> select {[Measures].[Store Sales]} on 0, Filter([Store].[Store Name].Members, [Measures].[Store Sales] > 50000) on 1 from Sales >> ...Show All

  • Visual Studio 2008 (Pre-release) Expression trees and type inference

    Hi, I'd like to do some modifications of expression tree. This is a bit difficult and I posted suggestion to product feedback regarding this (there is class called ExpressionVisitor which makes modifications on expression trees much simpler, but it is not public). But this is not my question :-). For this purpose I created method that does these modifications (currently I want to work only with lambda expressions that take one parameter and return some other value): static void DoSth < A0,T > ( Expression < Func < A0,T >> expr) { // ... } My problem is with type inference, which doesn't seem to infer everythi ...Show All

  • Visual Basic Use string value as variable name

    How do I use a value of a string as a public variable name/object that I can then change.... dim var1 as integer dim var2 as integer dim var3 as integer...ect... Dim vroot as string = "var" Dim i as integer = 1 Do var + i.tostring 'this returns "var1" 'now how do i use this var1 returned value to act like a variable i=i+1 loop until i = 15 Also how would i do this with objects....say i had a series of labels named label1, labe2, label3...ect... to call these through a "label + i.tostring + .text" script also...... Catch my drift....is this possible Thanks! For the issue with variable names, here is ...Show All

  • Visual Basic ERROR The data provider or Service Provider returned an state E_FAIL

    Hello I have a Problem, I installed Microsoft Visual Basic 6 and in Some ocations using adodc or an Recordset Object in the RecordCount an other methods VB return the  next error : ERROR The data provider or Service Provider returned an state E_FAIL Please HELP ME !!! This is the ConnectionString : strStringCn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & GstrUniCD & "JFISC_TFJFA.mdb;Persist Security Info=False;Jet OLEDB:Database Password=xYz" both machines have the same MDAC File !!! ...Show All

  • Visual C# "Absolute path information is required" bug.

    Hello, I've installed Visual Studio 2005 MSDN and I have problems with C# projects. Whenever I try to start a C# project (Windows Application or something else) I get message box: Microsoft Visual Studio "Absolute path information is required". Solution file is created in specified directory (and *.suo file), but nothing else. I also cannot open/convert C# projects from VS2003. I don't have any blocked/protected directories. Everything works with administrator permissions. I have my system partiotion (C:) and all apps (including VS) are installed on drive D:. I've never installed any VS (2003, 2005 BETA) or any SDK on this machn ...Show All

  • Smart Device Development IItem::SetProps and S_FALSE result

    It seems that some properties can not be set with SetProps (returns S _ FALSE ) . And I am not talking about stream properties. Where can I find a list of properties that can be set This should include properties for appointments, contacts, and tasks. For example, can PIMPR_IS_RECURRING be set for an appointment or task (I know there are indirect ways to cause this property to be set, but I still need this question answered.) I can read PIMPR_IS_RECURRING with IItem::GetProps. (I am using the device emulator with a Windows Mobile 5.0 Pocket PC image.) Thanks, Frank Hi, Apology in replying late. Alth ...Show All

©2008 Software Development Network