Ajit Halder's Q&A profile
Visual Studio Team System newbie in build automation.
Hello, in my company, we develop the software and for example after 1 week we have a release nr1 for testing, the second week release nr2 for testing, and so on. All this have to be done manually. I would like to have a way tro tack each version, in case I need to install the version from the last week. Is this possible with build automation Or its a matter only of source code version control I guess Team Build doesnt make installer but it generates versions numbers automatically If I understand the scenario correctly, you keep developing in the same branch - however, after every week, you release a build for testing. 1. ...Show All
SQL Server An existing connection was forcibly closed by the remote host
It is very appreciated if someone can help me on this problem: I have 2 machines, connected with workgroup (not domain machine), 1 is win2003 sp1, 1 is xp. How can I connect SSAS from XP machine with windows authentication Looks the Native client fix the windows authentication with local user name. When I connect from XP, my application with following codes: string connstr = "Provider=MSOLAP.3;Data Source=amsserver;Password=accenture;User ID=administrator;Initial Catalog=MIP2ASProject" ; AdomdConnection objConnection = new AdomdConnection (); // Assign the connect ...Show All
Visual Studio Using VSS local plugin remotely: problem with credentials
Hi, Now that I know that I can't use the Internet plugin in VSS 2005 because it doesn't support the History function, I'm trying to use the local plugin to access my customer's VSS database. However, the plugin always assumes that I'm trying to connect with my local network credentials. This is not the case, of course. Why should my customer use my local credentials to give me access to their VSS database The net result is that the plugin prompts me for my VSS credentials for each operation , with the username defaulting each time to my local network ID !!! This makes that thing absolutely unusable. I don't want to give my customers m ...Show All
SQL Server Keep getting Virtual Memory errors
Hello, I am wondering if there is a way to solve a virtual memory error We randomly get the following error when trying to run sycn over the http websync. Some clients have 512 MB running sql express, others are full instances that have 1.5 GB. The merge process could not allocate memory for an operation; your system may be running low on virtual memory. Restart the Merge Agent. Is this the error thrown by the merge agent At the subscriber Do you suspect a memory leak anywhere ...Show All
Smart Device Development add control problem with multiple framework
Without the stackform, everything works perfect but when I add a toolbar I get an error at line this.Controls.Add(this.toolBar1); ,if I comment all lines with toolBar everything works perfect error: $exception {System.Exception: Exception at Microsoft.AGL.Common.MISC.HandleAr() at System.Windows.Forms.Control._SetParent() at System.Windows.Forms.Control.set_Parent() at ControlCollection.Add() at DeKangoeroe.KMaankomst.InitializeComponent() at DeKangoeroe.FormStack.Preload() at DeKangoeroe.FormStack.Push() at DeKangoeroe.Menu.btnKMreg_Click() at System.Windows.Forms.Control.OnClick() at System.Windows.Forms.B ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Making Background for a 3D game
Hello guys, I'm making a 3D game...well with a static CAMERA view...it would be in SPACE...and there's no movement on Z buffer, though its 3D. But I would like to ask you for some suggestions how I should implement background stuff into this. Well, presently I am doing it like: I create a mesh(QUAD) in 3ds max and implement it into game as a sprite and set its Z position so it is further than other objects. But the problem is that I would like to have it USER-changeable - I mean...User can toggle between FullScreen/ windowed and switch resolutions and some other Dx stuff - so there is the problem. I suppose, it would be better ...Show All
Windows Forms load data only if needed...
hi to everybody! i would like to have a custom datagrid, that only loads the first 10 records of a table. when the user scrolls down on the bottom of all avaliable records a function should then load the next 10 records. i need this 'cause i have a table with about 50.000 records in it, so it would be nice to only load the records the user&nb ...Show All
.NET Development C2440 Error with SSPI
I have project dependent on "SSPI.h". However, during the conversion to the .NET 2.0 Framework, when I try to complie "SSPI.h", I get the following error. error C2440: '=' : cannot convert from '__const_Char_ptr' to 'wchar_t __pin *' Following is the piece of code which gives error: wchar_t __pin * pwszServerPrincipalName = NULL; if ((credential->SecurityPackage == Credential::Package::Kerberos) || (credential->SecurityPackage == Credential::Package::Negotiate)) pwszServerPrincipalName = PtrToStringChars(serverPrincipalName); I tried out by changing Project properties->C/C++->Language->Treat wchar_ ...Show All
Visual Studio Express Editions Security application.....
I would like to create a application to check the security of my: HTTP Form authentication FTP auhentication I hate to use the phrase, "cracker" because it sounds to black hat . I just want to check the security. Can some1 just point me in the right direction. Thx i would appreciate any help. ...Show All
Windows Forms .NET Updater Component
I really think the self-updating component is pretty neat, and I plan to play with this feature over the weekend. However, I'm curious about the need to download all files when a new version is released. Version 1.0.0.0 of the app and 1.1.0.0 of the app seem to be using the same AppUpdater.dll (same version, etc). I know this seems small fo ...Show All
Visual Studio Team System Stopping a Team Build
Hi, is it possible to stop a build that was started using Team Server Build Our build at the moments takes about 30 minutes and when I see it failing on the first solution / project I want to stop it then. Hope someone can help me. Graham Yes, that did it thanks. I have two servers, one is the team server, the other is the build server, I had to specify the TeamServer in the command not the build server. Thanks for your help Graham ...Show All
Smart Device Development Could not find resource assembly
Hey, sometimes I get an "Could not find resource assembly" exception. Does anybody know how I can see what's the problem According to the stuff I've read on the net, the "Could not find resource assembly" message just means that .NET cannot show me the exact error message because the compact framework doesn't contain all the error descriptions to save memory Please see this: http://blogs.msdn.com/netcfteam/archive/2004/08/06/210232.aspx Found with this query: http://www.google.com/search hl=en&q=Could+not+find+resource+assembly ...Show All
Visual C# How to launch process in c#.net web application(on button's click event)
Hi All, using System.Diagnostics; Process process = new Process(); process.StartInfo.FileName ="msimn.exe"; process.Start(); This code runs perfectly with Console Application but I need to run same " msimn.exe" on button's click event in web application..I have tried but unable to do that.. Pls..let me know how to do that ,Thanks in advance Leena So how is it done indirectly We have the same issue. Our users have installed say program A, B and C locally and want to see icons for these programs on a page on our intranet. They want ...Show All
Visual C# I can not find ListView.SelectedIndex event
When a row is clicked I want to display these Items on this row display in textboxes but I can not find ListView.SelectedIndex event. How can I do this Thank you very much ! You want ListView.SelectedIndexChanged. http://msdn2.microsoft.com/en-us/library/system.windows.forms.listview.selectedindexchanged.aspx HTH, -Bill ...Show All
Visual Studio Creating A connector to CompartMent Items
Is there a way to create a connector that connects a shape to items in another shape's listCompartment I want to emulate the WWF designer capability that lists the State-Activities events as listCompartment items. These events are visually connected to other stateAcitivities. Regards, Jacques This would be a useful feature, but unfortunately it doesn't fit into our plans for DSL tools V1. It's something we'll consider for the next version, though. Thanks, Grayson ...Show All
