Temporary DLL files
-
Hi, In our web application (ASP.NET and C# is used) some temporary dll files are created with random names (includes some letter and numbers). Is this a property of .NET framework? Do anyone have information about this situation. Thanks for your help.
-
Hi, In our web application (ASP.NET and C# is used) some temporary dll files are created with random names (includes some letter and numbers). Is this a property of .NET framework? Do anyone have information about this situation. Thanks for your help.
yes. Why is it a problem ?
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Hi, In our web application (ASP.NET and C# is used) some temporary dll files are created with random names (includes some letter and numbers). Is this a property of .NET framework? Do anyone have information about this situation. Thanks for your help.
Hi everybody, I've just found the problem. The problem was caused XML Serializer in .NET framework. Here's the link for this problem and hotfixes http://support.microsoft.com/kb/824629[^]