Deskman's Q&A profile
.NET Development Is it possible to manually control the assembly version numbers when creating & building a class library?
Is it possible to manually control the assembly version numbers when creating & building a class library The first two numbers always remain "1.0" The last two numbers seem to increment automatically. How can I change the first two numbers Is it also possible to control all the numbers Many thanks! - Kevin Kevin, Simply change the AssemblyVersion attribute (typically located in the AssemblyInfo.cs/Assembl ...Show All
Visual Studio Visual Studio 2005 Install Error - DepCheck indicates Microsoft Visual Studio 2005 Professional Edition - ENU is not installed
Hi! I'm trying to install the VS 2005 Standard edition RTM, just fresh off msdn. I used the cleanup tull to cleanse my machine of the Beta2, and I wanted to install the new VS. *however* the install fails. The framework installs and is working correctly, just on installing VS I get an error "DepCheck indicates Microsoft Visual Studio 2005 Professional Edition - ENU is not installed" and the party is over. I have included the copy of my install ...Show All
.NET Development Accidently deleted .Net Framework 1.1
I accidently deleted .Net Framework 1.1 from my PC. I used System Restore to go back prior to the deletion but that did not work, it was partially successful. I tried to use Add/Remove but that tells me >net 1.1 it is not installed. I tried to re-install, but the installer says it has problems and then quits. I get "fatal execution engine" errors at startup, AutoCad doesn't work, Visual C# IDE doesn't work... Any suggestions for ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Html logging from the command line
Is it possible to have msbuild.exe generate the same html buildlog page (HelloWorldXNA.xnaproj 2006-04-25T19-53-25.html) from the command line that visual studio does from the IDE when building an XNA solution Sorry for the delay in getting to you I had to get some help on this one :-) It looks like you can however it's not the easiest thing to type via the command line. Here's and example of how it should ...Show All
SQL Server Installing Report Builder - need to be local Admin?
We would like to allow users to start building reports using Report Builder. Can someone tell me if you need to be a local admin to just INSTALL Report Builder We've tested for a few users and had some problems (they do not have local admin rights on their machines but do have "Report Builder" access on the reporting server.) I know that .NET framework 2.0 is necessary. Just wondering how the install works, or if we can deploy Report B ...Show All
Visual Basic Can't understand delegate function
I'm reading Wrox's Professional VB 2005. I'm just at the beginning of delegates. It has us open a module1 and put in the following code: Public Delegate Function Compare(ByVal v1 As Object, ByVal v2 As Object) As Boolean Public Sub DoSort(ByVal theData() As Object, ByVal greaterThan As Compare) Dim outer As Integer Dim inner As Integer Dim temp As Object For outer = 0 To UBound(theData) - 1 For inner = outer + 1 To UBound ...Show All
SQL Server An attempt to attach an auto-named database for file...failed. A database with the same name exists, or specified file cannot be
I know allot of folks are having this problem and I tried lots of things but nothing works. I understand the problem is coping the SQL Express on another server is the problem - I just not sure what to do Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42 This is the last statement on the Stack Trace: SqlException (0x80131904): An attempt to attach an auto-named database for file e:\wwwdata\ ...Show All
Visual Studio Team System Error 32000 During Installation of TFS Beta 2
I've done some searching but can't find a resolution for this issue yet. I've tried uninstalling ADAM, rebooting, and restarting the install. No go. During the installation of TFS, I get the following error: "Error 32000. The commandline "(temp)\getadminport.exe /vstf" returned non-zero value: 1" where "temp" is my local user's temp folder. When I run getadminport.exe thru the command line myself, I see this: Setting NTAuthenticationProvider ...Show All
Visual Studio 2008 (Pre-release) Is anyone working on an Oracle plugin for DLinq?
I'd like to use DLinq on Oracle, but there is only support for SQL Server now. Is anyone currently working on an Oracle plugin for DLinq Thanks! AFAIK, the DLinq team is working on it. ...Show All
.NET Development ReadStartElement not as expected...
I would have expected the following code to have 'xr' pointing to the "node" element, but instead it is at "a". Any ideas why This seems to be inconsistent... XmlDocument doc = new XmlDocument (); doc.LoadXml( "<node><a/></node>" ); XmlReader xr = new XmlNodeReader (doc.DocumentElement); xr.ReadStartElement(); Regards, Fil. a reader is l ...Show All
Windows Live Developer Forums Is msgrp2p.xml necessary for both users?
According to the document,"Both computers must have a copy of MSGRP2P.xml in the Messenger program directory. ",whereas when I was testing the sample of "Tic Tac Toe" with my friend who had not MSGRP2P.xml in the installing folder ,everything went well. That is,I set up a web site in my PC using IIS for the "Tictactoe.htm" and copy the MSGRP2P.xml (edited correctly) to MSN Messenger's installing folder.Then I invite one o ...Show All
SQL Server Reports run under my credentials, not those stored on report
I've created a report in SSRS 2005 that sources from a SSAS 2000 cube (on another server). In BIDS (running on the SSRS 2005 server) I'm using a shared data source with "generic" credentials to access the data. The generic credentials I'm using is an account that has datareader access. In BIDS the report runs, builds and deploys just fine. No problem so far! My problem has to do with running the report from the Report Server. The on ...Show All
Visual Studio Team System "My work-items" on team project's site
What's the easiest way to get a list of active work-items that have been assigned to the user I've been playing around with this, and I got the following two problems: 1. I don't know how (if at all possible) to set the URL parameters to Reporting Services, to indicate that only work-items for the current user should be shown. 2. Using the web page view web-part in WSS, the size of the zones (left or right) that are available on the proj ...Show All
Visual C++ Error PRJ0019 : A tool returned an error code from "Performing registration" ProjectName
Hi, I'm facing one problem when compiling vc6 project into vc8 compiler. Error PRJ0019 : A tool returned an error code from "Performing registration" PantherConfig I have gone thru a number of links providing solution for this but couldn't get correct solution. I think it is having problem in registration dll but not sure. In Build log it is telling that "Cannot open the specified file testerinfoerrors.err for reading" while this file is exi ...Show All
Visual Studio 2008 (Pre-release) DataTemplate, Data Binding and EventTrigger problem
I have a Listbox binded to a data source. Each item is represented by a DataTemplate and I have some event triggers associated with each ListboxItem that tiggers some animations when the item is loaded or on a mouseover event. When the listbox is first loaded everything seems to work the animations are triggered as expected. However when I add a new item into the data source and thus triggering a new ListboxItem to be added in ...Show All
