Software Development Network Logo
  • Visual Basic
  • VS Team System
  • .NET Development
  • Game Technologies
  • Windows Forms
  • SQL Server
  • Visual C#
  • Visual C++
  • SharePoint Products
  • Windows Vista
  • Visual FoxPro
  • IE Development
  • Microsoft ISV
  • Audio and Video
  • Visual Studio

Software Development Network >> laiseng's Q&A profile

laiseng

Member List

Poolius
ykgreene
publicENEMY
guilhermecvm94558
Peoplestick
Jamie Thomson
tr123
GTH
fode
Haicheng
Leon Bouquiet
blabus
F.Costa
JD04
D--
comspy
My Vizai
Michael Roper
laue
Alan S
Only Title

laiseng's Q&A profile

  • Visual Basic IDE says OK but compilation fails

    I am developing a web site/system using VS2005, ASP.NET and VB.NET. Suddenly I ran into a problem where I cannot build my site any more. The message is: ..path../UserOwner.aspx.vb(1278,0): error BC30451: Name 'a3333' is not declared. BUT the (in this case) label a3333 is declared. When I edit the behind code there is also no "bubble lines" telling me there is a problem. But as soon as I hit Run - I get this message in this code. It look's like I have hit a "limit" as all objects created "before" in this page works perfect, but all objects "after" fails in the compilation. This happens around the 180th object on this page. If I as example drop a new button object on the page - set's the ID ...Show All

  • Visual Studio Tools for Office Serious problem with permission/security while creating setup/installer file

    Hi All, Actually I have created one VSTO project at my local. For BusinessLogic & DataAccess Layer I have used some external Dlls into this project. Now I have to create setup/installer file of this project & deploy it to client machine. I have done following things to make it possible: 1. Firstly I have added strong name to all the external dlls that I am using here. 2. After that I have followed all the steps as shown into the link provided for deployment. 3. At the end, I been able to create setop/installer file successfully by compiling the setup project with all other necesssary requirements needed. Now I wanted to check is the installer working or not. So I have instaled the setup file created & followe ...Show All

  • SQL Server How to define a Left Outer Join in report using ReportModel as DataSource

    Dear ppl, I got a Report Model Project, in which i have created a model of my Database and deployed it on the server... Then I have a Report Server project for my reports. The reports are using Report Model as the DataSource... Now in the Report Designer, inside a report, when I define query for Dataset using Report Model , I can't find a way to write a left Outer Join query... It always performs Inner Joins... was wondering ether Report model supports Outer Joins ... I might achive this using two different datasets but then i'll end up using two data regions e.g. 2 tables, but i don't want to do that... instead I want all of my data to appear in a single table which can reference to single dataset. Is there a way to define ...Show All

  • SQL Server Which DB should I use for a PocketPC app?

    I'm planning a Pocket PC / Windows Mobile application, but I'm a bit confused on which mobile database I should start development with. I've read about SQL CE, SQL Everywhere, and SQL Mobile. Should I be using SQL Server CE 3.1 for my Pocket PC application The database will be preloaded with data at design time with read-only information, and will be a "private" installation for a single user application. My main concern is that the solution can be installed on PPC 2002, 2003 and Mobile 2005. Am I on the right track Thanks, Jordan SQL Server Everywhere Edition was renamed to be SQL Server Compact Edition, which to the best of my knowledge is the successor to SQL Server Mobile. Rega ...Show All

  • Windows Forms Datagrid bug?: VerticalSbar don't appear if i load a binding source with a thread at runtime...

    i have binded a datagrid to bindigsource, after i fill a bindingsource with a thread. (using standard method) in debug mode the vertical scroll bar appear and work fine, but when i compile to exe and lunch it... the datagrid don't show the vertical scroll bar... why ty :) the binding was made when i drop the datagrid on form by data source window. when i call the trhead the binding link to datagrid altready exixst. After, if i'm in debug mode it work fine, if i complie it to exe don't work. if i set the bindingsource on datatagrid after thread end, don't work. what i do ...Show All

  • Windows Forms Why Method gets called twice????

    I have a value that i set when my form is closing but after the form is close the method that instantiated my form is called again and therefore resetting my values back to the default....any help with this issue   this method call for my form.....and this is also the method that gets called after i close the form which reset's my values back to defaults if (lblVendorName.Text == "Vendor" ) { Tracking.UI.MainWindows. VendorOrderLegDetailsForm .DisplayVendorDetails( this .FindForm(), (Tracking.BusinessObjects. VendorOrderLegDetail )_OrderLegDetail); }     this is the method that actually shows the form and handels the event for closing the form after the last line executes it calls the itself again ...Show All

  • SQL Server Request for the permission of type System.Net.Mail.SmtpPermission

    Hi all I have some problems with sending Mail over System.Net.Mail ... I have made a C# Class which sends mail, and it works fine. Now I have added this assembly to SQL Server 2005, I made the SQL function and so on. When I try to run it I get the following message: Msg 50000, Level 16, State 1, Procedure SendMail, Line 114 Request for the permission of type 'System.Net.Mail.SmtpPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. Would be very very happy for any comments !! Thanks and best regards Frank Uray Hi, how did you register the assembly in SQL Server (which security settings / safe/unsafe/external Access HTH, Jens K. Suessmeyer. --- http://www. ...Show All

  • .NET Development Which event id should I choose in TraceSource.TraceEvent()?

    I am confused by event id param in TraceSource.TraceEvent() method. Which event id should I choose From the event view, it seems that event id is related with event type and application from which the event emits. ...Show All

  • Visual C++ Problem with char *

    How can I copy 2 char * in a third one, so it seems like this char *one = "This"; char *two = "is a text."; char *three = ... And it has to be native C++. It doesn't seem to work. I've tested it with the following code: char test1[80] = "first"; strcpy(test1, "test."); strcat(test1, " And with strcat"); printf("First text: %s \n", test1); system("pause"); char *test2 = "second"; strcpy(test2, "test"); strcat(test2, " And with strcat"); printf("Second text: %s \n", test2); system("pause"); And with the test1[80] it works, but with the char* it causes the program ...Show All

  • SQL Server Connection manager validation within UI

    Hi all, I need to validate a custom connection manager within its custom user interface, like the FlatFileConnectionManager does it, by showing errors and warnings at the bottom of the window. How can I do that since SSIS provides only a ConnectionManager object with the IDtsConnectionManagerUI::Initialize method, and this object doesn't contain any Validate method Note that for a custom data flow component, SSIS provides a ComponentMetaData object which supports a Validate method. Thanks. Pascal I can't call the Validate method of my custom connection manager because SSIS doesn't give me my object but a ConnectionManager which is not a ConnectionManagerBase type... ...Show All

  • Visual Studio Tools for Office VSTO SE + Office 2003 + VS 2005 Pro

    This is more of a Getting Started type of question. For some reason, I'm not finding any kind of basic tutorial that covers building an Add-In using VSTO SE (Beta) + Office 2003 Pro + Visual Studio 2005 Pro. The document that comes with VSTO SE Beta describes how to build a Ribbon, Custom Task Pane and a Custom Form Regin but all for Office 2007 components. I'd like to build an Excel 2003 add-in (or whatever) that displays a button to my end-user. Once the button is clicked I'll grab some data from the current/active worksheet, send the data to a web service and then take the results of the web service call and poke it back into the current worksheet. I've been able to do this in old school VBA (plus the now unsupported SOAP Toolkit) b ...Show All

  • Visual C# SI Abbreviation Significant Number String Formating on Decimal Resolution

    Hi all, Let say I have a string formed from a double value. After a converting function to display desired quantity of significant number with SI Abbreviation. e.g. The original value is a double (12345.678). [1 significant number] : 300 m (string) [2 significant number] : 310 m (string) [3 significant number] : 312 m (string) [4 significant number] : 312.3 m (string) The problem here is that I must do the decimal resolution placing on the string only after which I get out of conversion process. The hard part is that the SI Abbreviation is attached on the output string after the significant number conversion function. I do not have access to modify the significant number conversion function. So, I must carry on modifying the output string ...Show All

  • Visual C# Method Description

    Hi i was wondering how to create a method on my class so when u call it u can see a brief description of what that method do. for example when u call System.Console.WriteLine u can see that it say "Writes the representation of the array objects........................" and after that also say what expcetions could be thrown by calling this method,, and i was wondering how to add this description and alos how to add the exception list.. i allready tried the System.ComponentModel.Description and put it right before the method, but no results.. mig16 it still dont work, i tried to otput the class project and also the test project and still dont work, any ideas mig16 ...Show All

  • Visual Studio Express Editions Serial Port, Data Received does not work

    Hello there... For my diploma thesis I am developing a program that controls a measuring instrument via rs232. I am quite new in VB and programming but I am trying hard:) I was quite successfull in writing on the rs232 port, reading i working, too. My problem is the data_receved handle. this code works: Public Function Read() sRead = SerialPort.ReadByte() sRead = SerialPort.ReadExisting LB_Kom.Items.Add("RX: " + sRead) End Function But, I have to initiate this function manually. Ths is not exactly what my program should do, it should run automaticlly:) Thus I tried this: Public Sub SerialPort1_DataReceived(ByVal sender As Object, ByVal e As System.IO.Ports.SerialDataReceivedEventArgs) Handles SerialPort1.DataRece ...Show All

  • SQL Server Sampling data set via Integration Services data flow for data mining models without saving training and test data set?

    Hi, all here, Thank you very much for your kind attention. I am wondering if it is possible to use SSIS to sample data set to training set and test set directly to my data mining models without saving them somewhere as occupying too much space Really need guidance for that. Thank you very much in advance for any help. With best regards, Yours sincerely, Hi, Darren, Thank you very much for your very helpful guidance. So it means that If I want to feed data into my mining models for different mining structures, I will have to create different data flows for that goal Thank you very much in advance for your further guidance and advices. With best regards, Yours sincerely, ...Show All

©2008 Software Development Network