| Thread | Last Post | Replies |
|
| way to force 32bit execution of .NET 2.0 in a x64 environment? | 20 Feb 2008 18:26 GMT | 4 |
Hello. I'm hoping for a solution to my problem, but at the same time I suspect that I may have to go back to the development team. I am trying to run a windows application written for a 32 bit environment on my Windows 2003 R2 SP2 x64 server. I have done a lot of research, ...
|
| WPF apps using .NET 2.0 assemblies? Can it be done? | 20 Feb 2008 05:38 GMT | 5 |
I am writing some basic WPF applications using VS 2005 with the WPF extensions. I am building a specific WPF application which uses WPF Windows (not Winforms). I notice that .NET 2.0 components cannot be used on these forms. Is there any way to shoehorn the .NET 2.0
|
| .net framwork 2 with sp1 | 20 Feb 2008 05:28 GMT | 2 |
I was haveing problems with zune software and went to zune user group, where I was advised to use .net 2 clean-up utility. Well, of corse I didn't read all the instructions, thought it was automatic (duh), anyway, after it analized the net 2, i clicked repair, BIG mistake. a lot ...
|
| Access License + Dotnet Development | 20 Feb 2008 05:26 GMT | 2 |
Do you need an access client license on every computer when you use an access database from a .NET C# application ? kind regards Dieter
|
| Calling .NET 3.5 DLL from .NET 2.0 DLL? | 19 Feb 2008 23:50 GMT | 1 |
Hello, I have a shipped version of a DLL built on .NET 2.0 for ASP.NET. Customers have programmed against it on .NET 2.0. I'm upgrading this DLL to .NET 3.5. I don't want to make customers recompile against my new DLL and my new DLL contains new namespaces and only new classes ...
|
| using the KeepAlive attribute of HttpWebRequest | 19 Feb 2008 22:52 GMT | 1 |
when loginService.login is invoked in Test(), will the keepAlive setting work? This is for a .NET Framework 1.1 code base... and webservices application.. //Actual class...
|
| Problems with mshtml.dll after installing VS2008 | 19 Feb 2008 21:21 GMT | 5 |
Best all, After installing VS2008 I have following error: Windows form application, using .NET 2.0 and using the HTML viewer in some windows:
|
| Process.WaitForExit() does not appear to wait indefinitely | 19 Feb 2008 17:35 GMT | 1 |
The documentation for Process.WaitForExit() indicates that it will wait indefinitely for its associated process to exit. It appears that this call will return after int.MaxValue milliseconds even though the process which it references is still running.
|
| HTTP page events question | 19 Feb 2008 17:09 GMT | 3 |
I'm writing a web application that has several pages and each page has multiple levels of custom controls (ascx's). I'm noticing a performance issue when one of the pages loads. It takes about 60 seconds to load. I have put in trace statements in almost every
|
| How using Reflection invoke method with ref or out parameter? | 19 Feb 2008 16:25 GMT | 1 |
How using Reflection invoke method with ref or out parameter? Example: public static int Method(ref int p1, out int p2) http://www.alvas.net - Audio tools for C# and VB.Net developers
|
| Problem writing non-englisg characters (re-post) | 19 Feb 2008 13:16 GMT | 21 |
Thanks for your reply. I am parsing a French website, i found that it reads the characters correctly when i open the .html file using TextReader tr = new StreamReader("XYZ.htm", new UTF7Encoding(true)) ;
|
| Redesign s/w | 19 Feb 2008 07:35 GMT | 1 |
I have an application which is running for two years now. As client ask us to do redesign of application with new .net3.0 features, can anybody suggest the tools, concept, patterns, which can be used. Below is the scenario-
|
| Thread safety - Collection property | 18 Feb 2008 22:43 GMT | 4 |
If i have a property like this in my class: private IList<SomeClass> products; public IList<SomeClass> Products {
|
| MS Hotfix required... | 18 Feb 2008 13:04 GMT | 3 |
We are experiencing a problem with our application which relates to the limit of local variables .Net 2.0 can use. We are getting a "Common Language Runtime detected an invalid program" error which from doing some search on the internet we have found that MS has release a HotFix ...
|
| Network share and VS.NET | 18 Feb 2008 07:33 GMT | 1 |
I have some doubts about storing my source files on a netrwork share. Why does VS.NET show a warning when I try to save my project on a network share, telling me that it is an untrusted place? What problems I can face when saving and running my .NET projects on a network share?
|