| Thread | Last Post | Replies |
|
| Installing VS2005 on Vista : Suite integration Toolkit Executable has stopped working | 27 Jul 2007 14:32 GMT | 1 |
After I've started the setup.exe (run as admin) the VS setup crashes during the loading of the installation components. Vista gives the following message: Suite integration Toolkit Executable has stopped working Rogier
|
| Skip some code in Design Time. | 27 Jul 2007 00:39 GMT | 5 |
I want to prevent some code to run in design time. I have a base form that have some code in its Load event. And I create a form inherited from base form. When I watch the form design in design time, codes that is in base
|
| JAVA works C# not !!!!!!! | 26 Jul 2007 18:47 GMT | 1 |
I'm newbie in .NET. I have agent server works with SOAP protocol. Added web service which have getFiles and setFiles methods. SoapServer soapServer = (SoapServer)Activator.GetObject(typeof(SoapServer),
|
| boot up problem | 26 Jul 2007 18:06 GMT | 4 |
i have a problem on boot up,when i turn my pc on it has a black screen with the problem saying passwords have been cleared? set switch' clear password' to the open position before rebooting!
|
| Multiple base classes in .NET | 26 Jul 2007 15:42 GMT | 48 |
I just read a blurb in MSDN under the C++ "ref" keyword which states that: "Under the CLR object model, only public single inheritance is supported". Does this mean that no .NET class can ever support multiple inheritance. In C++ for instance I noticed that the compiler flags an ...
|
| ASP.NET / WebDAV - 502 (Bad Gateway) | 26 Jul 2007 12:31 GMT | 8 |
The concept is to display the current user's inbox (located on a remote Exchange 2003 server) from the intranet home page. The following code has been written: string studentLoginId = "LOGINID";
|
| .NET 3.0 System.Printing | 26 Jul 2007 11:40 GMT | 2 |
i try to clone a printer .. just as it was posted at http://msdn2.microsoft.com/en-us/library/aa970846.aspx "How to: Clone a Printer" but i got problems when setting PrintQueueAttributes ... is there
|
| System.Printing .NET3.0 (How to set PrintQueueAttributes ) | 26 Jul 2007 11:40 GMT | 2 |
i try to clone a printer .. just as it was posted at http://msdn2.microsoft.com/en-us/library/aa970846.aspx "How to: Clone a Printer" but i got problems when setting PrintQueueAttributes ... is there
|
| CultureInfo problem | 26 Jul 2007 09:44 GMT | 1 |
I need to add support for Macedonian language to rather old project (C#, .NET 1.0). When user changes language, following code is executed: Thread.CurrentThread.CurrentUICulture = new CultureInfo(code); // this
|
| Null Exception Referecne error | 26 Jul 2007 05:36 GMT | 1 |
In my project I have a reference to a third party DK dll, at times when I end the application I get an error stating "Null Exception Reference" and it has the Dll's name. When I choose break it takes me to the Disassembly screen. Can anyone advise of how to get rid of the error ...
|
| ORCAS - System.Numeric.BigInteger - unable to compile | 25 Jul 2007 22:45 GMT | 1 |
I am unable to compile the code below - using C# ORCAS (9.0.20404.0 Beta 1 - JUNE 2007), because i get the following error: 'System.Numeric.BigInteger' is inaccessible due to its protection level C:\Documents and Settings\Massimo\Local Settings\Application Data\Temporary
|
| question about data contract in wcf | 25 Jul 2007 18:59 GMT | 1 |
I have a complex data contract sending to wcf service side. After processing on the service side, some of the data members will be modified by the service. Does the sending know the change automatically(just like the one pass by reference)? If not, how does the client know the ...
|
| Monitor Garble | 25 Jul 2007 17:03 GMT | 1 |
It just started when I am playing games on the net and ones downloaded to my computer work for awhile then becomes tiny little boxes of colour. I have a new video card, lots of ram, lots of space. I have defraged and cleaned. Any ideas on what's going on? I wrote question in ...
|
| Lost Interent after running Files and settings wizard | 25 Jul 2007 13:31 GMT | 1 |
 Signature TimpatcoAfter using the Files and settings Transer wizard, I can no longer access the Interent with IE 7. I can still move around my PC OK but even after following the Network Diagnostics hints for Firewalls (swiched off) i
|
| IL-to-IL "front-end-compiler" ... ? | 25 Jul 2007 09:35 GMT | 2 |
There are many source to source compilers for C, C++, and other languages. CodeDom is .NET's closest attempt for C# and VB.NET. I am trying to explore the idea of an IL-to-IL "front-end-compiler" that would take a managed assembly created by Visual Studio and convert it into a ...
|