Camonra's Q&A profile
Smart Device Development Installing Framework 2.0 over 1.1.
Hi, It seems that i need to use some classes that are available only in 2.0, but i have 1.1. Is there some articles about reinstalling 2.0 over 1.1 I have lots of development stuff on my comp and i dont want to harm anything uninstalling 1.1 and installing 2.0. Currently i have 1.1. and VS 2003. So, if i take 2.0 Framework and 2.0 SDK and install both of them, not removing 1.1., will everything work fine Will my VS 2003 work with 2.0 since that time Thanks, Belochka. Ooooh, ok, so that's what i feared :))) Thanks for the answer, Belochka. ...Show All
Visual Basic Cannot find KeycodeV2.dll, or invalid keycode
Hi, I made a VB.NET application using Visual Studio .NET 2003 Pro that connects to an Access Database on a main server. The development machine operates on Windows XP Pro. The client machine is Windows 2000. I've been to many sites regarding this. So, I've already added the 6 merge modules (including Crystal_regwiz2003.msm and I have the correct Key Code obtained from having registered Crystal Reports and have tried the Key Code found under Help > About... > Crystal Reports), I have also registered crqe.dll on the client machine, bootsrapped the .NET Framework, downloaded MDAC on to the client machine, etc. And ye ...Show All
Software Development for Windows Vista Access violation errors
Hi. I'm trying to make a DirectShow app in C++. I'm using Visual Studio 2005 Express, and I don't want to use .NET for various uninteresting reasons. I can get programmes to compile fine, but every time I try to run them it comes up with access violation errors. I feel sure there's something fairly simple and probably fairly obvious I'm doing wrong, but I really don't know where to start figuring out what that thing is. In this example, the violation occurs when I try to call pGrab->SetOneShot( true );. The really strange thing is that calling pGrab->SetOneShot( false ); works perfectly, or appears to (or rather, ...Show All
Visual Studio Express Editions Error when opening the Shareware Starter Kit
I downloaded SSK_VB.VSI and installed the Shareware Starter Kit template. Whenever I try to create a new project and select the SSK as the template, the solution begins to load and then exits with the following error message: "A problem was encountered creating the sub project 'SharewareService'. The template specified cannot be found. Please check that the full path is correct." I have both Visual Basic Express and Visual Web Developer on my computer. I followed the directions to install exactly. I am unsure why I am getting this error message, but after it pops up, the partially loaded solution unloads. (That is, when it first st ...Show All
Visual C++ Next Standard
I am curious what is in store for inline functions for the next standard reguarding internal linkage. Anyone have some links Ritz: I'm not sure I completely understand your question: but I can tell you what I know. So far the C++ committee has no plans to change anything relating to the linkage of inline functions in the next revision of the C++ Standard: and yes the C++ Committee does realize that this will leave the C++ Standard at odds with how the C-99 Standard specifies inline functions (in C-99 all inline functions have static linkage) but given that the C Standard was developed with a different set o ...Show All
Windows Forms Get the new row in Datagrid
Hi All, Following http://64.78.52.104/FAQ/WinForms/FAQ_c44c.asp#q888q I add a column of buttons in the datagrid. It is Ok. But in my project, I need two columns, the first one is textbox or combobox, the second is button. First I put some thing in first column, and then click button. If this row is a new row, How I get the value in the first column F ...Show All
Visual C# Aborting and Managing Threads: The Dog or the Cat?
Newbie here .... thanks in advance for your patience. I'm working w/ C# Visual Studio 2005 I've read up on all the comments about problems w/ aborting and suspending/resuming threads. Lots of things to consider. Looks kinda ugly on all fronts. Note that I'm not thinking of using suspend and resume to synchronize threads. I would like to just pause and then restart a particular thread from where it left off. Worst case is to abort the thread. I'm not using a ThreadPool. This is because some of my operations may take a long time (long running database access routines), may require different prioriti ...Show All
Visual Studio Team System shared types in the distributed system designer
gday, I'm creating a couple of webservices in the AD (application designer), and I want that some of these webservices are using a shared type (class person.cs). there's a possibility to use the tool wsdl, the generate webservices with the same shared type (without using the visual studio). But how can I use this by using the AD or the Distributed System Designer integrated in the visual studio normally it adds the web reference to my web service, but I don't want the web reference, I want to have the generated stubs... How can i generate and using this stubs using VS2005 distributed system designer ...Show All
Windows Forms HitTest Bugged?
Hi all, I have a simple piece of code to determine a cell type on a datagrid view Dim hti As DataGridView.HitTestInfo hti = me.dgWKS.HitTest(e.X, e.Y) If hti.Type = DataGridViewHitTestType.Cell Then WKSID = Me .dgWKS.Item(0, e.RowIndex).Value End If This code worked fine on a Datagrid in 1.1 but in a datagrid View in 2.0 the hti.type is always equal to ColumnHeader even if a cell is clicked. if gets even Freakier here is the code to configure the DataGridView Me .txtWKSName.DataBindings.Clear() Me .dgWKS.DataSource = dsData.Tables(0) Me .dgWKS.RowHeadersVisible = False Me .dgWKS.S ...Show All
SQL Server Task execution order
Hi, Is there any way to enforce task execution order within a control flow I need to have tasks execute after each other, because for example Task B depends on the execution of Task A. Doesn't the success constraint enforce execution order When I run my package the tasks seem to execute in a random order which is not what I want. What I am trying to do is: Loop through all Xml files in directory For each Xml file: For categories, products & fields: Truncate staging table Insert data from Xml file into staging table After all Xml files have been processed then import data from staging to main tables Here is my control flow: ...Show All
Visual Basic adventure works and 101 Sample files
hi All i have downloaded both of the above but can't seem to get any of the sample files to run in VB express 2005 which need the adventureworks_data db. does anyone know if it should work at all I succeded running the CreatingMasterDetails sample doing the next: 1) Using the DataBase Explorer (Open Table Definition), I have added the next two columns to Employee table: DepartmentID smallints Allownulls=true BaseRate money Allownulls=true 2) Using the DataBase Explorer upadate the colu ...Show All
Smart Device Development PocketPc screen tap event
Hello, i want to show some information when the user tap the screen which event i need to override in order to do this Thank you in advance Dror. ...Show All
SQL Server Problems installing SQL Server 2005 SP 1
SQL Server installation fails with the message: "A recently applied update, KB913090 failed to install" The last executed task was: Integration Service The last installation message was: Checking for lock files via Windows installer sqlrun_tolls.msp It's not immediately obvious what went wrong. Please post a description of your configuration and a link to your SQL Server install logs. Thanks, Paul ...Show All
Windows Forms Getting Ids of the Listbox rows
Hi all, Is there any way to find the id of the row in the ListBox for which user has made changes. Lets take an example: Suppose table is "Table1": Id Name Description 1 &nb ...Show All
Windows Forms 'System.Security.SecurityException' when running .exe file from other than developermachine
I've developed a small console application that gathers systeminformation about the machine. I can run this from a shared network drive, and it works fine. But when i implement 2 more functions that writes a key to the registry and creates a desktop icon on the machine that runs the app, i get a System.Security.SecurityException. I have also made a .cmd file that copies the .exe file onto the user's c: and runs it from there, but i still get the same exception.. ! Any tips on how i can avoid this Here is the code that generates the error (i've found out that both the registry-writing & the desktop creation generates the same error): & ...Show All
