| Thread | Last Post | Replies |
|
| convert a weakly named assembly to a strongly named | 21 Jan 2005 19:37 GMT | 3 |
I have one weakly named(i.e. not strong named) assembly/xyz.dll. And other strong named assemblies/.dll. I have found that I can't use weakly named assembly with strong named assembly. How can I convert weekly named assembly to strong named assembly. Or other
|
| what does serialize mean | 21 Jan 2005 19:17 GMT | 2 |
? I have seen apparently different meanings... If you say "designer serialization", it seems to mean that a setting is put into "InitializeComponent" by the designer. Then remoting stuff talks about serialization that has a different meaning that I can't seem to understand.
|
| ASP.NET Firefox Rendering Anomalies Documented? | 21 Jan 2005 19:14 GMT | 2 |
I'm hoping somebody has started a table documenting Firefox rendering anomalies or can refer to this type of document. Neither text nor textboxes are not being sized the same as IE and there are probably other issues. The same appears to be true of Netscape.
|
| Whidbey Stablility | 21 Jan 2005 19:06 GMT | 4 |
Looking for opinions on whether or not Whidbey is reliable / ready enough to support development of some non-critical Windows Forms apps (apps that we developers use). Specificially, once it's compiled is .NET 2.0 pretty stable?
|
| File opens in the Solution Explorer itself | 21 Jan 2005 19:02 GMT | 1 |
Iam trying to open a file in the solution Explorer and the file is opening within the solution Explorer Window. Any Ideas what might be the problem.
 Signature Thanks
|
| Load Balancing Question | 21 Jan 2005 18:21 GMT | 1 |
I have a web app that is installed on 2 web servers. Users are sent to either one of them using a load balancer. A part of my application allows uploading of data files. At this point we are planning to save the files to a third server which is accessible by both web servers. ...
|
| Accessing session information from another project in a solution | 21 Jan 2005 15:45 GMT | 2 |
I have a session variable in an asp.net web project that I would like to access from a C# project in the same solution. When I try and use the Session variable e.g. acc = Session["accountcode"]; in the C# project I get the following error:
|
| RichTextBox memory problem | 21 Jan 2005 15:17 GMT | 5 |
I've got a problem with the RichTextBox control in .Net where the garbage collector doesn't reclaim its memory after I've finished with it. My program adds a series of rtb's to the control array of a
|
| Assembly.GetEntryAssembly | 21 Jan 2005 15:00 GMT | 1 |
Assembly.GetEntryAssembly(); is returning null in asp.net. it works fine with Win apps. How to get the entry assembly in web apps
|
| Tablet PC own Recognizer | 21 Jan 2005 14:31 GMT | 2 |
I am looking for complete example code for an recognizer DLL. The example that is part of the Tablet PC SDK 1.7 is only a skeletton with 3 working functions. I want to write a recognizer for a special type of stenography. But I want
|
| Find logged in user | 21 Jan 2005 14:22 GMT | 1 |
Is there a way to grab the userid of the logged on user in a VB.Net application. I can do this in VBscript using: set objUser = Wscript.CreateObject("Wscript.Network") But can't find a way to do it in .Net. Any ideas?
|
| VB 6 and VB.net simultaneously | 21 Jan 2005 13:20 GMT | 4 |
I would like to know if there is a way to have Visual Basic 6 and Visual Basic.net both installed in the same computer? Thanks, Manuel
|
| Questions about deployment project. Thanks! | 21 Jan 2005 11:37 GMT | 2 |
I have some questions about visual studio deployment. I could not find a way to handle two things, one is how to show a page to let user choose if they like the executable file run after installation or how to make my executable file run automatically after installation. Another ...
|
| Norton says devenv.exe is stopped for malicious script? | 21 Jan 2005 10:15 GMT | 5 |
I'm sure this is a simple question. I just installed Visual Basic.NET and every time I begin running the program Norton anti-virus says that there is a malicious script file that it suggest I stop. The file is devenv.exe. Is this a problem I should worry about or can I simply ...
|
| connecting to SQL | 21 Jan 2005 08:34 GMT | 1 |
I am trying to access SQL server in my home office via VB.NET from my office. using server explorer and typing my home webserver IP tells me that Servers out side of this domain is not supported, SQL agnet and sql server2000 are
|