Software Development Network Logo
  • VS Team System
  • .NET Development
  • SQL Server
  • Windows Forms
  • Visual J#
  • Microsoft ISV
  • Visual Studio
  • Game Technologies
  • Architecture
  • Visual C++
  • VS Express Editions
  • Smart Device
  • Visual Basic
  • Windows Vista
  • Visual C#

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

vefan

Member List

Wardster
JosBoy
CamelbackCinema
harlequinben
Beh99
dDude
Anton Doos
hwiz
ChrisWade
Helenyeap
Cetin Basoz
winfred
MetaDjinn
Michael Donoghue
Lars-Inge
ewren
s_a_p_k_o_t_a
Keith Farmer
gdfgdf
Jeramy
Only Title

vefan's Q&A profile

  • Visual C# No. 117 on board

      Filiberto Selvas MSFT wrote: Yes; noticed that issue earlier today but thanks for pointing it out. We will soon have a forum for issues with the forums platform. Congratulations...!!! Great idea. Javier Luna http://guydotnetxmlwebservices.blogspot.com/ ...Show All

  • Visual Studio Crystal reports XI R2 and Visual Studio 2005 issues

    Has anyone got this error after updating (fresh install) to Crystal Reports XI R2 with reports in Visual Studio 2005 I am posting here because I am not sure if it is a Crystal reports XI R2 bug or a Visual Studios 2005 problem. I thought it might be that my programming was wrong so I tried the samples that come with R2. If anything these should work since the people who developed the software wrote the examples. Even the examples gave me these same errors. Custom Tool is CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator I have these refernces: CrystalDecisions.CrystalReports.Engine - v2.0.50526 CrystalDecisions.Enterpris ...Show All

  • Software Development for Windows Vista Add Activities in transaction Scope

    using Version -beat2 how to throw an error In transaction Scope based on "code If Statement" . like if (!CommitTransaction) { xxxxxxx } I Added throw Activity dynamically in above if statement. is this approach correct and in Compensation i wanted to remove that throw Activity -but i am unable to do it. Dynamic update is not meant to be used to * implement * a business model, it’s designed to be used to * change * a business model. It seems to me that throwing an error when the transaction is not committed is part of your business model, not a change to an existing model. ...Show All

  • .NET Development C2440 Error with SSPI

    I have project dependent on "SSPI.h". However, during the conversion to the .NET 2.0 Framework, when I try to complie "SSPI.h", I get the following error. error C2440: '=' : cannot convert from '__const_Char_ptr' to 'wchar_t __pin *'  Following is the piece of code which gives error: wchar_t __pin * pwszServerPrincipalName = NULL; if ((credential->SecurityPackage == Credential::Package::Kerberos) || (credential->SecurityPackage == Credential::Package::Negotiate)) pwszServerPrincipalName = PtrToStringChars(serverPrincipalName); I tried out by changing Project properties->C/C++->Language->Treat wchar_ ...Show All

  • SQL Server Persisting Bookmarks

    Is it possible to persist bookmarks aka what is the intended lifetime/scope of workbench bookmarks This question stems from a chapter I am writing on sql tools. I have used the bookmark feature in the past and upon testing it I see that you can assign bookmarks to any editor and then save/close the file. Later on (so long as you have the same bookmark window open with the bookmarks set) you can reopen the file and the bookmark appears. What I am trying to explain is how do your persist a bookmark beyond the setting in the bookmarks window I want to store a bookmark with a sql/mdx etc file and not have to rely on it being set in the ID ...Show All

  • Smart Device Development How do i Change other language emulator Image with VS2005

    Dear all I used other language emulator image that is ok for VS2003,but  with VS2005 is fail . Do someone know how to solve that ! > These images are compatible with Visual Studio 2005. Does that mean that they are not compatible with the standalone emulator preview ...Show All

  • Microsoft ISV Community Center Forums Transfering data from a textbox in one file to a textbox in another file

    Hello, I need to be able to transfer text data from an ActiveX control (a textbox) in one file to an ActiveX control in another file. Currently, I can move the textbox data to the spreadsheet in VBA as follows: Range("k5").Value = TextBox1.Value and then I tie the TextBox LinkedCell property in the secondary file to the cell in the primary file: '[primaryfile.xls]'Worksheet1'!$K$5 I would like to be able to do this in one step in VB with code such as workbooks("book3").Sheets("sheet1").textbox1.text = sheets("sheet4").textbox1.text but I get the following error: Run-time error '438' ...Show All

  • Visual Studio 2008 (Pre-release) IconBitmapDecoder can't read irregular icon sizes

    Not a very critical problem but the System.Windows.Media.Imaging.IconBitmapDecoder class seems to read icons that have irregular sizes (e.g. 12x12) incorrectly, offsetting pixels in the bitmap. Seems to only read square icons with power-of-2 dimensions (e.g. 16x16, 32x32), etc. Would you mind sharing some of these icons with us Please zip them and email to robertwl_AT_microsoft_DOT_com. ...Show All

  • Visual Basic .Net certification

    Do you know any web site for .net or SQL server certification practice. I m beginner and I have no idea how they look like. Also if any web site to prepare for them I appreciate your help. (sorry I didn t know where to put my question) There are tons of web sites out there. For eLearning and practice exams, try www.selftestsoftware.com . If you just want the paper and not the knowledge, try www.testking.com . ...Show All

  • Windows Forms Restrict datagrid for only one new row?

    Hi, Any suggestion to restrict the datagrid to allow only one new row at a time  i mean doesn't allow a new row when the old one is not saved. Thanks I added a rowChanged handler and save the row as soon as left if changed. But still sometimes could open more than one new row in datagrid , i just wana visually limit&nbs ...Show All

  • Visual Basic Not member of .....

    I bought Build A Program Now: Visual Basic 2005 and I am currently working on the weather tracker project. I got up to putting the code in. I put in: Private Sub notifyWeather_MouseDoubleClick( ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles notifyWeather.MouseDoubleClick Me .Restore() End Sub and it gives me an error: Error 1 'Restore' is not a member of 'Weather_Tracker.Main'. How do I fix this error Where did you get Me.Restore() from Is it in the book What do you expect it to do Restore is not a function offered by the Form class, which is where I expe ...Show All

  • SQL Server Export Wizard generates errors

    I am trying to export data from my local server to the hosting server. However I get errors when executing it:   Validating (Error) Messages Error 0xc0202049: Data Flow Task: Failure inserting into the read-only column "ID". (SQL Server Import and Export Wizard) Error 0xc0202045: Data Flow Task: Column metadata validation failed. (SQL Server Import and Export Wizard) Error 0xc004706b: Data Flow Task: "component "Destination 7 - Batches" (497)" failed validation and returned validation status "VS_ISBROKEN". (SQL Server Import and Export Wizard) Error 0xc004700c: Data Flow Task: One or more component failed ...Show All

  • Visual Studio Express Editions Problem still not solved:(

    i have tried multiple times to install MSVC++ express and every time i get the error: i have tried installing using the one were it downloads it from the internet as it installs and the iso one and it gives the same error.  I even tried to make the folder during the install for it but even that gives me an error. i even tried installing in a different location but that didnt help any either. {edit} actually it doesnt let me make a folder named "sys" anywere with any program.... now im lost Yeah, I also have this problem.. can anybody please find the answer quick i did noticed ...Show All

  • SQL Server Consume HTTP EndPoint

    Hello, I have problems consuming webservice, I was following this page. http://codebetter.com/blogs/raymond.lewallen/archive/2005/06/23/65089.aspx but in the intelisense the method returns an array of objects[], So I have a problem with this line. localhost. GetEmployees sd = new localhost. GetEmployees (); sd.Credentials = System.Net. CredentialCache .DefaultCredentials; DataSet ds = ( DataSet )(sd.EmployeeList());------> IT CANT CONVERT. GridView1.DataSource = ds.Tables[0]; GridView1.DataBind(); Error 1 Cannot convert type 'object[]' to 'System.Data.DataSet' c:\inetpub\wwwroot\atlas1\Default. ...Show All

  • System Center Simulation Run Time

    I have a question on the simulation itself. What is the time frame that the simulation represents Is it a certain number of days, weeks, months Cheers Dave Dave Colbeck wrote: I have a question on the simulation itself. What is the time frame that the simulation represents Is it a certain number of days, weeks, months Cheers Dave The simulation process does not represent any specific period of the real time. It reproduces the system response corresponding to the steady-state workload that is specified in the usage profiles. If, say, the usage profile defines the workload as 10 messages per minute per user o ...Show All

©2008 Software Development Network