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

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

Chellam

Member List

Nianz
SteveTodd
codemare
Scott_Piegdon
Daddicool
Arghya.mp
Ngwane
Adwait Vaidya
present
Andreas Ohlund
Jeffrey Morales
josephxxv
richard.edwards
Marcio Rosa
Maryello
Pramod Kumar M
GMon
cyx
Jordi Serres
JonS1
Only Title

Chellam's Q&A profile

  • SQL Server How to delete an Analysis Service DB?

    Hi, when i try do deploy an AS-Projekt, i get follwing error Massage: Error 1 Errors in the metadata manager. The dimension with ID of 'v Kundeneigenschaft', Name of 'v Kundeneigenschaft' referenced by the 'v Kundeneigenschaft ~MC' cube, does not exist. Errors in the metadata manager. An error occurred when loading the v Kundeneigenschaft ~MC cube, from the file, '\\ \C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\Data\Analysis Service ...Show All

  • Visual Basic Context Menu....

    OK, so I have a context menu that contains two options - a TextBox and a (Submit) option...it pops up when a user right clicks a radio button on my form. I want the user to be able to enter a string in the textbox, click the (Submit) option, and have the string replace the current text of the radio button. It works easy for one Radio Button, but I'd like to have this functionality available for several components. Aside from creating a separate ...Show All

  • Visual Studio Team System How to get template id of a project in VSTS

    Hi When I create a team project in VSTS then we select a methodology template for that. It means that every project is associated with some methodology template. So, my question is that how can I retrieve template id for a particular project. Do we have any API for that. Regards Hi Neelam,    Here is some info from Ravi Terala, a developer who works on this area. "We thought about tagging the project w ...Show All

  • SQL Server Need to create <Query> statement programmatically

    I am creating a web application that uses a using a web service to get data for my reports. Since the webservice only accepts 1 parameter called "sql" (the sql select statement), I am using the report's query string to get the data. Here is the data source and dataset info I am using: DataSource Name: WebService Type: XML Connection string: http://localhost/myWeb/myWebService.asmx Credentials: No credentials DataSet ...Show All

  • Visual Studio Team System Request Failed: Unable to connect to remote server

    I've seen several people post this error, but none of the suggested solutions have resolved my issue. This seems very simple to me, so I'm sure I am missing something very basic. I am very new to using Visual Studio for testing, so please bare with me. I have a local ASP.NET 2.0 application that strictly uses Windows security. I have recorded a very basic web test that navigates to one page within my application and that is all. When I run th ...Show All

  • Windows Forms Text align

    Hi,   I am putting VS 2005 beta 2 through the courses and have found quite an annoying problem. When I have a form loaded (making a web site .aspx) and I type infomation on it, I set it up so it is aligned to the left. I save it, then go to the source and without making any changes I go back to the "design view" to find all my text is now center aligned. No matter how many times I save the work left aligned, when I reload the page it displa ...Show All

  • Visual Studio Team System Upgrade Beta 3 to Beta 3 refresh

    What will be involved in an upgrade from VSTF beta 3 to the beta 3 refresh According to Jeff Beehler in this blog post: http://blogs.msdn.com/jeffbe/archive/2005/10/14/481002.aspx   " Upgrading an existing Beta3 server will be a matter of uninstalling the server and reinstalling the refresh release.  The data (projects, work items, source code) will remain in place and be available once the refresh is successfully installed.&nbs ...Show All

  • SQL Server Why no standard toolbar in SQL 2005?

    I AM VERY UPSET AND ANNOYED why the STUPID sql Server Management studio does not have the standard text edit toolbar with buttons like "undo", "redo", "cut" etc.!!! Unbelievable! >_<"""  Am i going back to the dos time Hi there. You can right click the toolbar and customize it to your taste. It will take you 30 seconds to add these three buttons.   Happy to help! :-) ...Show All

  • Smart Device Development vs2005 compiler is fatally flawed: generates bad code

    In this very simple excerpted code, the compiler fails to do its job.  If you want it recreated, I propose someone there try to recreate it.  I've already got it happening here.  It's as simple as it gets.  From the type of failure, it looks like it's going to happen a lot. r12 is assigned the address of mc.decodePriority only if gDecodeMaxPriority >= 3, yet it, r12, is still used as the store address when it is not &g ...Show All

  • SQL Server Business Object Integration with AS2005 Cubes

    Hi All, I currently have a microsoft client who wants to use Business Objects (latest version) with Analysis Services 2005 but does not know if Business Objects would be able to connect to AS2005. If you know of any information, that would help a great deal. thank you PS: of course, I have recommended reporting services and proclarity and the client is also looking into it. ...Show All

  • SQL Server Problems with SRS with MOM2005..

    I hope this is the right place to ask a SQL Server Reporting Services question that comes with MOM 2005. I can't email any reports, even though I have specified the correct SMTP server, and I can connect from my MOM server to port 25 of my SMTP server and sends emails. I can't generate reports using a shared path. Reports do work, just not through subscriptions. Is there anything logged for subscriptions failing or successfully creat ...Show All

  • Visual Studio Team System Adding new Test Types

    Hi, Can anyone tell me where I can get information on how to add my own test types to Team Test.   An example would be really helpful. TIA Let me try to help. For that I need more information. Could you answer a few questions for me 1. Do you see your files unzipped under VSINSTALLDIR\Common7\IDE\ItemTemplates Cache \CSharp\1033 2. Does your .vstemplate file contain the following xml tag   <TemplateGroupID>Tes ...Show All

  • Visual C# Creating edit boxes after reading a XML file

    I'm new to C# and still learning. I have one question: I have a XML file that describes several fields. For each field a edit box needs to get displayed on a form. How can i create edit boxes in runtime Kind regards, You probably want to look at XML Deserialization. After you get the XML data into an object, you just do something like foreach (Data data in XMLData){     Field tmp = new Field();     ...Show All

  • Visual C# Mathematics Functions

    I have just downloaded Visual C# Express. I find that it has no mathematics functions and many others missing such as sleep(). Can someone tell me how I get these. Many thanks. System.Math ( At MSDN library ). ...Show All

  • SQL Server Database diagram support objects cannot... Attaching sql 2000 db to sql server 2005

    Hello, I've seen threads concerning this problem. I have followed the prescribed steps to fix the problem. I've set the db owner to sa, I've set compatibility to 2005. Still I can't get the diagram to function. Can anyone out there help me Thanks, Bill Hello Bill - Can you describe your problem a little more Are you saying that you have a 2K database that you've attached/restored/transported to 2K5 and you can't create a databa ...Show All

©2008 Software Development Network

powered by phorum