| Thread | Last Post | Replies |
|
| ISerializable and SerializableAttribute | 27 Oct 2006 19:33 GMT | 1 |
If a class implements the ISerializable, does the class has the SerializableAttribute "automatically" defined, and if a class has the SerializableAttribute defined, does it implements the ISerializable interface ?
|
| session variable and asynchrous call | 27 Oct 2006 19:14 GMT | 3 |
Here's my scenario. Please advise me if you can. I have an ASP.NET web application on a corporate intranet which retrieves some user information it uses from a webservice. The data does not change often, but when it does, my site needs the updated
|
| Regex - words extraction | 27 Oct 2006 16:13 GMT | 7 |
I have the following string: <wordX::wordY[wordZ]> I would like to extract from that string three words wordX, wordY and wordZ by Regex usage. Regards
|
| Debug symbols not loading when built on another machine | 27 Oct 2006 15:07 GMT | 3 |
We are trying to debug an assembly which was built in debug configuration on our build server. The output window of visual studio indicates that no symbols are being loaded for the assembly. However, when the PDB file is copied alongside the dll, the symbols load ok.
|
| Windows Service Security Problem | 27 Oct 2006 13:42 GMT | 1 |
I've run into a bit of an issue and I was hoping that someone here could help me. I have inherited a Windows Service written in .Net 2.0 (C#) from a previous employee. It build successfully and I am able to install it on the target machine via installutil but when I attempt to
|
| Some or all identity references could not be translated | 27 Oct 2006 13:20 GMT | 5 |
I get and error “Some or all identity references could not be translated” when executes the code System.Security.Principal.SecurityIdentifier.Translate. It appears this happens to users that have been logged in for a long time. It appears our users are in the habit of not logging ...
|
| Is .NET Framework 3.0 100% compatible to the Framework 2.0? | 27 Oct 2006 11:34 GMT | 1 |
does anybody knows if the Framework 3.0 was 100% compatible to the Framework 2.0? My Information was that the Framework 3.0 was the Framework 2.0 with WinFX. The Framework 3.0 only supports Win XP and Win Vista is not a suitable
|
| custom adapter | 27 Oct 2006 03:01 GMT | 1 |
I have a problem in returning status code from standard Http Adapter. What I want to do is: I am using Http Adapter in IIS to post xml messages. I have custom receive pipeline to validate the XML message. When I get invalide message, I want to
|
| How to maintain Webservices active on window 2003 server | 27 Oct 2006 02:25 GMT | 5 |
I wrote web services on .NET 2.0 running on windows 2003 server. When I start an application using those web services, It's take a long time to activate them. If I make another call just after It's faster. But after a long time, when I start the same application again it's take ...
|
| .NET 2.0 problem: 100% cpu usage in mscorwks.dll!CreateApplicationContext | 27 Oct 2006 01:41 GMT | 2 |
I've come across with a problem that results in 100% CPU usage in code inside framework itself, specifically process explorer shows that the offending thread is mscorwks.dll!CreateApplicationContext - it shows that this thread is making a lot of context switches without doing any ...
|
| ERROR-Some of the files required for web references are not instal | 26 Oct 2006 23:34 GMT | 1 |
When I try to add a web reference to my web site (I just right click on App_WebReferneces), I get the error "Some of the files required for web references are not installed" and the ok button. I've tried to uninstall and reinstall VS2005, but to no avail. Anybody got any answers ...
|
| Net Framework 1.0 install/uninstall issues- help? | 26 Oct 2006 23:24 GMT | 1 |
i have been trying to re-install my Net Framework 1.0 installation after I tried to uninstal it and it timed out on me. I had to kill it using the task manager and now when I try to install again it times out everytime! I used the windows update utiility and tried the exe also ...
|
| Garbage Collector | 26 Oct 2006 22:19 GMT | 7 |
Hey everyone, i'm currently trying to implement a WeakDictionary, where all keys are WeakReferences. Now I want to remove the keys when the targets are no longer reachable. Is there any possibility to get informed when an object is garbage
|
| COM Interop issue : .Net is being too 'smart' | 26 Oct 2006 16:07 GMT | 2 |
I am having trouble with the following scenario.... Assembly A Returns a managed implementation of COM IStream interface to the unmanaged world
|
| Own macrolanguage | 26 Oct 2006 15:29 GMT | 1 |
Is there an opportunity to write an interpreter of an own macrolanguage like JavaScript or VBScript for existing web browser like Internet Explorer? Could you please tell me where should I search for helpful information?
|