Nordsee's Q&A profile
Visual Studio Team System folder already in use by another workspace?
we are moving to use TS VC, we were using SS before. our SS is already locked-out i've cleaned the projects folder and i was trying to get a full version from TS VC - but i've got a message "the working folder bla-bla is already in use by another workspace on this computer " what is it does SS somehow mark the folder it's empty... is it something else we have some strict paths so i have to put the version into this exact folder Hi Richard We just moved our TFS server to a new domain. Now some of the developers are seeing the same problems. No other machines, just a new domain. Any help would be great. Jim ...Show All
Visual C# attempt to read or write protected memory
hello everyone. i'm trying to open an excel workbook using c#. this is the code: using Excel; Excel.Application excelApp = new Excel.ApplicationClass(); string workbookPath = "c:/SomeWorkBook.xls"; Excel.Workbook excelWorkbook = excelApp.Workbooks.Open(workbookPath, 0, false, 5, "", "", false, Excel.XlPlatform.xlWindows, "", true, false, 0, true, false, false); when i run the program on the same pc that has the c# environment it runs without problem, but when i try to run it on another pc i have the following error: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corru ...Show All
Visual Studio Express Editions learning visual C++ 2005 Express Edition - good books?
Hi All, I'm new here.. have just started getting into vc++ee... but finding it hard to find good resources. I have a book called "Microsoft visual c++ 2005 epress edition programming for the absolute beginner" which i'm finding very handy as a starting point, but where to go from here most the other books i see are referencing MFC and stuff i cant use in this version - please can others let me know your book recomendations that are specific to this version and .net thanks Mark This topic has links to reviews of good books for learning C++ the language - which is what I would definitely suggest doing before tackling specific technologies like .NET or Win32 ...Show All
Visual Studio Charting in Visual Studio 2005 Reports
Where can I find documention on this feature, such as walkthroughs and examples Thanks! Michael Weed http://msdn2.microsoft.com/en-us/library/aa964128.aspx ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Can You Move the Backbuffer?
I'm playing around with shaking the screen when explosions occur and thought the best way to do this would be to randomly move the backbuffer. How can I do this kind of effect! Thanks! Yeah, don't embed the shake offset in the object's position on screen, only apply it as you draw the object - the object isn't moving logically in the world, you're just adjusting the place on the screen it gets drawn at. ...Show All
SQL Server AS2005 Member Properties - MDX Query
Hi, I am having a bit of a problem with retreiving member properties from our AS2005 cube. I'm using MDX query's in a VBA Excel app via ADO (not ADOMD). I've been prototyping the queries in the SQL Server Management Studio. I currently have the following query: WITH MEMBER [Measures].[Portfolio] AS '[Trade].[Trade By Source System].CurrentMember.Properties("Portfolio")' SELECT NON EMPTY { [Measures].[Portfolio], [Measures].[CR 01 Net Skw Adj USD], [Measures].[JTD 01 USD] } ON COLUMNS , NonEmpty ( Exists ({[Trade].[Trade By Source System].[Trade Id]. MEMBERS },[Trade].[Trade By Source System].[Source System].&[Calypso])) ON ROWS FROM [GCD] WHERE ([Close Date].[Close Date].[D ...Show All
Internet Explorer Development IE 7 opening to Run Once page with error on it.
I downloaded updates last week. I have been using IE7 for a while with no problem. I dwnloaded the updates. Now when I open my browser the page tries to go to http://runonce.msn.com/runonce2.aspx . There is an error reported for this page and it will not open up I get a blue screen. How do I eliminate this I have my home page set in the tools section but when opening it won't go to my home page until I hit the home button on the tool bar. The error appears to be a web page error I copied what was displayed for the error Line 56 Char:2 Error 'windows.external' is null or notan object Code O URL:http://runonce.msn.com/runonce2aspx ...Show All
Visual Studio Microsoft.Practices.RecipeFramework.ActionExecutionException
I'm walking along through Don Smith's web service factory webcast and I'm receiving an error after I complete the Create Service Contract wizard. Here's the webcast: http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx EventID=1032300720&EventCategory=5&culture=en-US&CountryCode=US I downloaded the last versions of Guidance Automation and the Web Service Factory (also can we move the web service factory code/community over to codeplex gotdotnet doesn't seem to cut it) Here's the error message I am receiving: Microsoft.Practices.RecipeFramework.ActionExecutionException: An exception occurred during the binding of reference or execution of recipe GenerateASMXServiceContract. Error was: Action ImplementInterfaceMembers fa ...Show All
.NET Development Sorry if wrong category. How do I create a custom assembly?
Hi all, I'm not sure if this is the right category. I'm using VB.Net 2.0. I don't know how hard this is, but I'd like to create my own assembly like the System.Windows.Forms.etc. I'm creating a custom control, but I also want to create object types. For example, I'd like to do the following: MyApp.MyCtl MyApp.MyFormats.Add(MyFormat) Does NET just create namespaces within namespaces to achieve their heirarchy, or is there something more Thanks, Dennis Pretty much any Visual Basic project creates an assembly. If you're creating controls and objects, then simply choosing Windows Control Library will be sufficient. An assembly contains types which are organised in namespaces, but many assemblies can contain ...Show All
Software Development for Windows Vista How to make driver works both on WinXP and Vista?
Hi All, I have developed a driver in WinXP. But it can not work in Vista. I build the driver with WDK under the environment of ' Windows Vista and Windows Server Longhorn x86 Checked Build Environment'. The driver can be installed in Vista. After launching the corresponding application, the Vista is end with blue screen without any message.( In Win 2k&XP there will be some message on the blue screen) How to make my driver works on Vista Any comments is appreciated hi Oliver & Bob I also hav ethe same issue. I am using WDK 6000 for building my driver. Binaries build on Server 2003 build environment not working as expected on windows XP. An error window get displayed. " Application name.. is not a va ...Show All
Visual Basic Access DB distribution
Hi all. I have developed a simple VB.NET app that displays some data from an Access database. No updating, just reading the data. I want to distribute the db with the installation, I know how to include it in the user's application folder, but how do I make the app know where to look once it's installed (maybe |DataDirectory| ) I've been searching through other postings for a few days, but they all seem to be using VS 2005... Thanks for any help! P.S. I'm using Visual Studio 2003 Why not just use the file name if it's in the same directory: Dim ConnectionString As String ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=MyDB.mdb" ...Show All
Windows Live Developer Forums More efficient way to draw a circle then this...?
I got this code form the VIAEarth website... it works great but it pretty slow to use. Does anyone know or have code that can produce the same effect but more efficiently this.circle = function(id, latin, lonin, radius, polygon) { // ref: http://viavirtualearth.com/Wiki/Draw+a+filled+Circle.ashx // returns polygon (if polygon != null) and polyline if not var locs = new Array(); var lat1 = latin * Math.PI/180.0; var lon1 = lonin * Math.PI/180.0; var d = radius/3956; var x; for (x = 0; x <= 360; x++) { var tc = (x / 90)* Math.PI / 2; var lat = Math.asin(Math.sin(lat1)*Math.cos(d)+Math.cos(lat1)*Math.sin(d)*Math.cos(tc)); lat = 180.0 * lat / Math.PI; var lon; if (Math.cos(lat1)==0) { lon=lonin; // endpoint a pole ...Show All
Visual Studio Team System Reporting on Plain Text Fields in Work Items
Hello. I'm relatively new to the TFS game, but my company is jumping in with both feet, so I'm trying to get up speed. Anyway....I've modifed both the Task and Bug work items to include a Release Notes field (type is PlainText), and I would like to create a report that pulls the release notes for a particular iteration. I've discovered that PlainText fields cannot be put into the data warehouse, so I'm wondering if there is a solution to reporting on long text fields outside of simply writing a query for a report that spans the various TFS databases. Hi Brian, Welcome aboard! The biggest type that can go into the warehouse is a String, so you're right that PlainText cannot be put into the warehouse ...Show All
.NET Development OutOfMemory during BinaryFormatter.Serialize
I am receiving an out of memory exception when serialising a large object: using (Stream f = new FileStream(path, FileMode.Create)) { BinaryFormatter s = new BinaryFormatter(); s.Serialize(f, nodeTree); } Here is the exception trace System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Runtime.Serialization.ObjectIDGenerator.Rehash() at System.Runtime.Serialization.ObjectIDGenerator.GetId(Object obj, Boolean& firstTime) at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.InternalGetId(Object obj, Boolean assignUniqueIdToValueType, Type type, Boolean& isNew) at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Schedule(Object obj, Boolean assig ...Show All
Customer Care Framework Where to download
Hi, Can someone please tell me where to download the CCF Thanks Normally it is on MSDN but the version that has been up there was the original release of CCF 2005 (2.5) (dated Feb 2). You do not want this version even if you find it. Saying that they seemed to have removed it, hopefully to replace it with the the re-release CCF 2005 (2.5.1) and the newer CCF 2005 .Net 2.0 Edition (2.6). I have already passed this information along to those "in the know" to see why it is not on MSDN at all anymore. Lee ...Show All
