| Thread | Last Post | Replies |
|
| Web Site Administration Tool | 19 Oct 2005 11:55 GMT | 1 |
I am trying to use the Personal Web Site Starter Kit. I am planning on showing my class how easy it is to create a website in VS 2005. Only I am finding it not to be so easy. I am following the instructions on the default.aspx page and they are as follows.
|
| Culture | 19 Oct 2005 11:45 GMT | 1 |
I am trying to set the culture for my application but the application still continues to use the computer set region information. Any idea why it will not change the culture? I use the following code to set the culture in my windows form application :
|
| ADAM - Can not log on with user name and password to ADAM instance | 19 Oct 2005 08:51 GMT | 2 |
I am using ADAM as my Data Store for my web application and although this seems to be fine when using windows authentication with my local account when I try to create a new user and use this to log on to the adam instance an exception with the following message is thrown "Logon ...
|
| Deploying strong-named app | 19 Oct 2005 08:34 GMT | 6 |
Our application has three strong-named keys that have to be set up on the local machines. Apparently the Framework can be pushed to the clients with SMS, but I'm being told a human has to do things on the PCs to get handle the keys.
|
| thread events | 19 Oct 2005 07:23 GMT | 3 |
How can I trigger event form thread and catch it in another thread Simple scenario: Thread "X" running … Thread "Y" running …
|
| .Net 2 problem | 19 Oct 2005 06:46 GMT | 4 |
I have written a program using .Net 2. My program works good but after a reboot when i run the program the following error occures : "invalid win32 application" . I must copy the application agian to resolve the problem .Reinstalling .Net2 dos not resolve my problem . What is ...
|
| Removing the startup script after registering one | 19 Oct 2005 05:19 GMT | 1 |
I am using RegisterStartupScript within an asp.net code behind. Sometime, after the page is Posted Back, I need to remove the Registered startup script. Is there any way to remove that from the code behind? Also, sometimes I just need to change the startup script to something ...
|
| VC6 to VC7 upgrade, Debugging now very slow | 19 Oct 2005 00:17 GMT | 3 |
The company I work for have a project that has been developed in VC6 for some time and now and have just moved it to work with our recently installed Visual C++ .Net (VC7). We are currently experiencing issues with the speed of the VC7 debugger
|
| Is there a way to tell what exe is using which version of a .dll in the gac? | 18 Oct 2005 22:33 GMT | 6 |
Is there a way to tell what exe is using which version of a .dll in the gac?
|
| Visual Studio HTML IDE | 18 Oct 2005 22:22 GMT | 1 |
Am I missing something here? Quite frequently, I'll write an aspx document taking care to format the HTML so that I and others on my team can read it. <sarcasm>We kind of like to know what's going on when we come back to the document later.</sarcasm> In
|
| Targeting .NET 1.0 | 18 Oct 2005 20:39 GMT | 2 |
I'm building a .NET application that I want to be as compatible as possible. Hence, I want to target .NET 1.0. I followed the instructions in the VS online documentation which basically consisted of creating this configuration file:
|
| Reg Expressions | 18 Oct 2005 20:37 GMT | 2 |
Can we pad a string with spaces using regular expressions? Ex: I have a string str = "ABC", I want to pad spaces to the total string length 10 like "ABC " how to achieve this using reqular expressions in VB.NET?
|
| Vs2005 shareware starter kit questions. | 18 Oct 2005 18:47 GMT | 1 |
I'm looking at the docs in VS2005 regarding starter kits and I noticed that the starter kits to download from the site are in vsi files (compressed), all except the shareware starter kit. MS docs says that templates should be in compressed files. The Shareware starter kit is in ...
|
| Memory Limit for Windows Service ? 2.5 gig committed byte limit? | 18 Oct 2005 18:46 GMT | 1 |
I have a C# application written as a Windows Service. It spawns a number of threads, each thread has very large memory intensive processes running on it. I can keep adding threads as long as the "committed byte" utilization of the server stays below 2.5 gigs As
|
| [?] Displaying one routine only in the Code Editor | 18 Oct 2005 18:25 GMT | 1 |
Is there any way to display one routine only in the Code Editor, like it was possible to do in VB6? Or is there an Add-in free or on-sale that does this? Or is it possible to create ourselves an Add-in that does this?
|