| Thread | Last Post | Replies |
|
| Upgrading from VB6 to .NET | 10 May 2006 10:52 GMT | 1 |
I am new to upgrading from VB6 to .NET will plz advise me in detail how do i go about it. If possible,in area like COM+,DDL and Errorhandling.With code examples. Regards,
|
| Use of the GAC during development | 10 May 2006 05:49 GMT | 2 |
Hopefully someone knows something about this: I'm developing in a multi-project solution. One project is creating a DLL assembly that gets installed into the GAC that shares some user controls with the other (ASP.NET) applications. Is there anyway to run a command
|
| ASP.NET cache problem | 10 May 2006 04:56 GMT | 5 |
Earlier this week we set up a second application pool to be able to implement trusted connections between ASP.NET apps and a SQL Server database on a different server. The trusted connection is working, but there seems to be a memory leak.
|
| Changing order of event processing | 10 May 2006 04:50 GMT | 3 |
When I raise an event in an ancestor, the event fires first in the ancestor, then its descendant, and then in the descendant's descendant. I would like the descendant's descendant to fire first in one particular case. How do I accomplish this?
|
| Variable delay starting a .dot application using a thin client | 10 May 2006 04:09 GMT | 7 |
We've got a small .net application launcher which is run each time a user connects to our terminal services server instead of the standard shell. We found that it takes a variable amount of time of this application to start. Sometimes it's more or less instant, other times it can ...
|
| Debugging 3rd party (or Microsoft) assemblies | 10 May 2006 03:55 GMT | 9 |
Hello, I know tools like Lutz Roeder's Reflector can be used to disassemble an assembly into any number of .NET languages and this is invaluable for debugging 3rd party (e.g. Microsoft) components. There are many times when
|
| Discovering the assembly names in your project ? | 09 May 2006 23:46 GMT | 3 |
Just wondering is there a simple way to extract the names of all the assemblies placed in your bin folder ? thanks in advance..
|
| Script Without The GO Command | 09 May 2006 23:21 GMT | 1 |
I am using scptxfr.exe to script out a SQL Server 2000 database. I want to run the script inside a VB.NET application, but the scptxfr.exe adds the keyword GO after every command, which I believe is not a transact-sql statement, so it errors. I did not see a command line option to ...
|
| Question about GridView control | 09 May 2006 21:22 GMT | 1 |
Hey all, Having some trouble with the GridView control and the Sorting functionality. Using an Oracle datasource, we have a SqlDataSource control that uses a SQL selet statement that contains some Oracle related function calling..
|
| Problem Could not find schema Warning Messages in VS 2005 app.conf | 09 May 2006 18:30 GMT | 3 |
Does any know what the messsage "could not find schema information... happens with Visual Studio 2005 and how to fix it? Thanks
|
| Web Applications: which are their advantages ? | 09 May 2006 16:21 GMT | 1 |
I need to give an overview of what Web applications are and what they can do. My customer is a medium company but they have been left technologically "behind" by their former CIO, which was a very old-fashioned guy...
|
| String.PadLeft Method | 09 May 2006 15:57 GMT | 2 |
I came across a doubt on the String.PadLeft Method.The doubt is this -- What's difference it make if the argument to this function carries an integer whose value is less than the length of the string object For example in the sample code below(VB.NET) I could not see any ...
|
| onmouseover | 09 May 2006 15:13 GMT | 3 |
Hi, what is the simplest way to cause a "rollover" effect in ASP.net 2.0? I tried Fireworks but no use. I'm hoping someone has come across this before. I would like... buttonUp state, buttonRollover and then finally, buttonDown.
|
| Timeout expired. Connection pooling | 09 May 2006 13:08 GMT | 3 |
I am in the process of moving an ASP.NET app from my development machine to a web server. I am getting the following error message: Message: "Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all
|
| Wizard creation | 09 May 2006 11:08 GMT | 2 |
I am very interested to know if there is any documentation or articles describing how to develop an ASP .Net wizard that has the same functionality as the starter kits in VS 2003 or 2005. What I need to do is to have the starter kit runs from IE, not from the VS IDE.
|