EladioG's Q&A profile
Windows Forms cannot open scheduled tasks on windows 2003 server
hi all Everything was working fine until I installed windows 2003 SP1 on a windows 2003 server which is also a domain controller. After service pack installation was successful and the server restarted,i cannot open the scheduled task option in the backup.i tried to restart the task scheduler service but it is hanging.it doesn,t stop.i want to schedule my monthly backup but i cannot start the scheduled tasks. Before the installation of Windows 2 ...Show All
.NET Development TableAdapter Update problem
Hello, i have problem in my application. I create dataset with single table. In MainForm i have 2 texboxes and update button. This is code for update button: [CODE] Klient klient = new Klient(); klient.ShowDialog(); KlientDataSet dataSet = new KlientDataSet(); Serwis.KlientDataSet.KlienciRow klientRow = dataSet.Klienci.NewKlienciRow(); klientRow[0] = Guid.NewGuid(); klientRow[1] = klient.Imie; klientRow[2] = klient.Nazwisko; ...Show All
SQL Server SQL Mobile Installation Problem on Device
I have been unable to properly install SQL Mobile 2005 on my armv4i windows CE 5 device. Below is a summary of what I have found and done. Any help in resolving my issue will be appreaciated. Thanks in advance for your help. Symptoms: No errors occur during installation of SQL Mobile on the device via cab files (either deployed through VS2005 or manually copied and installed on the device) SQL Mobile 2005 appears to be instal ...Show All
Software Development for Windows Vista Windows SDK January missing Graphedit components?
Previously when in DXSDK the graphedit has used proppage.dll that is used then viewing pin property pages etc for example. The latest Windows SDK does not have this and GraphEdit in it is giving "requested property page could not be displayed" in every turn... So should that proppage.dll still be included in the SDK or is this something that is being changed Can you, or someone else, please upload p ...Show All
Visual Studio VS 2005 Final. Document Explorer crash.
Every time I change the "Filtered by" combobox the document explorer crashes: "Microsoft Document Explorer has encountered a problem and needs to close". What is a problem Is there any suggestions I've already tried to install on several different computers, but the result is the same always - crash after changing a filter category or after search performing. ...Show All
.NET Development advpack.dll error
Hi, I have Win XP and I get the following error when I try to installl .net Framework 2.0 "advpack.dll was loaded but DllRegisterServer entry point was not found." How do i solve this That would be regsvr.exe, not srv... --------------------------- RegSvr32 --------------------------- advpack.dll was loaded, but the DllRegisterServer entry point was not found. This file can not be registered. ----------- ...Show All
Visual Studio Execute Action when content of Combobox changes
I have a combobox containing a list of oracle tables and I want to retrieve the table schema when the user selects a table. I need the schema to show a list of fields in the next wizard page. Any idea on how to detect the selection in the combobox Thanks inadvance, philippe Thanks, it helps much. Do you have a list of the available controls (TextBox, Combobox, Checkbox , ...) for the wizard and how to use them. Thanks in advance, Phili ...Show All
Visual C# Why is the C# team allowing this to Happen? and Why do they close threads on the topic?
Since PJ. van de Sande Closed the last thread I opened : Why is the C# team allowing this to happen I guess because he didn't click the link or he didn't like the topic. I brought the link information here..... So I ask again... Why is the C# team allowing this to happen If he closes it again, please respond here From the Blog link: From Tom Archers blog Why so many examples in Visual Basic ...Show All
Visual J# Application does not exit, remains in memory
I have a quite sizeable application written primarily in J# (with some C#). Under the .NET framework 2.0, when the close button on the main window is clicked, the exe remains in memory after the application exits. In the previous version of the .NET framework this did not happen. There is one slight difference in the code under 2.0. In the form_Closed() event, it is now illegal to put a System.exit() call which worked perfectly well in the prev ...Show All
Windows Forms ClickOnce Failing on one machine after working previously
I'm hoping that someone can tell me how to "reset" a ClickOnce install on a user's machine as I cannot find any information on how to do this. I have an application that is published via ClickOnce, installed on about 20 machines and has been working for a month or so without issue. Today, every machine except one is working fine. The machine that is not working is getting the below error message which is preventing him from running th ...Show All
Visual Studio How do I call a target from another target? What about parameters?
Hello, Currently I use dependencies for targets calls, but I prefer a "call" when ever I want, and maybe do something between the calls. I also want to use some fundamental targets that I want to call with different parameters each time. Can I do it Or is it just another dream Thanks I highly recommend switching to a recent release - preferably Release Candidate - or RTM which is just around the corner. I am not clear on what ...Show All
SQL Server Custom Source Component Problem?
Hi,I have developed a custom source component to get data from a generic odbc connection with some special caracteristics. The component works fine by getting and mapping the output fields etc... The only two problems existing are that when i run the task it says that the data flow has no components inside... how is this possible since i have my source mapped to a flat file inside that data flow This is the error: SSIS package &q ...Show All
Visual Basic VB in access
Hi, I'm a beginner in vb I have done following in access : i created a form with several (invisible) buttons and 4 choice buttons which are linked so far so good each button goes and retrieves a value within a list of types so far so good Now I need : 1) to make the corresponding buttons visible. I made a for next but it seems to go wrong with the buttonnames (buttonname.visible = true) 2)to make the text to the correspon ...Show All
Windows Search Technologies Outlook 2007 Beta blank email
In trying to stay on the bleeding edge of software to better help my customers, I intalled 2007 office beta. well it looks great but the outlook or myself has a problem. ALL email is blank, text or html, I can forward a perfectly good email file from Outlook express and open it in 2007 and it is blank all you can see is sender information. I tried sending in error information from within Outlook but have yet to get a responce. Did I m ...Show All
Visual Studio Tools for Office Pivot table using c#
Hi, I am trying to create PivotTable in Excel from c#, I get to the point of creating the table but I am not able to specifi what will be the RowField or ColumnField etc. and format those data, I have written it earlier in VBA but I want to convert all my application into VSTO using c#, is there any example code for creating Pivot Table using C# by opening up an instance of Excel and then a particular workbook and then a particular worksheet in ...Show All
