Giovanni Costagliola's Q&A profile
Windows Forms The Server is not showing anything!
I have installed the server and when I point my broweser to it nothing is showing is blank the IIS server is working because I have tested on other samples. When I instaled the server I haven't installed the db because I have MySQL and&nbs ...Show All
SQL Server SSIS Data Mapping Summary?
Hi. Here's the background. I currently have an SSIS package set up and I'm importing tables (from text files) to tables in Oracle. Pretty basic stuff. My question is...does anyone know of a feature in SSIS that can do a summary of ALL the sources tables/columns that I've mapped to the corresponding destination tables/columns I guess it would look something like this... SourceTableA:Name --> DestTableZ:Name Source ...Show All
Windows Forms DialogResult not persisting
I'm having some trouble getting the result from a window shown as a dialog. Here's the breakdown (summary of actual code): class WndTrigger:public Form { public: static DialogResult Display(some params); private: WndTrigge ...Show All
Visual C# Compiler Error CS1583 (CSC583.tmp is not a vaild Win32 resource file)
My solution was working just fine and then all of a sudden I get this error "Error 1 'C:\Visual Studio 2005\Projects\Nova\Nova\obj\Debug\CSC583.tmp' is not a valid Win32 resource file Nova" and when I click on Show Error Help it just says Error Message 'file' is not a valid Win32 resource file A file was passed to the /win32res compiler option that was not a valid resource file. Well that's not very helpful to me and I h ...Show All
SQL Server AS Support for Teradata
What support exists in AS 2005 for building a database using Teradata as the source Thanks, Dave Fackler Dave, You can create a data source in Visual Studio 2005 Beta 2(or Business Inteliigence Development Studio) using the Native OLEDB Provider for Teradata, once you install the OLEDB Provider for Teradata. I have SQL Server & SQL Server Analysis Services installed which enables you to create an Anal ...Show All
Visual Studio Express Editions Visual Basic Express won't install.
I recently tried to install the VB express edition. I went through all the agreemetns and such,but when it came time to install, it wouldn't. It has done this on several occasions. it will being to install but then stop and says it cannot be installed. It gives me no error messages or anything. It just says: "The following item could not be installed: Microsoft .NET Framework 2.0." Anything I could do What version of VB express d ...Show All
.NET Development static data at process level (rather than AppDomain level)
For unit testing purposes, I would like to be able to share some data between AppDomains. More precisely, I would like to achieve the "static" semantic but at the process level (as opposed to AppDomain level). Is there some simple way to do that (simple as opposed to building a whole dedicated remoting architecture for that purpose) Is there an equivalent of the LocalDataStoreSlot at the process level Thanks in advance, Joannes Vermorel ...Show All
Visual C++ Print Preview Crashes
When I click close button of CPrintPreview the application crashes. Before explaining what I have done, I find it noteworthy to mention that when application was launched from VC 6.0, no crash of application watsoever occured. But after migrating to VC.NET, I am encoutering this problem. and let me focus what I have done: I have derived a class from CPreviewPrint and call OnPreviewClose to close the print preview. Since the class is ...Show All
.NET Development File access from a Web Service
We're having trouble accessing and transmitting files via a web service when the target file is on a machine other than the web server. We're very new to web services so this is our first attempt at performing this type of data access. The web service was developed with VS2005 (production release) and ASP.Net 2.0 and is hosted by IIS on a Windows 2003 server. It's purpose is to transfer an image file using SOAP to a client. Th ...Show All
SQL Server SSIS will not start after SQL Server 2005 SP1 upgrade
Hi guys, I have experienced a problem with a SQL Server 2005 SP1 upgrade, where hotfix.exe reported an error during the SSIS component upgrade, and then the SSIS service would not start back up. I have since attempted an additional SP1 upgrade on the server, which completed successfully, however the SSIS service still will not start. The server is running Windows Server 2003 Standard Edition SP1 with SQL Server 2005 Standard Edition (x86), wh ...Show All
Visual C# Can I have multiple selection in my list box through XAML?
Can I have multiple selection in my list box through XAML Simple: <ListBox SelectionMode="Multiple" /> Sheva ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Fix Found Windows XP Pro, DirectX 9c install completed ! I cant Install Directx 9.0c December 2005 dsound.inf problem
When I try install Directx 9.0c December 2005 Redlist I Envisage with this Error : "An internal system error occurred. Please refer to DXError.log and DirectX.log in your Windows folder to derermine problem." I several time download Directx 9.0c December 2005 and November 2005 but everytime I Envisage with this error and when I go to DXError.log and DirectX.log see this Problem with dsound.inf : -------------------- [01/05/06 01 ...Show All
Visual Basic how to determine upload finish
hi all with this code: Threading.Thread.Sleep(10000) 'riposo di 10 secondi tra un upload e l'altro My.Computer.Network.UploadFile(file1, indirizzo1, user1, pass1) i use this (up) to upload my files,but i have insered sleep() ,because i can't know hot to determine when upload are finisced, for upload next file if i remove a function sleep(), and upload are running,return an error, becaus is an esecution how to determin ...Show All
Visual C++ Unit testing For C++ code
Hi, I want to unit test a Simple VC++application. I am unable to find any reference, how to unit test a vc++ code, studio 2005. please help me by giving sample example. thanks. Take a look at http://msdn2.microsoft.com/en-us/library/ms182515.aspx . I believe unit testing is not supported for native C++ development but for managed C++. Thanks, Ayman Shoukry VC++ Team ...Show All
Microsoft ISV Community Center Forums Lack of mouse scroll wheel support in VBA
Folks The mouse scroll wheel does not work in VBA. This has always puzzled me as to why this support does not exist since Office 2000. This problem was originally caused by a MS Mouse driver change that I'm told was communicated long in advance to other MS folks. This problem has existed for several versions of Office. As far as I'm concerned this should've been fixed in the Office SPs. And yes, I'm quite aware of the workaro ...Show All
