| Thread | Last Post | Replies |
|
| some problems with ORM concept....what do you think? | 21 Aug 2006 20:01 GMT | 12 |
For all the ORM i have searched around, I have always found two big problems: 1) To update or delete a set of records you must first bring it to memory. If you are inside a loop and have to do it n times, then you have to query this set n times as well. Would be nice if ORM could ...
|
| Am I allowed to distribute the CLR with my application | 21 Aug 2006 18:27 GMT | 3 |
My c# application that will be for sale very shortly depends on the customer having a CLR installed (anyone of the CLR's that I have mentioned in my setup project). I would like to include one of these CLR's in my setup project, is this
|
| Language Support!! | 21 Aug 2006 18:18 GMT | 1 |
How do u implement multiple languages support [English, Spanish, French, German etc..] for a web application in .net 2.0??
|
| a list of the most common CLR's out there | 21 Aug 2006 18:14 GMT | 3 |
I need a list of the most common CLR's out on the market today. I want to distribute my software which is compiled in VS2003 (c# code). In my setup project I list all the runtimes that I know of which my application will target.
|
| Can't access internet web services from windows app | 21 Aug 2006 18:13 GMT | 3 |
I cannot seem to get an answer to this problem. Hopefully somebody here can help. I am using .net 1.1 wit sp1 under windows xp pro. I can't access any web services on the internet from a windows
|
| How do I reference an assembly located in the GAC? | 21 Aug 2006 14:48 GMT | 2 |
I created my first shared assembly and installed it to the GAC using gacutil. Now, I have another assembly I want to reference the shared assembly. Adding the reference has me a bit stumped since I cannot select it from the assembly folder. How do I go about adding a
|
| System.Runtime.Remoting.Proxies | 21 Aug 2006 14:47 GMT | 2 |
i am getting an error in remoting proxies like the below : Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
|
| Stored procedures in dataset | 21 Aug 2006 11:15 GMT | 1 |
I don't know where to publish this question but hope this newsgroup is okey. I'm working in Visual Studio 2005 and are now creating a dataset file where I will do all the transactions with the database. I have a consumer table where I want to insert, update and delete consumers.
|
| How to get all Http Headers | 21 Aug 2006 09:30 GMT | 1 |
In my application i allow user to send mail. now for security perpose when any user send mail using application i want to store all the http headers of the user so that i can track the user, means from which IP mail was sent and other such information. so how i can get all the http
|
| Programming practices question | 21 Aug 2006 09:09 GMT | 4 |
I've got this question regarding programming and design practices. I'm designing Newsletter module for my WebApp and I'm greenhorn in programming. There's a stored procedure which adds a subscriber to a DB. It outputs
|
| Find the size of image | 21 Aug 2006 08:29 GMT | 1 |
I have added some image in aspx page like this <asp:image id="image1" runat="server" imageurl="C:/Images/Picture.jpg" Now i want to find the size of image .I also want the name of image.I have to take this from aspx page.So please help me
|
| read snmp using asp.net | 21 Aug 2006 06:45 GMT | 1 |
i m new in asp.net i m facing one problem tht i want to read snmp protocol to show on my webpage, i want to show route errors which we can find through snmp.so please help me how can i read snmp. it is urgent...
|
| Click Once and the .Net framework silly question | 20 Aug 2006 04:17 GMT | 2 |
When deploying an app using the 'Publish' feature of VS2005, does the destination web server need to have .Net framework 2.0 installed? Chris
|
| Catch bugs and generate logs | 19 Aug 2006 18:03 GMT | 3 |
Does anybody know of any tool or .net components that can trap errors in .net applications and send error reports. I found one for delphi : http://www.madshi.net/madExceptDescription.htm
|
| How to convert asp.net control to html markup/literalControl? | 19 Aug 2006 17:27 GMT | 1 |
I want to convert asp.net control into html markup or literal control, so that I can write them into a empty aspx page. Is there any way to do it? HtmlForm.InnerHtml doesn't support converting not literal control to html markup or string.
|