| Thread | Last Post | Replies |
|
| A Solution with Multiple Projects | 12 Dec 2006 18:25 GMT | 2 |
I am trying to add more than one project to a solution in .NET 2005 How can that be done? Thank you, Samuel
|
| Converting from System.Web.Mail to System.Net.Mail | 12 Dec 2006 15:46 GMT | 5 |
I am moving an application that involves sending email from 1.1 to 2.0. I am attempting to convert the email-sending code from System.Web.Mail to System.Net.Mail. I think I have most of this accomplished, but I am trying to find the System.Net.Mail equivelant of
|
| Convertiing Double to DateTime | 12 Dec 2006 09:57 GMT | 1 |
In a excel sheet processed through C#, i get a Date (11/6/2006) as 39027, how do i convert this value to a DateTime (maybe as a string) TIA Barry
|
| Issues with User Interface running in secondary application domain. | 12 Dec 2006 01:57 GMT | 1 |
I am adding new feature where C# is used as a scripting language which means, I am dynamically compiling and running C# code. I am creating a seperate domain for this dynamic assembly, run it and unload the assembly.
|
| What database? | 12 Dec 2006 01:20 GMT | 12 |
I need to store data in some database for my application. I need database for easy deployment (small size), that is reliable and maybe fast. What database is best to use in this case? Thanks in advance,
|
| Web application architecture using 2.0 | 12 Dec 2006 00:05 GMT | 2 |
Currently there are 60+ web applications at my shop. The applications have similar functionality just different parameters. We are about to go through a reskinning process. I would like to create a master application that contains all UI elements (such as parameters,
|
| Could not load type 'System.Web.Security.AccessRoleProvider' | 11 Dec 2006 18:46 GMT | 9 |
In order to install BackupExec v11, I needed to remove .NET Framework 2.0 BETA and install .NET Framework 2.0. When the BETA version was removed, all apps reverted to 1.1. I have since run aspnet_regiis.exe -i to update the app but since I get the error listed on the subject ...
|
| Windows Service application Occurs Application Error Event ID 1000 | 11 Dec 2006 13:14 GMT | 1 |
My program is a windows service program, it is used C# to develop. But sometime it would occurs Application Error Message, the Event ID is 1000 and the category is 100. The description is throw by ntdll.dll. But when it occurs this message, the application still can be run as ...
|
| Caspol in batfile - How override yes/no question after running caspol | 11 Dec 2006 00:44 GMT | 1 |
I run Caspol thru a batfile which I want to automate Some pc (some security setting) after running caspol ask yes/no to continue? Is there a flag i can set to overide yes/no ??? Thanks
|
| Webservice Error Unable to find System.Web | 11 Dec 2006 00:42 GMT | 1 |
I have a webservice written in .net 2.0 I am able to view the web service info and wsdl without issue. When I execute one of the methods directly from the webservice page generated by .net I get an error.
|
| ERROR: The state information is invalid for this page and might be corrupted | 10 Dec 2006 13:12 GMT | 3 |
I am recieving the following error on the second postback of a page I have written: The state information is invalid for this page and might be corrupted Stack Trace:
|
| Get properties on interface (runtime/reflection) | 10 Dec 2006 00:44 GMT | 1 |
I am developing a c# application. I have an interface (which can change therefore my problem) If i do like this: List<PropertyInfo> properties = new List<PropertyInfo>();
|
| Can't run aspnet_regsql.exe on remote machine | 09 Dec 2006 19:59 GMT | 4 |
I cannot run aspnet_regsql.exe on a remote machine. The remote machine is running MSSQL 2000 and is behind my local network. Its basically a sandbox machine. I specify my remote machine's name (Nightcrawler), SQL Server user name and
|
| How to copy a Form from one solution to another solution? | 09 Dec 2006 14:15 GMT | 2 |
I am using Visual Studio.Net 2003. 1. How to copy a Form from one solution to another solution? 2. How to copy a Form within the same solution? Thanks.
|
| i need help about .net installation problems | 09 Dec 2006 09:12 GMT | 1 |
i have .net installation problem i start the actual install with disk-1 and everything goes fine until a DLL named vdt70vcs.dll is being used/installed A message box pops up asking me to insert "Visual Studio .NET
|