Sam Jarawan's Q&A profile
SQL Server Programmatically loop over variables in the variable dispenser?
In my custom task, I would like to loop over the variables in the variable dispenser, and only modify those that are of a certain type. Is this possible Thanks! I think you can use Me.variables(x).getType to get the type of each variable. If that is not correct, you can define variables name sXXX for string, iXXX for integer, etc. Then parse the variable name, get the first character and determine the variabl ...Show All
Visual Studio Express Editions problem with EXpired Visual Studio
Two days ago My Visual Studio Express Editions has expired. I am having problem to reinstall it agian. I Uninstall all the component of C# and SQL. I tryed to install Visual Studio EXpress but I am having this Erorr: Software\classes\.wsd\openwithList\vcsExpress.exe Please anybody can help with this problem Thank you very much. I really can not see that error in you message...l but on a side no ...Show All
Visual Studio Team System Many errors were coming during load testing
I am new to load testing.I am running a load test on my machine only having 4 web tests.When I set constant users as 10 it was working fine.But when I made no. of users to 11, its giving many errors.They are the following:- !)WebTestException - Context parameter '$HIDDEN1.__EVENTTARGET' not found in test context 2)HttpError - 403 - Forbidden I am using microsoft windows XP.As far As I know that XP allows only 10 concurrent users.So, m ...Show All
Windows Forms Add "Please Select" string a combobox ?
Hi !, I've ComboBox in my form and I've filled it with a dataset. How can i insert the such like "Please Select" string this combo box ----------------------------------------- Dim kc_str As String = "SELECT&nb ...Show All
.NET Development Xsl debugger in VS 2005
I was wondering if it is posible to use the xsl degugger when I am calling C# functions from my xsl script Yes, you can step from C# into XslCompiledTransform, and from the XSL directly into and out of the script blocks (all thanks to the power of the CLR). ...Show All
SQL Server SQL Server 2005 June CTP available ?
Is the June CTP out, and if yes why can't I see it on MSDN Subscriber Downloads ( http://www.microsoft.com/sql/2005/productinfo/ctp.mspx ) Thank you Correct, this should work, it might also work if you just uninstall .Net and then try and install SQL Server June CTP. But uninstall both is best bet. ...Show All
Windows Forms Inherited Control
I have created an inherited combobox control which will be used in a number of forms in my application doing exactly the same function. The idea is that when a change is needed to be made that change would be made in the control and by rebuilding the application that change would be reflected in every form the control is included. The theory is correct but in practice when the control is dragged on a form all the code associated with it is gener ...Show All
.NET Development .Net CLR 2.0 and Visual Studio 2003
In VS 2003, can you reference the .Net 2.0 library and access some of the new classes Sadly no. For many reasons (aside from just incompatible classes), the metadata structure of 2.0 assemblies had to be changed in such a way that makes accessing them from the 1.0/1.1 CLR impossible. You can however go the other way around and access 1.0/1.1 assemblies from a 2.0 app. If you do want to get into some 2. ...Show All
.NET Development TCPIP Messages Bunching Up! Any help appreciated.
Hi guys, I have a client/server application in development (VB.NET 2005). Part of the appication's features require the server to send one or more messages to all the clients when the system time reaches a certain value. All of the above is working (i.e clients are receiving messages at certain times from the server which has a timer monitoring the system time and sending messages when it reaches a certain value). However, some strange ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Compile error on DX9/10 Samples
Hi, I've downloaded the February DX SDK from the MS site. When I try to compile the samples (all) I get the errors: error C2061: syntax error : identifier '__in' error C2059: syntax error : ')' This error is on the D3D10.h file. It seems that something is missing. I'm compiling in VS 2003. Any ideas This is a know problem with Visual Studio 2003. If I remember correctly there a two pos ...Show All
Windows Forms Using SplitContainer in MDI parent
I have an MDI parent winform. I instanate my MDI children when user press a button. I would like to use the new .NET 2.0 SplitContainer to divide screen area. However, after adding the SplitContainer, my MDI children always stay behide the SplitContainer, how can I solve this problem Actually, a normal panel control will cause the same problem in MDI form. Thanks. Kennon2005 wrote: Hi, Mike Berro, if the MDI ...Show All
Visual C# compile fast, build _sloooow_
when i compile one of the projects in my solution, the 'compile' time is very short: the 'compile complete' message appears almost emmediately. (this is with the public beta of vs2005) however, afterwards, the ide will begin to do things on the hard drive for up to 2 minutes (each time !). after that, the 'build succeeded' message appears. what is it doing in this time what can i do against that this makes it almost impossible to work ...Show All
SQL Server How to include SSIS into install file?
I've already read many topics that was asked about SSIS runtime, but for my purposes I didn't find satisfied answer Our clients don't use SQL Server for their data. But we anyway used DTS packages for transfering data between client DBes. Only thing that we needed to install was DTS dlls. What will I need to do now to use old DTS and new SSIS packages on these clients Unlike DTS, SSIS is not redistribu ...Show All
Visual C# difference between versions ...-41379 and ...-41746
Is there any significant difference between versions Microsoft Visual C# 2005 77626-009-0000007-41379 and Microsoft Visual C# 2005 77626-009-0000007-41746 If, at the number suggests, version ..-41746 is more recent, are there any known compatibility issues between the two versions I have a very different number, so this seems to be related to the registration of the Express editions. The Visual Studio ve ...Show All
.NET Development Collections and Configuration files
Is it possible to save/read a strongly-typed collection into/from an app.config file With the new Configuration Sections and stuff, I see a lot of new things, but I haven't been able to determine if this is possible. This is more of an accedemic question, I guess since I'm pretty much decided on doing my own XML file (writing the collection into a dataset and saving as xml) and writing a separate app for editing the configuration to have ...Show All
