BrunoCO's Q&A profile
SQL Server What's the easiest way to copy tables from one 2005 DB to another 2005 DB?
I've tried creating a simple SSIS package but I get the error: [Transfer SQL Server Objects Task] Error: Execution failed with the following error: "Cannot apply value null to property Login: Value cannot be null..". THis is a known bug and while we wait for SP1 to fix this error, is there another way to simply copy tables (with indexes and without having the identity column renumbered) Any help is appreciated! ...Show All
Visual Studio Microsoft Document Explorer is not installed
I am unable to configure VS 2005 to display external help; if I set the help options to "External Help Viewer" I get an error dialog "The Microsoft Document Explorer is not installed...". This despite the fact the Microsoft Document Explorer is clearly installed and runs quite happily from the start menu. Help works OK when set to run inside the VS IDE. I have done a complete uninstall and reinstall of VS 2005 a couple of tim ...Show All
Windows Forms Staging QA vs Production ClickOnce
I have clickonce app that uses 2 web services. One written in .NET under my control and another written in java. Both web services are deployed on different servers for both qa and production. The click once app is published to 2 different locations for both qa and production. The problem arises during deployment. The web service urls are stored in the app.config correlated with a Settings.setting entry. ...Show All
Windows Forms Vista-like Progressbar
I'm trying to create a custom progressbar like the one of Windows Vista. I'm becoming crazy with gradietn brushes and alpha blending, but is not seen as I want. Somebody knows how to do it with gdi+ Thanks and sorry for my bad english. ...Show All
Visual C++ the .exe quits
everytime i compile to make a solution ( an .exe file) and as i open the .exe file it shows the correct output but it quits automatically so i was wondering if any there is any way to make the .exe file window to stay open i have windows 2000 OS thaxs This question is asked so frequently in the Beginners section of cpp-home that we made a sticky for it: http://www.cpp-home.com/forum/viewto ...Show All
Visual C# Is there a way to change the type of a form property after decleration of it?
I have a form class using myTypedTableAdapter1 bound to a form property ; private myTypedTableAdapter1 this.tableadapter; .. this.tableadapter = new myTypedTableAdapter1(); .. On the otherhands, I have two different menu items, first creating an instance of this form with myTypedTableAdapter1 (as it is), &nbs ...Show All
SQL Server Index was outside the bounds of the array
Ok, all I did was to create a new report, new dataset, hook it up to a simple stored proc. I can run that dataset fine and see the date in the Data tab. I go to the layout tab, throw on a textbox...or even try dragging in a field from the dataset tab, then try to preview and get the error "Index was outside the bounds of the array" what is it talking about, what array, what index the dataset this time doesn't appear to be a c ...Show All
Visual Studio Team System Organizing source code and projects - looking for best/recommende practices
We have a large website which will comprise up to 30 VS-projects. Some of them are shared assemblies (DAL, domain logic) and some of them will be very feature oriented (business portal, catalogue management, membership etc). Our project model is a customized version of “Agile RUP”. We will continuously have 2-3 development projects running (each with 2-6 months duration) – each project having two or more iterations. These projects wi ...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
Visual C++ Set VC++ Directories in Options dialog (Visual C++ Express)
Details : The VC++ Directories page on the Options dialog does not have a list box for viewing and modifying the directories used during a build. Consequently, it is not possible to modify the build directories using the IDE UI. Workaround : C++ Directories can be added, removed or changed by modifying the VCProjectEngine.dll.express.config file located in the .\vc\vcpackages subdirectory of the Visual C++ Express Edition install locati ...Show All
Windows Forms Making child controls of UserControl editable
I have a UserControl subclass, CompanyInfo, with various controls (Labels and Textboxes) on it. When I'm designing this class, I can edit the controls, move them around etc., which is fine. However, when I build CompanyInfo into a DLL, then add it to the Toolbox and drop it onto a form in the Designer, I can no longer edit and move the various controls that CompanyInfo encapsulates. I have tried setting these controls to public access, but that ...Show All
Visual Studio Regarding Crystal Export Options
Hi All, Am upgrading our application from vb6 to vb.Net. i have found in.Net, am not getting export option to eMail which was available in vb6(.Net only Disk file is avbl). am using Crystal 9.0 in vb6 and vb.net. My doubt is, when we use vb.Net Crystal viewer is this option is not available , and is any way i can achive this in vb.Net . We are planning to buy Crystal ver 11, is this options are available in ...Show All
SQL Server SQL Connection error
Hi, I'm having some problems when i try to open a connection and execute any command on my data base. When i create the mdf file on my application directory, the message error is that de file is already in use by another process. If i leave the file on the original location, the error is that i don't have permission to access the file.... Please, help me... Tks. Hi Leonardo, It sounds like you already have an mdf file, so you d ...Show All
Software Development for Windows Vista Sheduling API Feature Request
Are there plans for a task scheduling API as in SQL Server I've seen many workflow applications written as a number of EXEs just so they can use the configurable Windows Schedule Tasks similarly people control workflow from SQL server because it has a powerful scheduling ability. This would be an extremely useful inclusion as a configurable managed API . There are many tasks which need activating at certain times but also need to check ...Show All
Windows Forms My Wish List
1) A bug-free IDE & controls 2) Get Windows Directory in SpecialFolders 3) More code Snippets 4) Thing like Shutdown, restart included 5) More overall power To fix the 'New Folder' bug in the folder browser dialog control Get WINNT\Temp folder in& ...Show All
