Kieron Lanning's Q&A profile
.NET Development Problem with XSD imports and WSEWSDL3-generated proxy
Now, I'm not 100% sure if this is a bug or not, but it appears to be an obvious one, if my understanding of schema & namespace is correct. I have a WSDL that imports a single XSD (different namespace, of course). Here's the pertinent portion of WSDL, reduced down to illustrate a single service: <wsdl:definitions xmlns:http=" http://schemas.xmlsoap.org/wsdl/http/ " xmlns:soap=" http://schemas.xmlsoap.org/wsdl/soap/ " xmlns:xsd=" http://www.w3.org/2001/XMLSchema " xmlns:tns=" http://webservices.company.com/ewps/service/2005-12-01 " xmlns:contract=" http://webservices.comp ...Show All
Visual C++ VC++ wrong pointer size ..?
Hi. I heard this problem from our forum. Some of our guys wrote that this problem occur all VC++ 6.0, VS.NET 2003, VS.NET 2005 Beta2 compilers but not in gcc and dev-C++. Here is code sample and it have to be in saperated files to repro this error. If it is compiled with these three header and two source files, I get wrong class size and memeber variable pointer like this. C:24 32 C:0x003e0f60 0x003e0f78 24 main:1 8 12 main:0x0012fed4 0x003e0f68 8 at C.cpp file, it report sizeof(B) is 24 byte. at C.cpp file, it report sizeof(C) is 32 byte. at main.cpp file, it report sizeof(C) is 8 byte. at main.cpp file, it report sizeof(C) is 12 byte. ...Show All
Visual Studio Save As on a Project Throws "The parameter is incorrect"
Hi, I don't know if this is a known issue, but if I try to call "Save MyProject1 As..." from the File menu of VS2005 on a project created with the MyProject sample of the VSIP SDK, I get an "The operation could not be completed. The parameter is incorrect." error message. My own project type (not based on MPF) behaves the same. Does somebody know what causes this problem Br, Gaspar Hello Gaspar, I have been trying to repro this and was not able to. Are you able to reproduce the error using the released version of VS 2005 with one of our latest VS SDK If you can still repro the problem, c ...Show All
Visual Studio Reporting Services - Next Release
Does anyone know what the next release for reporting services will comprise (local VS 2005 release and server release) and what bugs are to be fixed and what features are intended to be included Thanks, S Shannon We haven't announced new features or specific bug fixes yet, but the latest information on release dates for the viewer controls is here: http://msdn.microsoft.com/vstudio/support/servicing/default.aspx ...Show All
Visual C# Creating Nightly Build Problems
I'm trying to create a nightly build that is automated via a cmd script. I'm calling the following command to build my solution: devenv /build debug "solution.sln" /out "output.txt" Now the problem I'm having is that I want to be able to somehow take the output of the build process and see if it succeeded/failed and if it failed what went wrong. For some unknown reason though, the /out command line switch doesn't actually seem to produce any output. I've intentionally added errors to my solution so that it should not compile, yet when I run the above command, it executes without producing any output at all. I've also trie ...Show All
Visual C# ListView performance bug
I am doing some data processing on threads. When the data has been collected it gets added to a listview.. there maybe up to 5 threads at any one time collecting information. If i have a significant number of records. anything over 1000 seems to do it the performance of my application dies dramatically. Its worst problem is when i minimize the form and try to restore it again the program and pc lock for about 5 minutes.. I have narrowed this down to being the listview.. DataGrids and custom list boxes i have written do not bring up the same problem.. Is this a bug in the list view.. should i not use list view for anything over 1000 ...Show All
Smart Device Development vs2005 RC1 and SD programming
Have you installed vs2005 RC1 and does it work for SD programming Does the emulator work, and the DMA connection thing with it, and the debugger Any surprises No pathfinders in the bunch, I see. Anyway, I spent the evening uninstalling and installing rc1. I just happened to look up to see VSD... scroll by during the install, so it's now included, and sure enough, it all does work, at least for what I'm doing now. The showstopper in vs2005b2 is not there anymore, though the basic flaw in the design is still there (it always has been and always will be). What flaw M ...Show All
Visual Studio Team System Error 28918 - error calling Tfs Registration web service
Anyone else get this error on install of the Application tier This is on a dual server setup New OS install w/ IIS & WSS (yes, I installed WSS in Server Farm mode) The message text: "Either IIS is not running or is not configured properly" concerns me. This is an out of the box install. Curious, the install documentation explicitly states not to add TFSSERVICE and TFSREPORTS to the local administrators group. The single-server install works without a problem, the dual-server has been quite frustrating as it has already sucked about three days of life out of me. ...Show All
Visual C# How to search a Record in DataTable
let suppose i have a DataTable1, i want to find out a record, how can i do, please write code. thanks hi, there are difference between datatable in one hand, datagridview and binding source in other hand best regards ...Show All
SQL Server Freeze Panes?
Is there functionality within the Table or Matrix objects to freeze columns or row headers when you scroll thru a wide or long report Similay to the freeze panes functionality in Excel. Thanks Hi, I got the same problem when I select 'group header should remain visible while scrolling' (for either row or column), I got the error [rsFixedHeadersInInnerDataRegion] The matrix ‘matrix1’ includes a table header or column with FixedHeader set to true. This is not allowed on data regions inside other data regions. I have matrix inside a table which I set FixedHeader to False but still ...Show All
Visual Studio Team System Sample Templates
I downloaded the MSF Sample Tempates v3 and tried to open the MS Project files. I can't see nothing in there, altough the files are prety big. Can someone tell me how can I see for example the Gant chart It's about MSFforAgileSwDevBetaProcessTemplate-100.1.zip from http://www.microsoft.com/downloads/details.aspx familyid=f9fd355e-98c2-4b51-86ab-4d4a6b34aafc&displaylang=en and MSFforCMMIProcessImpBetaPG-51125.00.zip from http://www.microsoft.com/downloads/details.aspx FamilyId=10B578F1-B7A4-459F-A783-04BC82CB2359&displaylang=en in the Templates folder (I'm not using the Team System s ...Show All
Windows Forms Application is improperly formatted
Hi, Finally i found the solution to run my clickonce application. Everytime i started my clickonce application on another PC the framework and additional prerequisites installed ok, but when the clickonce application should be installed (locally) i got the error message 'Application is improperly formatted' with in the detailled message 'Deployment manifest contains an invalid application dependency'. It seems that whenever the setup.exe has run, you must reboot your PC and after the reboot you must start the '.application' file. If you click setup.exe again you will get the same error again and so must reboot again. The strange thing i ...Show All
Visual C++ Application Configuration is Incorrect
I am trying to run a program which is made in VC++ 2005 Express. I have installed the program on a different machine from the machine it was made on, and all of a sudden, it doesn't work anymore. The program uses the following dll files: mscorlib, system, system.windows.forms, system.drawing. system.dll was installed on the target computer with the .net environment, but I manually copied the other dll files into the system32 folder, but the app still doesn't work. If someone has any ideas about what is going wrong, it would be greatly appreciated. Thanks. Manually copying the .NET assemblies w ...Show All
Visual Studio Visual Studio.Net and VSS Integration/Sharing Issue
Hi. I'm sharing a solution between two VSS repository locations. Everything works fine except for the Deploy Projects (*.vdproj). Apparently there's something in vdproj files that is sensitive to its location in VSS and ends up in disagreement with the bindings in the solution file. Anyone else have experience with this What did you do Thanks. Sharing solutions/projects files between 2 locations in the VSS database is totally unrecommended. You're messing up with the bindings information, with the delete and rename propagation, with the checkout local version feature and with the merging information. In some cases it might ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Help please!
I am having this problem when im installing DirectX 9.0c (tryed redistribution also) when it reachs 'Installing Components' I get an error saying ''A cabinet file necessary for installation cannot be trust'' please help http://msdn.microsoft.com/directx/sdk/readmepage/default.aspx Specifically.... "A cabinet file is necessary for installation and cannot be trusted." ERROR during installation. This problem happens in most cases due to system corruption or users disabling their cryptography services. Please try the following steps to see if it resolves the issue. Make sure your cryptography services a ...Show All
