| Thread | Last Post | Replies |
|
| creating COM objects in C# | 30 Jan 2008 18:15 GMT | 1 |
I think i have the basics. I am creating a COM wrapper for my VB6 code to call an existing assembly. Below is the wrapper. Do COM object created in C3 need to be in a strongly named assembly? If so what if the assembly that i am wrapping also depends on an interop layer that
|
| Making a public property in a master page is not visible in .aspx page | 30 Jan 2008 17:30 GMT | 4 |
I have a .aspx page that has a master page. In the master page, I have a Literal Control, and I created a public property that allows you to set the liBlah.Text of the literal control.
|
| sqlDataAdapter | 30 Jan 2008 17:14 GMT | 3 |
How Can i set SqlData Adapter to update like a Batch Update for instance: I have 10,000 rows that have changed when i call SqlDataAdapter.Update(table) it seems like its updating 1 row at a time
|
| Import XHTML into Word 2003 | 30 Jan 2008 17:05 GMT | 1 |
Hi, I hope someone can help out on this or sheering me to the right direction. We are currently develop a c# application that will automatically generate Word Doc.
|
| Rijndael Decryption not working | 30 Jan 2008 16:25 GMT | 3 |
I can encrypt without any problem but while decrypting I got junk. I've read the other thread about getting junk but that is not my case. Here is the sample code: private Rijndael GetKBSAlgorithm()
|
| How to send an array as a parameter to Oracle using Microsoft's Da | 30 Jan 2008 15:36 GMT | 2 |
I have a stored procedure that has, as an input parameter, a associative array. I know how to send the parameter using ODP.Net, but I am trying to get it to work with Microsoft's Data Provider. Any ideas? Also, does anyone know how to do it with Java?
|
| WCF Message Security Problem | 30 Jan 2008 14:21 GMT | 1 |
I am having a strange problem when enabling WCF message security with username password authentication via a custom asp.net provider. To start with here is the service configuration I am using: ------------------
|
| Creating A New Process | 30 Jan 2008 13:20 GMT | 5 |
Is there a way to create a new process that will not be my child process? Meaning, that after opening the new process, if I'll open TaskManager and do "End Process Tree" on the parent process, it will not terminate
|
| depencency problem in vs2008 setup project | 30 Jan 2008 13:18 GMT | 3 |
I recently switched over to VS2008 and had to create my first setup project (in VS2008) for an already existing project. So I had Visual Studio convert the existing solution, then added a setup project to it. I made sure that the runtime version of the upgraded project was set to ...
|
| Generic list converter | 30 Jan 2008 12:21 GMT | 4 |
I finaly managed to come up with this code after struggling for ages,.. its a way to access my list<T> as if it were a list of list<T2> it looked a bit unweildly but it seems to work ... I dont know if there are any better ways of doing this ?
|
| ho to add reference to MAPI? | 30 Jan 2008 10:41 GMT | 6 |
I tried to browse and add mapi32.dll (system32/mapi32.dll) but it returns an error that the reference could not be added. Any suggestions?
|
| Spaces get eaten in an email | 30 Jan 2008 10:37 GMT | 6 |
How do I stop spaces from disappearing in an email I make up in an application? I found that \r\n has to be replaced by other characters, so presumably spaces have to be replaced as well: but by what? Please respond.
|
| Passing two different types of controls to a method | 30 Jan 2008 09:45 GMT | 1 |
I want to create a a generic method to add list items. At different parts of the app, I will pass it either a listbox control or a dropdownlist control then the method will have generic code to add new list items
|
| Firebird and Linq | 30 Jan 2008 09:39 GMT | 2 |
Is there any way to use Linq for SQL with Firebird? I installed database provider but vs2008 [when i'm trying to preper .dbml file] writes that this provider dont support this opperation [drag and drop tables :O) ]. Can I find somewhere proper database provider for
|
| how to pass bstr to com+ that made by C# | 30 Jan 2008 09:36 GMT | 3 |
i have created a com+ made by C#. The COM+ is singleton. [InterfaceType(ComInterfaceType.InterfaceIsDual)] [Guid("9b7384f1-7fd3-444f-acd9-0551ae878caf")]
|