Henrik Andre Tellevik's Q&A profile
Visual Studio PLK
I requested a PLK and got one using an old package guid. I really need to have the PLK regenerated for my new package, but I cannot do that on the VSIP site. I tried copying the original guid over into the new package, but the Load key fails with "invalid key authentication" . What do I need to do to get this working i did and got a new key. i still get the failure in the key. i am using a managed ...Show All
Visual Studio Express Editions About Combobox
Hi friends. I'm newest user for Visual Studio 2005 VB, i couldn't find right way, I need some information. Sorry My English is not so good. I can explain so; I have one combobox, i connected that to my db(Access) There is so much Column, When i select somthing in Combobox i wish textbox show what a that row compoist for other column. ----------------------------------------------------------------------- | Sno ...Show All
Visual C# C# Program become slow
I have written a program in C# running .NET framework 2.0. After about 24 hours running, the program become VERY slow. Is there any way, that I can monitor how threads are using ressources. I have tried 2 computers, one with 256 mb. memory, witch become more slow than the other. Any idea how to solve this problem Hi, A few questions to start with: Are you freeing up any unmanaged resources which you are using such as Database connections b ...Show All
Visual Studio Team System Beta 3 Refresh Expire?
Does anyone know when the Beta 3 Refresh version of TFS will expire I would love to upgrade to the final version, but I have to patiently wait till the Partner program muddles its way along - probably at least 2-3 months if past performance is any indicator. Beta 3 works for us for now, as long as it doesn't expire. I know I could put the Trial Version in, but to be honest, I'd rather just wait till I know I'm putting a version in that doesn't ...Show All
Windows Forms KeyPress
Hello all, I think my need is simple, but i just can't figure it out. I have a datagrid that has code that executes with a double click is performed on a row. All i want to do is execute some different code when the CTRL key&nbs ...Show All
Visual C++ Reflection Again
Another reflection question, I have a class that I make into a dll, such as, public __gc class derivedClass: public baseClass { method that I have been able use via reflection... }; A function outside of the class, baseClass * create() { return new derivedClass(); } Using reflection I have been unable to locate the baseClass create() function. Is there a way to find and run the create() function. Thanks in advance, Hoop ...Show All
.NET Development ctype("0",system.int32) throws an exception
When I try to cast the string "0" to an integer I get an exception... When I try IsNumeric("0") it returns false. When I try to cast "10" or "01" to an integer it works with no problems. This happens on some of our computers, but not others. I've looked through the regionaly settings and all of them appear to be identical from working to non-working computers. Any ideas Thanks, Jason ...Show All
Windows Forms CheckedListBox Problem
I'm trying to set up a selection for my application. For the CheckedListBox control, I have the SelectionMode property set to ONE. I have two items in my checkbox. However, even though my SelectionMode property is set to one, when I run the application, I can check both at the same time. I want to make sure the user can only check off one at a time. Why is the SelectionMode property not disallowing the user from checked more than one i ...Show All
Visual Studio ERROR: setup project - crystal report - c# - HELP ME
I build a project setup in c# (vs2003): main.exe report.rpt crystal_managed2003.msm (auto) when install it in another computer, that ok! but when I show report in application main.exe it take error: missing keycodev2.dll thanks! & ...Show All
Visual Studio Team System Appending data to a work item field as opposed to COPY
Hi, I am trying to create the equivalent of the History control but for notes. I would like to have a Notes PlainText field as well as a Notes Log. upon writing in the Notes field, I would like to be able to do the equivalent of a APPEND to Field->NotesLog on a transition for instance. For the moment, only the COPY functionality seems to be available. The reason for this is that in a given workflow, multiple state transitions requ ...Show All
Visual C# C# program to a Windows palm desktop
Hello everyone, Can someone tell me if I need to do anything special when publishing my Visual C# .NET application to make it work on a palm desktop I am not really sure about it, and so far, not able to test it, it really just have to work, so can anyone tell me what I should look out for to make it work smoothly and perfectly without errors, would all the errors also happen when I try to run the application on my computer Thanks ...Show All
Software Development for Windows Vista When designing WF by xoml-only file, we can have a VS-generated code-beside.
Hi, I just made a workflow console app project (using Beta2.0) and deleted default .cs files and add a single .xoml file (just add a text file and change its extension to .xoml). So, assume this is a xoml-only (test.xoml) and I just simply added a code activity to the workflow by coding xoml like this. <SequentialWorkflowActivity x:Class="test.Workflow1" x:Name="Workflow1" xmlns:x=" http://schemas.microsoft.com/ ...Show All
Visual C# Remoting
Explain Remoting in c# with a sample code. I can't believe you actually replied to that post.. I know I wouldn't have, atleast not that helpfull. All I'm gonna say is. www.c-sharpcorner.com ...Show All
SQL Server SQL Express with Advanced Services - what Reporting Features does it have?
I work for an ISV, and some of our customers use SQL Server, others use SQL Server Express. I need to develop some reports, so I was happy to read that SQL Express with Advanced Services would have some (limited ) Reporting Services available. Unfortunately, the sign-up period to beta test appears to be over, and so I am left wondering exactly what functions will be available. Is there anyone out there who has played around with the beta version ...Show All
Microsoft ISV Community Center Forums Form Requery
I have a command button on a form to create new records for the data shown on the form. When the code finished I want the form to have the new record available. I have this code at the end of the button code: Forms("frmDocumentDetail").Requery It does not work. The records do not update unless I exit the form or do something like hit the sort records button. TimD No sure this is the answer but try ad ...Show All
