ArnoByLte's Q&A profile
.NET Development Does anyone know how to confirm if an email was sent successfully?
I’m using the new System.Net.Mail.MailMessage to send emails and will like to have a way to confirm if sent ok. (I have no problems sending, I just need the confirmation only) Which function or method to use Can anyone post a snippet for this Thanks all Oh, forgot to mention I'm using VS2005 8.0.50727.42 (RTM.050727-4200) .NET Framework 2.0.50727 Thanks, Scott<- ...Show All
Visual Studio Team System Team Build Sharepoint
What's the best way to publish build results to the sharepoint team site I see a menuitem called BuildProcess but how can i do somehting with this You cannot published directly to the share point - you must publish from the client into TFS. You can then use the reporting technologies & dashboard items to display those results in a sharepoint portal for instant progress/test information for your team proj ...Show All
SQL Server Convert numbers to Month Name
I have a stupid field in my database that doesn't hold a date but I have to use it to determine the month in my Chart in SSRS 2005. So for example, check this out: http://www.webfound.net/chart_months.jpg Ok, so how can I change those numbers to the Month Name I tried MonthName() around my field in the expression builder, but that's only for a datetime field. Write a UDF with input as int month and return it as varchar month. Use ...Show All
Windows Forms what is the difference between no-touch and click-once deployment?
what is the difference between no-touch and click-once deployment ...Show All
Visual Studio Tools for Office .net application with an excel interface
Hi, I am converting an Excel spreadsheet used by stock traders to a .net application. I want them to give ability to set up new worksheets in the application and perform other Excel operations such as writing expressions to display new values based on values in other cells. Users basically like to calculate and display new ratios based on market values, I want to give them the ability to calculate and display whatever ratios or information th ...Show All
Visual Basic accessibility.Iaccessible interface problem
Hi guys, I am trying to declare the iaccessible interface in the .net assembly accessibility in vb.net. The problem is I cannot declare the interface property "acchelptopic" as the first parameter is defined "as ref". Is there anyway to define the interface as I need to do this so that I can call the accessibleobjectfromwindow api Thanks in advance DC Are you trying to ...Show All
SQL Server Replication to IP addressed server
we have an outside company that replicates to us and we are known to them via an IP address. We get an error now...Sql Server 2005 now does not support a server Alias, IP address, or any other alternate name are not supports. Specify the actual Server Name I tried putting in the hosts file on their server 168.168.110.2 SQL2005 able to connect to our server through Studio Manager...no ...Show All
Visual Studio Using existing Enumerations
We got the great 'Domain Model Enumeration Designer' in the DSL tools to design new enums and use them as value properties of classes. But I have some value properties on my DSL elements on which I want to use an already existing enum type. Like for example the 'System.DayOfWeek' enum. There is some kind of mechanism for this for the simple types: you can point to a namespace and type in the name of the type. Is there something similar f ...Show All
Windows Forms Naming Container problem and Dynamically Creating user controls
Please help if someone can. Someone into Custom Controls can help here: 1 - I have a custom control to which i dynamically as many use controls as i want a - let suppose i have a custom control "MyCustomControl" b - I add 4 usercontrol instances into it which due to Naming container get uniqueIDs such as: UserCtrl_0 UserCtrl_1 &nb ...Show All
SQL Server Update statement
Hi All I am having sometrouble with a update statement. The table is about 60 columns, apart from the first one all are NULL. insert into customer (id,sitename) values (newid(),'TEST') The error message I am getting is: Server: Msg 8152, Level 16, State 6, Line 1 String or binary data would be truncated. The statement has been terminated. The column I am inserting into is nvarchar (50) so I am a bit stuck as I dont understand t ...Show All
Visual Basic Using sender as a case in Select Case Statement
When my form loads it adds some handles (using AddHandler ) to a sub ( showStatus ). What this sub does is checks which control activated the sub (using sender.Equals ) and displays text in the status label ( status ) accordingly. For this I use an If...Then statement for each possibility. There are many possibilities and my code get cluttered. Is there a way to do the same thing with a Select...Case statement. I tried: Select Case sende ...Show All
Visual Studio Team System Different result between Code analysis (c++) run from Build menu and /analyze in project settings
I get different result if I run code analysis (C++) set from the project settings as described in documentation On the Project menu, click Properties . The <project> Property Pages dialog box is displayed. Click Code Analysis . From the Enable Code Analysis for C/C++ drop-down list, select Yes (/analyze) and then click OK . In this case the project builds (no build errors) and generates a lot of code analysis warnings. I hav ...Show All
.NET Development uploading images onto an SQL database through ASP page
Laptop Spec: XP Pro Programming languages: ASP.NET, C#, SQL Server sorry again for consecutive posts, I'm new to all of this. I am trying to create an aspx page with a user interface that will allow me to insert an mp3 file onto my database. The code I have currently is: ------------------------------------------------------------------------------------------------------------------------------------------------- ...Show All
Visual Basic GDI+ Question - Copy drawn image
I've spent the last hour googling, searching this forum, and MSDN2 for what, I assumed, would be a simple process. I have a picturebox that I've drawn in (via the Paint event). I want to copy the information I've drawn on the picturebox (not the box's .Image property, which is nothing) to the windows clipboard. Short of resorting to the API and BitBlt how can I get what's drawn on the picturebox into the clipboard ...Show All
Visual Studio Team System Load Test performance problem
I have a coded web test that has 36 requests, 100 or so dependant requests (mostly cached), and 20 or so extractions. There are about 45 seconds of total think time on three requests. I am running this under a load test, growing from 50 to 500 users at 50 user steps. My problem is that at 200 or 250 users, my test client CPU jumps from 10% to about 70%, and the requests/sec drop from 1500 to about 100. I don't ...Show All
