Stephane S's Q&A profile
Windows Forms Problem with file.delete()
when i try to delete some file the application throws error the error is this: <b> System.IO.IOException: The process cannot access the file "C:\Inetpub\wwwroot\LoadingMaps\MapBin\italy.jpg" because it being used by another process </b> and the code that cause this thro ...Show All
Visual Studio VS 2005 Beta 2 - "Beta period Expired"
I am trying to install the second beta of Visual Studio 2005 from the MSDN discs ordered from MS. After following the instructions for uninstalling VS.2005 Beta 1, I sucessfully completed the install of beta 2. However, when running Visual Studio 2005 beta 2, I get the error message "The beta period has now expired". Does anyone know what I have done wrong in the uninstall process of Beta 1 or how to get beta 2 to recognise this is a ...Show All
.NET Development Can I build a chat server/client app with .NET remoting?
Hi, I want to build a chat application where clients with windows app clients can chat. Nothing very fancy like MS Messenger, just plain simple chat. Can I do this with remoting or I have to go to sockets (notvery familiar) The part that I have trouble understanding is how the server informs the clients when someone sends a message to A, B and C cilents. Is the clients have an open connection with the server or is polling Thanks in advanc ...Show All
Visual Studio Express Editions Question about errors in Swimsuit Calculator project
I just converted a second project to VB 2005 EE format from VB 6 called "Ami Mizuno's Swimsuit Calculator!" and there were 2 errors in it which are the following: ================================================================== Error 1 'Public Event Load(sender As Object, e As System.EventArgs)' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event. C:\Visual Basic Projects\Ami Swimsuit Calc ...Show All
.NET Development Preventing .NET DLL execution
I need some way to prevent my .NET DLL assemblies from being called by unauthorized executables. Is there some way to do that I have tried the StrongNameIdentityPermissionAttribute, but it's not enough. Can be anything, even at low level C/C++ code. I cannot trust in the use of the .NET Framework Configuration tool, because I'll not be an administrator for the systems where the DLLs will be running. But I should constrain the execution of ...Show All
Visual Basic Resolving Assembly Usage.
How can i resolve if some .Net ...dll is used by any (or defined) .Net application, not touching this application. Ok, I say in another way. "Not touch" i mean - not to correct code in it and add some methods. But the main thing is that i need to do it in runtime, that mean when my programm runs it has to check if some .Net dll (determined) is already used by another programm, and it's great to know wic ...Show All
Visual C++ debug output/cout output/ & debugging best pracatices?
Hey folks... you'll have to forgive me... I'm coming from a Java world. I inserted some code that will print to cout.., yet I don't know where to look for where this will be... And debugging... what are some good best practices (in java i used to call my own print function which would first check if debugging was enabled) i've seen some code with a 'DEBUG' function... what i ...Show All
Smart Device Development HP 6515 and GPS
hi i am have just got an HP 6515d with build in GPS am trying to read from the GPS but no luck have searched the forums and found some articles but still no luck my try to read data from the gps is by using a simple SerialPort and wait for data i dot know if you have to turn on the gps in some way first or what am programming in C# on . NET CF 2.0 Pocket PC 2003 SE is there sombody that has some experience with reading from the GPS on HP 6515 h ...Show All
Visual C++ Buttons
I know that this is probably one of the most simple and easy things to do, but I don't know how to do it,so can someone please help me with Click events so that when I click a button it goes from "form1" to "form2." Because I'm new at programming in C++. this->button1->Click += gcnew System::EventHandler(this, &Form1::button1_Click); System::Void button1_Click(System::Object^ sender, System::EventArgs^&nb ...Show All
Visual Studio 2008 (Pre-release) Does BitmapCreateOptions.PreservePixelFormat support custom pixel formats?
I wrote a codec to load Dicom images, that have a native pixel format of 12 bit gray scale with 16bpp space for which I also defined a custom pixel format including implementing a converter. When I try to load one of the images with the BitmapCreateOptions.PreservePixelFormat flag I get an System.NotSupportedException. How can I load the images without them being forced to be converted to another pixel format ...Show All
SQL Server Error importing data from oracle database to an SQL database
Hi! When i was importing a database table from an Oracle Database to a SQL database table, the wizard returns this error: Could not connect source component. Warning 0x80202066: Source - VB_PERMISSIONS [1]: Cannot retrieve the column code page info from the OLE DB provider. If the component supports the "DefaultCodePage" property, the code page from that property will be used. Change the value of the property if the current string ...Show All
Visual Studio Team System Managing labels
Hi How can I manage my labels so that I'll know (get a view or something like this) from which label someone ever based on it create a new branch. I know that there is a way to see if there is a branch from some folder on my source control by looking at the properties of my folder, but how can i see this issue from the labels Thanks in advance, Shmulik ...Show All
Visual Studio Team System yet Another 3200
Its a long post, but hopefully the error message would help in resolving the issues Got the following errors during setup, I get the same set of errors on all combination of installations, Single-Server / Dual-Server ... [04/21/05,21:56:12] Visual Studio 2005 Team Foundation Application Tier Beta 2 (English): [2] ERROR:Error 32000.The Commandline '"C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\sdk\bin\Bisregedit.exe" ...Show All
Visual C# SetEnvironmentVariable in Debug and Release configuration
And how did you determine it failed Willy. < GreatGreenLass@discussions.microsoft.com > wrote in message news:9ba3b990-9420-4981-9921-bdab6ae93c9e@discussions.microsoft.com ... Hello folks, I was trying to set some environment variable for a process I create. (The variables are my own, not system). I use SetEnvironmentVaraible() from C# code. In Debug configuration this ...Show All
SQL Server Installation of SQL server 2000 Analysis server & SQL server 2005 Analysis server on same system
Hi All, Because of our business requirement we want to install of SQL server 2000 Analysis server & SQL server 2005 Analysis server on same system. Is there any issue for keeping both servers on same system Thanks in advance. Thanks & Regards Prakash Following configuration is supported: AS2000 default instance and AS2005 named instance running on the same machine. Edward. -- This posting i ...Show All
