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

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

Syanide

Member List

Michael Goldberg
rgrego
Tim3627
Mayuran
bbanks
PocketPCDev
Anonymous322342
Kartik Subramani
VishnuC
PaoloC05
cconrad
jz2006
Sergey_12345
shav
idodo
RMS rookie
Deepti14198
AviTu
Bjarne Helgesen
Kosmosniks
Only Title

Syanide's Q&A profile

  • SQL Server SQL2005 Analysis Services Tutorial Lesson 7 Deployement issue ?

    Hello, I am having an issue with the "Analysis Services Tutorial" VS BI project from the BOL, "SQL Server 2005 tutorials\SQL Server 2005 Analysis Services Tutorial\Lesson7 : Defining Key Performance Indicators (KPIs)" : When trying to deploy the Analysis Services tutorial project found in "C:\Program Files\Microsoft SQL Server\90\Samples\Analysis Services\Tutorials\Lesson7" the project won't deploy, with the error : "Error     1       MdxScript(Analysis Services Tutorial) (8, 8) The 'Measures' dimension contains more than one hierarchy, therefore the hierarchy must be explicitly specified.       &nb ...Show All

  • SQL Server Cannot Enable Remote Connections for AS 2005 on clustered instance

    Hello SQL pros - I am having a problem with enabling the remote connections for Analysis Services 2005, Here's the gist.... --Error Information-- "To configure Analysis Services for Remote Connections, you must be an adminsitrator for Analysis Services Windows Service (SQLSAC). Additonal Info A connection cannot be made. Ensure that service is running (Microsoft.AnalysisServices) No connection could be made because the target machine actively refused it (System)." --Actions Taken-- 1) Analysis Services Windows Service was confirmed to be running. 2) Analysis Services Windows Service was stopped and restarted. 3) A ...Show All

  • SQL Server try to setup membership with ASP.NET configuration

      When I whant the use the new ASP.NET configuration tool (2005) and I want to define a provider I get the following error. You should know that on installation of VS 2005 SQL-Server Express did not install and I installed SQL-Server 2005 (shiped with VS 2005). So now it seems that VS waits for the Express edition. I changed under Tools/Options/Database Tools/Data Connections the SQL Server Instance Name to "MSSQLSERVER" but this does not help, too.   Thank you very much for any help! Regards, Fabian -----------   Server Error in '/asp.netwebadminfiles' Application. Make sure the SQL Server Express service is star ...Show All

  • Visual Studio Team System Property for CoreDropBuild target

    How can I find the property for the path that <target> CoreDropBuild uses to copy my binaries to I want to write this property to a file so I my older automation can read it in and now the path to where our binaries are being copied to. I tried to look for Microsoft.TeamFoundation.Build.targets but the path to MSBuildExtensionsPath \Microsoft\VisualStudio\v8.0\TeamBuild\ didn't seem to apply to my machine. Would the property I'm looking for have been in here Where can I get a copy of this file and where can I get a list of the properties used in the build Thanks! -Marc Binaries ar ...Show All

  • Visual Studio Express Editions registration benefits c#

    I registered by Visual c# express edition two days ago, Although the product is nregisterd, I read the registration key off the screen I have not yet received the confirmation email, So how do I access the benefits page for the said downloads and eBooks Be sure your passport e-mail address works to receive mails. If you have a spamfilter it might sort it out so that can also be a clue where it has gone. You can go to http://connect.microsoft.com for the benefits portal. Sign in with the same passport you registered with and choose "My participation"   ...Show All

  • Visual Basic Excel Macro please

    Hi, I dont know if is this the right place to post this, sry. I'm writing a little macro in Excel, with the following code: Sub Logger() Dim varNombre As String Dim varApellido As String Dim varLogin As String Range("A1").Select varNombre = ActiveCell.Value Range("B1").Select varApellido = ActiveCell.Value varLogin = varNombre(0) & varApellido Range("C1").Select ActiveCell.Value = varLogin End Sub I need to make a login (ex. Tim Burton --> TBurton), but i cant get the first character of the varNombre. How can I do that How to use strings here Thanks Dim First ...Show All

  • Visual Studio Express Editions Express Edition promotion period...

    I want to ask something about Visual Basic 2005 Express Edition. It said that after 7 November 2005, the Express Edition entering promotion period, so it's free for 1 year, and it also said that it will be cost US$49 after the promotion period. I have downloaded Visual Basic 2005 Express Edition ISO file in 15 December 2005 and registered it in 9 January 2006. I'm still using that product until now. I'm a student, and I'm so satisfied using that product. Must I pay for my VB 2005 Express Edition version if I want to use further after the promotion period and must I pay for 1 year using that product in the promotion period although I wo ...Show All

  • Visual Studio VSS 2005 and VS .NET 2003? (for HTTP support)

    Hi, Apologies if this has been answered, but I can't find any information on this topic. Can we use VSS 2005 (I am especially interested by HTTP support) with VS.NET 2003 I think we cannot but I would like to have a confirmation. (BTW: if it's not I think it's really stupid) Thanks. Cool.  Somehow I had got hold of the idea that the new plug-ins only worked with VS 2005. I assume I just install the VSS 2005 client on the VS 2003 system and the plug-in for VS 2003 is installed too Is the regular SourceSafe plug-in also updated so it can take advantage of the LAN Helper service Will these new plug-ins work for Visual Studio .NEt 20 ...Show All

  • Visual Studio Express Editions error C3861: 'printf': identifier not found

    I think I already know the answer to this but I'll ask the question anyway. When I attempt to compile the following code: #include <stdio.h> #include <stdafx.h> int count; int main() { //Print the numbers 1 through 20 for (count = 1; count <= 20; count++) printf( "%d\n" , count); return 0; } I get the message: error C3861: 'printf': identifier not found Does this message have to do with the changes made to Visual C++ Am I missing something obvious Try this: #include <stdafx.h> #include <stdio.h> Or turn o ...Show All

  • Visual C# Old threads!?

    Is there any reason why nobody check and response to threads' posting in depth more than 2 I posted two threads on same problem and in both cases i got a single response (not full / correct / satisfying) then posted my response and then... silence. Nobody looked, checked, responded anymore. If this is the way to post things here i can do it (Copy/Paste still working). Personally I just check the first page. I assume that anything past that are dead threads. If you dont think you have a good answer, rather than reposting your question in a new thread, just respond to your old thread with another message. Preferably more information/detai ...Show All

  • Visual C# how to access axWebbrowser contents

    i need to access the contents of the page that are viewd by axWebbrowser control.. as example i need to know the elemnts that in the page requsted like buttons...text...imags... or even just the x.y positions of each elemnt I take it you are using .Net 1.1 Add a reference to the MS Html Object Library Cast the document property as an HTMLDocumentClass. . .that should get you started. Refer to the SDK. Google " DHTML DOM C# " ...Show All

  • .NET Development loading classes from single project vs. multiple assemblies

    Hey guys, Are the below two cases identical 1. Having a single project with 100+ classes. 2. Separating the project into a bunch of assemblies and dynamically loading the assemblies. Second case involves the use of a lot of reflection and attribute-based programming. I am mostly worried about speed of execution. I am planning on going with approach 2, but am worried that there may be some unknown overhead to reflection or assembly based programming that i may not know about. Any thoughts Thanks guys, Tejus No they are not identical, #1 is likely to be faster and less memory cunsuming (since there's a ...Show All

  • SQL Server Transformation Service question about de_dup process.

    A standard SQL statement that is used a lot in SQL is a left join. What I'm trying to do is dedup a table. Example: Select * from table1 as t1 left join table2 as t2 on t1.firstname = t2.firstname and t1.lastname = t2.lastname and t1.gender = t2.gender and t1.dob = t2.gender where t2.lastname is null What I thought was with in a data flow I have one OLDBD SQL statement that is the full table and in the second table I have the OLDBE SQL statement deduping the dups. What I am wanting to do next is remove the dups and then rejoin the deduped dups back into the oringal table that was less dups. In the ...Show All

  • Visual Studio unmanaged addin registration for all users

    What is the recommended way to register an unmanaged vs2005 addin for all users   It appears that the .addin xml file is only for managed addins; is this correct Ok - thanks for that.  So the bug that I filed which was closed as "by design" was closed in error.  That's the point I was trying to understand.  When you say "your bug DB" is that the feedback database that is publicly accessible or something else Would it be possible for you to re-open the bug I filed and close it as a duplicate noting where the bug is recorded thanks ...Show All

  • Visual Studio Team System Working with Cross project Reports

    Hi, We have multiple team projects environment. How can we produce a cross project reports For example, we would like to see all the active bugs in all team projects. Thanks, Michael One you open TfsWarehouse DB in SQL Server BI Studio, you'll find a dimension with name as "TeamProject". Use this dimension as filter and you'll get an option to choose the team project in your report. Cheers Sanjay ...Show All

©2008 Software Development Network