RolfWiki's Q&A profile
Visual Studio Team System "The permissions granted to user '' are insufficient for performing this operation." when trying to view Report Site.
We are unable to access the reporting site for our TFS project. We are able to view individual reports from VS, but we cannot get to the reporting site to edit them. Whenever we try to go to it (By right clicking on Reports->Show Report Site in Team Explorer), we get the following error page: SQL Server Reporting Services Error The permissions granted to user '' are insufficient for performing this operation. The URL it's hitting is: http://[OurServer]/Reports/Pages/Folder.aspx ItemPath=/[OurProject ] I've checked the permissions for reporting services using the TFS Admin power toy, and all users have full permissions. Is there somewhere else that we need to grant permission Thanks. This art ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Question: 2D development for both widescreen and standard on 360
If you want a 2D game to run on 360 for both widescreen and standard TV sets, would the easiest solution be to 'center' your game to fit a standard TV and have verticle bars on either side for people using widescreen What resolution should you develop your game in so it doesn't end up being stretched when running on a 360 Thank You. I'd say your problem is the 5'th parameter. That is usually set to the ratio between the screen width and the screen height (for PC's this is most of the time 4/3 (800/600, 1024/768)). This is why the stretching appers. ...Show All
SQL Server SQL Query help
i have table "clubinfo" with following fields and data. ClubID FranchiseCode StartDate EndDate ------------------------------------------------------------------ 786 AAAAAA 2005-12-14 15:20:43.340 2006-06-14 14:40:53.270 786 BBBBBB 2006-06-14 14:40:53.270 2006-08-21 14:24:28.060 786 CCCCCC 2006-08-21 14:24:28.060 NULL above three rows describes franchise AAAAAA started on 2005-12-14 and sold on 2006-06-14 to BBBBBB so franchise BBBBBB started on 2006-06-14 and sold on 2006-08-21 to CCCCCC and Endate for CCCCCC is NULL so its a current franchise i wanted to write a sql query that will find franshisecod ...Show All
Visual Studio Team System Custom Bin Directory
I have a large solution that contains around 15 projects. One of those projects is a Service Project that has an PostBuild event that copies it's dlls from it's bin\debug folder to a global BIN folder availible to all projects (about 4 directories up). I have a web service that references those dlls in the same solution. I am trying to get this to work with TFS Build and not having any luck. Question: why is the BIN directory non-existant on my build server (where this solution is being built) Should it be there I am only seeing the "obj" directory under the project directory I've been meaning to write a blog post on these issues, but haven't gotten around to it yet... Team Build overr ...Show All
Community Chat Kyro KidSafe Browser (alpha)
Hello all, I am making a "KidSafe" browser for kids. Please download my program and post any noticed bugs,etc. It takes only minutes to set up. I am 10 years old, so who can make a browser for kids better than a kid Progress: Final will be started in January Thanks you everyone for your contributions and encouragement. *Has 3 tabs for browsing. *Has a "My Websites" button with up to ten of your programmed websites in it. Beta Features: *Has 3 tabs for browsing. *Has a "My Websites" button with up to ten of your programmed websites in it. *Talking Help guide *A new install program Updates in final version: *Button text replaced with graphics. *A game room with games, and fun KidSafe software (suc ...Show All
Visual Studio Team System Failed to load adapter
Hello, I get the error below in the event log. I have looked through the other threads but have not been able to find a working solution. An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 9/1/2006 12:50:19 AM Machine: TOOLS01 Application Domain: /LM/W3SVC/4/Root/Warehouse-1-128015454095818883 Assembly: Microsoft.TeamFoundation.Warehouse, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727 Process Details: Process Name: w3wp Process Id: 7520 Thread Id: 4716 Account name: [ActiveDirectory Domain Name]\TFSSer ...Show All
Visual C# How to check assignment of Event Handler
Hi All, I have following line in my C# code : bkmkRow . Selected += new WordTools . SelectionEventHandler ( this . STTable_Row_BookmarkSelected); where bkmkRow is the Bookmark object of Word class (in VSTO). Now before assignment of "SelectionEventHandler" to "Selected" event, how can I check that any event handler has been assigned or not Any help Thanks in advance....... Oh sorry to say, but I tried that thing also and it throws an error "Selected must be left side of +=". So I can not check it with NULL. ...Show All
Visual C++ Value at Memory address differs in C#
Hi All, I am calling a C++ method from my C# application. The C++ method simply returns an integer pointer. Now when I access the returned integer pointer in my C# application its memory address is same but value on that memory address is different. Can anyone please tell why it is so and how to acheive that Here is the source code: __________C++ Code_____________ extern "C" { __declspec ( dllexport ) int * ABC() { int y = 51; int * getData = &y; return getData; } ___________________________________ ______________C# Code______________ [ DllImport ( "CPlus.dll" )] public unsafe extern static int * ABC(); //-------Code--------- IntPtr handle = ...Show All
SQL Server Time dimension MDX
Hi all, I am using SSAS 2005. I am trying to find a way of querying efficiently to find transactions that from a particular date range that are outstanding. In the system I am working on, a transaction has a Start Date and an End Date, and is 'outstanding' after its start date but before its end date. At the moment, I am using the following MDX, and would love a way of optimising it further. SELECT [Measures].[Transaction Count] FROM [Finance] WHERE NonEmptyCrossJoin({[Start Date].[Month Hierarchy].[Date].[2006-10-10 00:00:00]:[Start Date].[Month Hierarchy].[Date].[2006-11-10 00:00:00]}, {[End Date].[Month Hierarchy].[Date].[2006-11-10 00:00:00].NEXTMEMBER:End Date].[Month Hierarchy].[Date].LASTMEMBER}) In the above examp ...Show All
Visual C++ VS2005 C++ compiler bug?
I do not know if this is the best forum to report a MS VC++ compiler bug (please advise if I should post this to another forum). In the process of migrating code from VC6 to VC8 (i.e. Visual Studio 2005 Professional Edition) I have stumbled across what I believe is a C++ compiler bug in the handling of template functions invoking the function call operator. Details and other ramblings below (after the example code that exposes the problem). #include <algorithm> #include <list> #include <stdio.h> #include <tchar.h> class A { public : // explicit initialising constructor (made explicit to avoid implicit conversions or casts) explicit A ...Show All
Visual Studio Team System Deploying cube so as to make reports based on the analysis services database
Hi all, I have a cube which is running well SQL SERVER 2005. How can I create reports based on the analysis services database. Do i have to migrate the analysis services database to MSQ SQL SERVER 2005 database. Do you know of any other steps i can follow up Please help me. Ronald Are you interested in creating reports based on the Team Foundation cube (TfsWarehouse database - Team System cube) or a cube that you created on your own If this is a cube you created please post this question in the SQL Server Analysis Services Forum ( http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=83&SiteID=1 ). If you would like to create a custom Team Foundation report take a look at this video - http://www.learnvisual ...Show All
Visual Studio How to reference a calculated field in the report
Hi every body! The problem: In my report, I've a fisrt textBox1 which include a calculed fied : = price*discount In a second textbox, I want to use the reference of the first textBox to calculate a total: = ref(textBox1)*qty Does any one could give a guide to deal with this Regards Reportitem references to other textboxes within the current or parent scope are done by accessing the Reportitems collection. For example, =ReportItems!textBox1.Value -- Robert ...Show All
.NET Development TypeLoadExceptionHolder
I'm trying to deserialize an object (serialized in .NET 1.1) in .NET 2.0 and one of the child objects is causing a TypeLoadExceptionHolder to be substituted for it in the SerializationInfo during the deserialization process. This same serialized object will deserialize fine using the same code base built under .NET 1.1. I cannot find any information on what a TypeLoadExceptionHolder object means or why it is being put in the serialization info slot for the child object. Any help would be appreciated. Thanks! This assert is correct both in 1.1 and 2.0 Debug.Assert( null == Type.GetType( "System.int32" )); ...Show All
SQL Server mysql limit equivalent
Hi, I need the equivalent for below mysql query : select *from test limit 5, 20 I know that the below is possible in SQL Server : select top 20 * from test where column1 not in (select top 5 column1 from test). But my problem is I want a generic solution wherein I will not be aware of the columns available within the table. i.e I need a equivalent query without using any of the column names Please advice on the sql server 2k syntax, if an identity is already part of the return columns in t, then you cannot introduct another identity into the table. How do you work it in that case then ...Show All
Smart Device Development Windows CE 5.0 password not saving
Hey guys, we're moving into a new warehouse and getting new hardware. but the new barcode scanners can't connect to corpnet through MSFTWLAN. It sees the network, but won't save the password, only alias and domain. any ideas P.S.- we're using Symbol MC3090 scanners. if it means anything. ...Show All
