Ashok Bodddeda's Q&A profile
Visual Studio Team System counter set
Hello, I added "local" as the "add computer " for count set during the Load test wizard since I am going to watch the result in my local system, and I added a plug in. I got error message "Error occured running test.(Computer 0109) could not run load test 'LoadTest1' on agent '0109':LoadTest abourted by LoadTest Plugin" Could any one pls give some clue how to fix this error The Loadtest1 passed when removing the plugin file. Thanks, Jasmine This plugin aborts the load test, so the error you are seeing is expected. If you are trying to write an example plugin to see how they work, comment out the line that aborts the web test and ...Show All
Windows Forms Wrap Header Captions
hi I want to know that is there is a method to stop the Header Caption of the datagridview to be Wraped I have check on wrap property is there to make that false Or shall Resize columnwidth according to the columnHeader then again a problem the data in that column would wrap as width is according to the header caption what approach should i follow. Thanks a lot in advance ...Show All
Visual Studio Express Editions I lost the Win32 Application wizard...
Hello, I installed VC++ Express 2005 Beta 2 a couple of weeks ago, followed by the Platform SDKs for Windows Server 2003 and for Windows XP SP2. I didn't manage to understand which of them was what I needed so I installed both (having some problem with the offline setup of the first). So when I knew that there was a new release which solved my doubts and my installation problems (I hoped), a disinstalled the old ones and installed the latest version. It was only then, performing the 5th step of what's reported at http://lab.msdn.microsoft.com/express/visualc/usingpsdk/default.aspx, that I noticed ...Show All
Windows Forms Form not displayed correctly after locking and unlocking desktop
Hi, My form has standard controls (treeview, datagridview, etc.), and if I lock the desktop and then unlock it, the form is not displayed correctly and it doesn't recover. I have to kill it with Task Manager at that point. The borders and title bar are there, the treeview has a blank white background, and the datagridview is transparent. This occurs on my workstation as well as a Virtual PC system, so I don't think it's caused by my video drivers. I'm sure this is easy, but I just don't know what event I need to handle. Thanks in advance for any help, Tony Aha! Finally found the correct way to acco ...Show All
Windows Forms Install Certificate for WSE 3.0 Encryption via ClickOnce
I have an application that is made up of Webservices and a SmartClient that comsume those webservices. The clients will be installed over the internet so for security I was going to use WSE 3.0 and usernameTokens. This requires a X.509 certificate with the private key installed on the server and the public key installed on the client. Ideally the location on the client would be the Current User store. For the final release I intend to sign my code and download with a Digital ID certificate. This would allow the application to be installed with Full Trust which I imagine it is going to need to install certificates on the local mach ...Show All
Visual Studio Express Editions installation and SQL
1. I have visualstudio2003 installed on my computer. i am planning to download and install the VS Express Edition. Is that possible to install it on the same computer (including the .Net Framework 2.0) and making them work altogether 2. I am just new to this .Net programming. I am a student of java before but I have decided to shift to .Net. Again I have this VS2003 and MSDE installed. When i go to the Solution Explorer and then I attemp to add a new SQL database, that option is missing. I have seen from a video tutorial of VisualStudioEXPRESS that I can do that. Am I missing something How can I obtain adding SQL database when im us ...Show All
Visual C# Internal Compiler Error - likely culprit is 'BIND' - C#.NET v1.1
Hi All I'm using C#.NET v1.1 I am getting the following compile error, I'm having several if statements inside two foreach statements. And inside some of the if statements I'm having one foreach statement. This doesn't occurs only when I removed the last three if statement(newly added), I tried removing other if statements but its giving error, nothing spl in the last 3 if statement. why is it so anything I'm doing wrongly or its a defect in compiler error CS0583: Internal Compiler Error (0xc0000005 at address 535DB439): likely culprit is 'BIND'. An internal error has occurred in the compiler. To work around this proble ...Show All
Windows Live Developer Forums Msn seems to be something wrong in my computer>
Hello there, (to everyone). I wanted to ask everybody opinion about these problem i facing. First, there is no question and solution on the help section of msn messenger. Hence, my msn messenger cannot send file, i mean transfer file to my buddy. Is all my friends i cannot transfer any file. ( i scan before my computer and no virus indicate). Continue, for my hotmail i cannot send attachment. ------------------------------------------------------------------------------------------------ I hoping everyone will help me get solution for my msn messenger, or i will being torture cannot send important file to my friends.... well zip ur fi ...Show All
Windows Forms VS2005 VB.net activeX Creation
Hello, I want to transform VB.net code into an activeX... How can I do Thanks a lot Use the classes in system.management to access the wmi. Here is a link to an wmi sample. http://www.vb-tips.com/default.aspx ID=af026486-62bf-4304-9dd8-a07917f8c3e4 ...Show All
.NET Development DLLExport
Hello, I'm not sure that this question belongs here or not...Please let me know if not.... I created a dll....using .NET clr class library and wrote unmanaged code in it, so it doesn't expose the functions..... Then I thought to use dllexport function this is what I do..... .H File namespace something { public class s : public d { public: __declspec ( dllexport ) void Open() ; } .CPP File extern "C" __declspec ( dllexport ) void something::s::Open() { // Required code to Run..... } Now In my C# program this is what I Do....I copy the .dll in my debug folder...... int ...Show All
Visual Studio Team System Team Foundation Server MSSCCI Provider Beta 2 Now Available (Feb 20, 20006)
The Team Foundation Server MSSCCI Provider Beta 2 is now available here . IMPORTANT: Beta 2 is not strongly signed, so you'll need to disable strong name validation as mentioned in the README. You can find details at http://blogs.msdn.com/buckh/archive/2006/02/21/536260.aspx . New in this beta: Support for Visual Studio 2003 and Fox Pro in addition to the already supported VB6 and VC6. Integrated Checkin - you can now associate/resolve bugs and specify checkin notes with your checkin Improved performance - opening controlled solutions, get, checkout, checkin, and compare/diff are much faster M ...Show All
SQL Server add entities to report model programmatically ?
Hi Friends is it possible to add entities to a report model dynamically ,probably thru SOAP api we've c# app and we want to be able to add entities dynamically . Thanks for the help Thanks BOB. thats what i figured out finally. BUT i found a way of adding attributes to existing entities .am reading .smdl file using a c# program and adding a attribute under a specific entity. if i re-publish the model everything worked fine as normal. i need to do this as our clients want to report on "user defined tables" which we're not aware of when creating report model! i have not tested my approach enough and i appreciate ur advise here ...Show All
SQL Server Table Variables in Stored Procedure
I am using a table variable inside a stored procedure that I am trying to execute from an OLE Datasource task in IS. I know there was a problem doing this in DTS, which would result in an Invalid Pointer error. I am not getting that error, but I am getting an error that says "[OLE DB Source [55]] Error: A rowset based on the SQL command was not returned by the OLE DB provider." The stored procedure runs fine on it's own. Any thoughts No answers for you, but I'm experiencing the same issue. Stored proc returns a recordset from a table variable and works fine on its own. When ...Show All
.NET Development the System.Net.Mail ????
Hi, I wanted to ask about the System.Net.Mail. How to use this name space in Visual C++. I cannot seem to find it. It is available in VB and VC# but not in VC++. Best Wishes Hi there, There's an example at the below link on how to use System.Net.Mail (well in C++ it's System::Net::Mail) in C++: An example If you're already tried something like what is described in the above link, then sorry about making you go through hoops again. If you get specific errors (e.g. compile errors or the like) perhaps it would be a good idea to post them as this'll give forum readers an insight into what's going on and in ...Show All
Visual C# c# to vb.net
What is going on. When c# first came out M$ was pushing users to move to that. Now I see an article that show that you can now translate c# to vb.net. http://msdn.microsoft.com/vbasic/default.aspx pull=/msdnmag/issues/06/02/PasteAs/default.aspx why does it seem like vb.net is being pushed so much more in the 2005 version. I just decided to move to c# from vb.net because of the following. 1.forced declaration of variables 2. told it was better language for businesses (reguardless that vb can do the same) 3. was told c# is more professional where vb.net was used more as hobbiest. 4. Pay is larger 5. Mor ...Show All
