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

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

cdmsarathy

Member List

TanLU
Rick Hill
Fata1Attack
Kefran
Oscarfh
kalkumar
Rick123
Peter Eriksson
aliasx
sivabalu_m
Mongsreturn
DiamonDogX
xion.truth
cplusplus1
William Bartholomew
Shippa
Old Jeffrey Zhao
Dashwood
Mahesh Gaware
Bhupesh Bareja
Only Title

cdmsarathy's Q&A profile

  • SQL Server Configuration of SQL Server

    Hello, I am from Brazil, for this my English He/she would like to know how I can configure SQL Sever Express to Turn in my Local pc. If they can help am very grateful. Wenderson Castro What do you want to do, install SQL Server express on your machine You might have a look at the common readme files which are shipped with the product. They provide a straightforward walkthrough for installation. For any errors that might come up you are welcome to post them here. If you don’t know where to download express see this link here. http://msdn.microsoft.com/vstudio/express/sql/download/ HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Studio Will be a servicepack for VSS 2005 released?

    Any planes to release a SP1 fir VSS 2005 In the beta of the SP1 the updates should be included, but I still had the old files. Andre According to http://support.microsoft.com/kb/918526/ several fixes for Visual Source Safe 2005 are included in Sp1 for VS 2005. so, this topic could be closed. ...Show All

  • Visual C++ LNK2005 std::vector<unsigned short>

    Hi All, I have upgraded my solutions/projects from VS2003 to VS2005 and I am having trouble building some of them. The linking pass fails because the linker encounters doubly defined allocate, deallocate and max_size functions for an std::vector<unsigned short> in some of my libraries that seem to collide with ones in the C-runtime libraries. Here is the output: 1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: void __thiscall std::allocator<unsigned short>::deallocate(unsigned short *,unsigned int)" ( deallocate@ $allocator@G@std@@QAEXPAGI@Z) already defined in dsscene_wd.lib(RigidMeshNode.obj) 1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: unsigned short * __thiscall std::allocato ...Show All

  • .NET Development Please help publishing website...

    I designed a website with the use of Visual studio 2005 which used asp.net. The website has no errors when i run it with visual studio. Now that i have "published" it to the web address it returns the following error message Server Error in '/' Application. It would help if it displayed the error. In your web.config file under system.web/customErrors turn mode to off. It will then tell you what the error is when you reload the page. It's either missing a class or dll file under app_code, the SQL DB wasnt set up properly, or theres a security limitation in place. Those are my top three guesses anyway. Turn customErrors off and find out, then post back here with the error. ...Show All

  • .NET Development Erase From ArrayList

    Hi There, I am trying to initialize an arraylist, The method I have came up with is for ( int i = 0; i < wordArray.Count; i++) { wordArray.Removeat ; } The problem is I get an error message saying Error 1 Only assignment, call, increment, decrement, and new object expressions can be used as a statement Any help appreciated, Chris looks like you are trying to clear the items in the array, not initializing the arraylist. why dont you just use the Clear() method to remove the items in the arraylist theArrayList.Clear(); the arraylist is initialized when you create an instance of it... ArrayList theArrayList = new ArrayList(); as well as this ...Show All

  • Visual Studio Express Editions image with grid coordinates?

    Hi, Is there any way to define an image with grid coordinates in order to use the mouse over event Ken I would like to define half of the image into a grid of 32 boxes. I would then assign each box to a PLC input and when a box is selected I could either turn that bit on or off. ...Show All

  • SQL Server Indexed view help needed

    I am trying to create an indexed view with the following code, however it fails with the following error : An index cannot be created on the view 'TST_SCH' because the select list of the view contains a non-aggregate expression. - When I remove the case statement it works fine, what can I do to make this work, this is just part of the calculation, I have many such case statements that I will need to use. The column is NON-NUllable in the database - I have verified all columnproperty values in the select statement they are all indexable, the view, when created appears non-indexable, I have been able to create the view WITH SCHEMABINDING, the error occurs when I try to create an index on Column1(CBSA_CODE). I am using SQL Server 2000 e ...Show All

  • Visual Studio Which application to buy?

    I am presently developing database driven websites using asp and want to switch to asp.net. I want to buy the right Visual Studio. Which is best program for me...VS2005 Professional, VS2005 Standard, or is there something else available that would be better for me I work alone and only on web applications. Thanks! Ben It sounds like VS Standard should be sufficient for what you need. If you want to see what's available in VS Pro, you can try the trial edition first: http://msdn2.microsoft.com/en-us/evalcenter/bb188238.aspx ...Show All

  • SQL Server Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index

    Keep getting this error when positioning to the last page of a report. Using Server 2003...SqlRpt Svcs 2000 sp2 Detail error msg: Exception of type Microsoft.ReportingServices.ReportRendering.ReportRenderingException was thrown. (rrRenderingError) Get Online Help Exception of type Microsoft.ReportingServices.ReportRendering.ReportRenderingException was thrown. Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index Anyone have any suggestions   Any way to find out what collection is blowing ...or where parameter name: index comes from I was getting the same error message. I had a table within the header of another table. I get this error on ...Show All

  • SQL Server Append Headers / Footer Rows to Existing Text File

    Help, I have a client that requres me to add a header line and trailer line to a flat file. The trick is the header and footer row is required to have a length of 120 with 5 colunmns while the data included in the query has a length of 1125 and about 70 columns. How can I append a header row to a file through SSIS. ...Show All

  • SQL Server SQL 2005 Standard to Enterprise Upgrade

    As I found on http://msdn2.microsoft.com/en-us/library/ms143393.aspx its only possible on 32 Bit subsystems and not on native 64 bit - is this true In addition is it a complete installations which remains the current configuration (i guess this because we have to apply all service packs again) and at least - is a license upgarde possible or do we have to buy a complete new licence Thanks HANNES 1. 32-bit SQL Server 2005 can be installed on x64 machines. 2. 32-bit SQL Server 2005 STD can be upgraded to 32-bit SQL Server 2005 ENT on x64 machines directly. 3. 64-bit SQL Server 2005 STD can be upgraded to 64-bit SQL Server 2005 ENT on x64 machines directly. 4. 32-bit SQL Server 2005 STD cannot be upgraded to 64-bit SQL ...Show All

  • Visual Studio Express Editions is there a way to warp a rectangle-shaped object (or rectangle)?

    How do u warp i rectangle-shaped object (like a picturebox) by changing the corners I think theres a way but i cant find it anywhere... You would have to create(draw) a custom object that represents the "warped" rectangle! The picturebox and other rectangle-shaped controls such as the textbox can not be directly warped! You can however create a custom control that looks warped ...Show All

  • Visual Studio Team System Best Approach? ... Websites, Code Libraries, Shared Code, Shared Filesystem

    I have a massive headache looking at all the possibilities for our team migrating from using VSS to using TFS. TFS has been purchased and installed (working great) but I want to do this the right way from the start. I really need to setup the Team Projects in TFS the best way possible and Im not sure what approach to use. The answer to my first question below may answer all of my questions, but a little guidance would be great. And, a huge thanks to the community as I have spent this entire week watching vids, reading blogs (some install headaches), and articles. Questions: How would I set up a Team Project and or multiple Team Projects in the context of my Architecture below Im currently OVERWHELMED right now with the possible approa ...Show All

  • Visual Studio Team System Error 2738 running tfpt.msi v1.2

    1.Uninstalled the old Process Template Editor. 2.Installed the DSL Tools. 3.Installation of Power Tools 1.2 gives "Internal Error 2738" and finishes saying 'wizard interrupted', 'run setup later'. Can anyone provide details of that error i have tried both fixes mentioned for error code 2738. microsoft is no help at all. anyone else have a solution. maybe dropping vista and restoring xp is the answer. ...Show All

  • Visual Basic Generate a compiler error?

    Hi all, I've created a custom component which can be dropped from the toolbox to any form. It interacts with any form that has a treelist on it. After you drop it on to the form, you must set a property of the component which is treelist it applies to. At the moment if you forget to set the property, the app builds, but as soon as you attempt to use the component, you get a nullreferenceexception. What I'd like to know is whether it's possible to force a compiler/build error if that property has not been set at compile time i.e., if one of our other developers uses the component on his form but forgets to set the property in design mode, then I'd like it to not build and show an error message in the error list. This ...Show All

©2008 Software Development Network