krw's Q&A profile
Windows Forms Updating Listbox Items
Short and Simple: How do I do this ;) Nope. my own stupid fault. No problem. Works fine. It's not that. That text works fine. Here's my form. Listbox looks like this: Me.ListBox1.Items.AddRange(New Object() {"Mike",&nbs ...Show All
Visual Studio 2008 (Pre-release) wsDualHttpBinding , IsOneWay and ConcurrencyMode.Reentrant
Hi I can't understand which is the motive to this interface doesn't work origining a deadlock: [ ServiceContract (CallbackContract= typeof ( IObserver ))] [ServiceContract(CallbackContract=typeof(IObserver))] interface IElement { [OperationContract] void Subscribe(); [OperationContract] void Unsubscribe(); } interface IObserver { [OperationContract] void Action(); } I know that If I use the beha ...Show All
SQL Server Analysis Server Memory Upgrade
Dear Anyone, We recently upgraded our analysis server from a 4GB to 8GB. For a couple of weeks, we noticed that the server memory isnt going up to close to 8GB and only goes to around 4. We use the /3Gb and /PAE on our server. Can anyone recommend some memory tweaks that we can use on the Analysis Services Thanks, Joseph Memory limitations for AS2K5 are the same as AS2K -- they are based on the OS (see earlier post). Therefo ...Show All
SQL Server ASPNETDB Connection Problems - Please Please Help!
Hi I am working on my final year project and after over coming one major problem with sql server I have encountered another. It feels as if I have tried everthing to solve it but cant get my head around it. I really do not have much time left to finish my project and am very worried in case I cant get the app / db fixed in time. The problem started when I was showing my friend the website over the internet. There was a space in the address ...Show All
Visual Studio Team System Is there any way to assign two resources or more for a workitem?
Hi there, Is there any way to assign not only one, but two or more people to a WorkItem. In Project i can assign a work to more than one people, but when i try to add a Workitem, it only permits me assign one person. Thanks, Guino. I had the same problem.Needed to assign a task among 2 developers. My workaround was done in MS Project, I assigned lets say 200% of resources to the task (2 developers assigned) , created a new column (ie. Outli ...Show All
.NET Development HttpListener and bad certificate error
Hi! I have a question about HttpListener and ssl. My application sends a soap request to a remote server. Server replies within short period of time to my IP:443. I use HttpListener to listen to port 443. I also added a certificate via httpcfg.exe as specified here: http://blogs.msdn.com/adarshk/archive/2004/11/10/255467.aspx My problem is that I never get any response from the server. Stunnel log shows that there was an error during ssl ha ...Show All
SQL Server How can I get the table schema using Entreprise Library DAAB ?
Hello people, i'm using the DAAB (Enterprise Library) to access the data in my system. But I need to use the schema from the tables i'm reading.... when I was using the default DataAdapter, I have used the FillSchema() method, but now, when I use de DAAB to fill de data, I couldn't get the primary keys columns, unique columns neither autoincrement columns... This is the code that i'm using to get the data with DAAB: =========================== ...Show All
Visual Studio Express Editions how can I uninstalL Visual Basic 2005 express edition
Hi all, I need help uninstalling vb 2005 express edition. When I do it manually I get such an error: "Setup is unable to determine a valid ordering for the installation. See the error log for further details." I was trying to repair it from CD but without results. and I found this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=311301&SiteID=1 and I used this application msiinv.exe to find the product ...Show All
Visual Studio Add-in howto
I do not know if this is the right forum for this. How do I even begin my first steps to write a visual studio 2005 add-in Is there a sample example somewhere. I can create a sample add-in from the Visual Studio when creating a new project but after that there is not any good information in help or on MSDN. I want to basically add a new menu item to the context menu in the solution explorer and when the user clicks on it, I need to create a n ...Show All
Visual Studio Express Editions Free Ebooks in Express Editions - How to get them?
hello everyone, i just downloaded the ISO version of visual c# 2005 express edition and installed it on my workstation. is there any way for me to avail of the free visual c# ebooks that registered users of the online edition can get thanks and best regards, matt To register, click on "Help" and select "Register Product...". Then just follow the instructions. Thanks, Scott Currie DDCPX Program Manager Micr ...Show All
Visual C++ Is a .def File Required To Export Functions From DLL?...
...I know it is not required so long as the methods are tagged __declspec(dllexport). However, if the client code is a .Net C# app, I can only seem to recognize the methods' entry points if the DLL was built using a .def file. Can anyone confirm or refute the need for building a DLL with a .def file if the intended client will be unable to link to the import library Thanks in advance. --Doug Hett ...Show All
Visual Studio Open a C++ header file in custom project crashes VS2005
We create a custom project type in C++/COM. There are some C++ header file in our project. When open them from our project, after click the the type or member combo box on the top of teh editor window, VS2005 crashes. As I understand, the combo box should be provided by C++ language service and should have nothing to do with our project type. But directly open the header file from file->open menu works fine. I also tested with the IronPython ...Show All
Visual Studio Team System TFS Beta 3 Refresh: Upgrade to Final Questions
We are about finished with our benchmarking phase and close to being ready to use TFS on a real project. We are thinking about installing TFS Beta 3 Refresh on a production server. Since .NET 2.0, VS 2005 and SQL Server 2005 and SharePoint are all released products the only beta software would be TF Server itself. What do folks think Would it be foolish to install on a production server or relati ...Show All
SQL Server Problem with logging/System::ErrorDescription variable
Hi, I've come up against a problem in my error handling. I have a package-level OnError handler which is a SQL Execute task. The SQL execute task constructs a SqlStatementSource expression to insert the error details into a table. This works fine and I've tested it by introducing various errors in the package. I have another SQL Execute task, which executes a SQL script from a file connection. This is a very long script (100s of lines) and works ...Show All
SQL Server Moving Database Diagram 2005
Hi everyone,in sql server 2005, can anyone please tell me how to move a database diagram between 2 databases on the same server . Both database have the same data structure. I found this article on MS http://support.microsoft.com/default.aspx scid=kb;en-us;320125 ... which works for SQL 2000 but in SQL 2005 the SQL line 'select * from dtproperties' is not recognised. Thanks for any help I'm still confused ...Show All
