JakkyTchong's Q&A profile
Visual Basic configuring parameters in configuration wizard in vb.net?
Hi, I have a question regarding how to congure parameters in the configuration wizard instead of writing code in the code behind page in vb.net. I have configured and designed the dataadapter, theconnection, the dataset using the configuration wizards, just to avoid writing code. I have a combobox populated with some values. I need to select a value from it during run time. Now, I have to insert this selected value into an empty column in a di ...Show All
SQL Server [264] An attempt was made to send an email when no email session has been established
[264] An attempt was made to send an email when no email session has been established is the error I get when I try to send mail on the database. It is a SQL Server 2005 Standard edition. I have configured database mail and tested it and it works there, then I configured a database operator. then I just created a test job to notify the operator of the job completion, and the email fails. Any ideas Ryk Have y ...Show All
SQL Server to display image from local system
Hi, I am using a report server to run the reports. I have folder containing images in the local system where i run the http://RSServer/ReportServer to run the reports. i use a parameter to assign the path for the image to be displayed. i pass the value like this - file:c:/Labels/RGlogo.gif. but the reports looks for the image in the ReportServer Machine the above mentioned path instead of looking in the Local system..... how ...Show All
SQL Server Detect whether executiontime or designtime in custom component
In my custom component in the validate() method I want to determine whether this method is called during runtime or during designtime. I Can't find a property for this on PipelineComponent or ComponentMetaData. Is it possible Regards, Henk Ok, I lied I don't use variables in Validate, but I do in AcquireConnections, so still in a component, and that is called during design and execution times. if (Variable ...Show All
Windows Forms Desktop Sidebar using C#??
hi all, Can any one tell me how i can make desktop side bar..using Visual Studio.net 2005..Like the SideBar..Windows Vista..please Do any one have an idea about this issue..please help..using C#.. thanks very much.. Best Regards.. Hi Bassam The Vista sidebar does not support managed gadgets (.NET 2.0 or WinFX) today. If this is a feature you feel strongly about, please email gadgetfb@microsoft.com . Yo ...Show All
.NET Development What happened to ValidateAll() from VS 2005 Beta 1?
I used ValidateAll() function in Beta1 to cause each control in a usercontrol to raise Validate event. This function is no longer supported in Beta2 . I caused the same affect by calling this code foreach (Control con in this .Controls) { con.Select(); } Is there a better way to do that These are not working //SelectNextControl(this, true, true, true, true); //Invalidate(true); ...Show All
SQL Server How to Reuse functions in script tasks ?
Hello I have some common functions that i use in several script tasks. How du i store a function globaly so that i can use it from different projects and still only have to edit it one place I think one way is to create a dll of the function and import in each of your script tasks. To Import the dll into each of the script you need to place the dll into <root>\Windows\Microsoft .Net\Framework\<Late ...Show All
Visual C# Asyncronous socket could someone help me with this code
public void waitForData() { if (socClient_ != null) { try { if (pfnCallBack == null) { pfnCallBack = new AsyncCallback(onDataReceived); } CSocketPacket theSocPkt = new CSocketPacket(); theSocPkt.thisSocket = socClient_; // now start to listen for any data... m_asynResult = socClient_.BeginReceive(theSocPkt.dataBuffer, 0, theSocPkt ...Show All
Visual Studio Team System Email problems with SharePoint
I get two errors that I am pretty sure are related to the SharePoint configuration: 1. When adding users to a project site The user or users have been added successfully, but there was an error in sending the e-mail message. The server may not be set up correctly to send e-mail 2. When configuring Alerts This virtual server is not configured to send e-mail. When I go to the Sharepoint Central Administration I can see the fol ...Show All
Visual Studio Use another browser than Internet Explorer in Dcoument Explorer
Hello, Is it possible to configure Document Explorer so it will use the default browser instead of Internet Explorer Thanks! Hello, Sorry, this isn't possible, Dexplore hosts IE to view docs but can't host other browsers. However, if you're developing web applications, you can change which browser to view your page in during development by right-clicking an asp file and choosing the "Browse ...Show All
.NET Development timeout when using ftp over SSL
Using the example at http://msdn2.microsoft.com/en-us/library/system.net.ftpwebrequest.enablessl.aspx I am attempting to connect to an FTP server over SSL. I can change the EnableSSL flag to false and connect to a non-SSL server with no problem. But when I try to connect to my SSL server with the EnableSSL file set to true I get a timeout message when the GetResponse mothod is called. I did a trace of the connectio ...Show All
Windows Forms ClickOnce Fails to Install (DFSVC Problem?)
I have a clickonce application that is failing to install. When browsing to the publish.htm or even the MyApp.application file, nothing happens. Seriously. The page refreshes and then nothing. I've looked and it doesn't seem like DFSVC.exe is starting. This has been a problem since beta 2 for several of our machines. I've deleted the Apps folder, I've used mage.exe -cc, and I've made sure the old beta 2 was completely removed. Please help. This ...Show All
.NET Development Add Inherited Form using MC++
Hello, Can anyone give me an idea on how or if it is possible to have a base class that uses a winform then be able to extend this form in a child class I know that in C#, it is possible to Add Inherited Form to a project, but this does not seem possible with MC++. Thanks, George Hi, No, you don't have to recreate the controls of the base form. What I meant was, you cannot see the base class' controls ...Show All
SQL Server About SQL Mobile Server
I need to export(import) data from Pocket PC(SQL Mobile Server) to SQl Server 2005(central data storage) in real time, if anyone knows how it would be better and faster to do...Maybe someone have done something like this... Sorry for my English, I use it at first for last 6 years...))) What's "real time" in your case Also, since you have to have connection at all times for "real time" synchronization, why could not ...Show All
Visual C++ Add/Remove impossible...
VS 2005 Standard/WinXP Home SP2/Limited Account I recently upgraded a VC++/MFC 2003 project to VS 2005. It compiles fine. The problem I have is when I try to add an override (OnNotify) to an existing class using the property pane. I receive the following error: "Add/Remove operation is impossible, because the code element '(null)' is read only." Other overrides/classes in the project produce the same error, but other projects seem to work f ...Show All
