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

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

Hollispj

Member List

smk_k
TinSoldier
Mongsreturn
David Graton
fgarzonhz
Mark A. Richman
GameOver_1
Carver42
manasi
NewbieDude
Paarul
Vicam
vitich
Andre's
Sam Vella
Cellchuk
ceebee
Binu Jeesman
seco
Roger Jennings
Only Title

Hollispj's Q&A profile

  • Visual C++ error C2144: syntax error : 'int' should be preceded by ')'

    Sorry to bother with simple error, but i really can't find "int" in the code -_- below is part of the code and the line that's giving all the syntax errors is highlighted in red. Hope someone can help me, thx! I've already changed the compiler option to use /clr::oldsyntax too. template < class _Container> class string_append_iterator { protected : _Container* container; public : typedef _Container container_type; typedef void value_type; typedef void difference_type; typedef void pointer; typedef void reference; explicit string_append_iterator(_Container& __x) : container(&__x) {} string_append_iterator<_Container>& operator =( const ty ...Show All

  • Visual C++ Compiler Error C2838 explain??

    somebody please explain -- msdn help - Compiler Error C2838 Error Message 'member' : illegal qualified name in member declaration A class, structure, or union uses a fully qualified name to redeclare a member of another class, structure, or union. The following sample generates C2838: Copy Code // C2838.cpp // compile with: /c class Bellini { public: void Norma(); }; class Bottesini { Bellini::Norma(); // C2838 }; What exactly do you want to be explained It is invalid C++ code. What are you trying to do with this code, maybe we can suggest something else ...Show All

  • Visual Basic Changing connection string at run time??? :(

    I have got two connection strings in my application which I am creating in VB.NET 2005, one whose database is installed with my application so i can keep the connection string and other which is already there with the user. I want the connection string of the other database which i am taking from the customer to be installed in the registry which is fine, the string value is stored in the registry from the customer input. Now how do i get that string as the current connection string as systems.settings.connectionstring is read only Is there any ways this can be done because I am working on this project and it needs to be done somehow   japt wrote: the existing connection string Existing....existing as in DB conne ...Show All

  • Visual Studio Team System Browsing for server path

    Hi, Is there a way to programmatically display the source-control "browse for folder" dialog using the API I need to let the user select a server path in my application. Thank You, Shay ...Show All

  • SQL Server ALTER INDEX ALL ON X1 REBUILD ONLINE = ON --Error Msg 2725, Level 16, State 2, Line

    Hi, I migrated 90 GB db from sql2000 to sql 2005 using backup ,restore Trying to benefit from REBUILD INDEX ONLINE = ON, in same cases I get error ALTER INDEX ALL ON dbo.Query_Master REBUILD WITH (FILLFACTOR = 80, SORT_IN_TEMPDB = ON,ONLINE = OFF , STATISTICS_NORECOMPUTE = OFF) Msg 2725, Level 16, State 2, Line 1 Online index operation cannot be performed for index 'PK_Query_Master' because the index contains column 'Commentf' of data type text, ntext, image, varchar(max), nvarchar(max), varbinary(max) or xml. For non-clustered index the column could be an include column of the index, for clustered index it could be any column of the table. In case of drop_existing the column could be part of new or old index. The operat ...Show All

  • SQL Server default values in SQL Server 2005

    I'm running the September CTP of SQL Server 2005 and I noticed that the way default values are scripted and displayed in the tools has changed. In SQL Server 2000, if I create a table with an INT field with a default value of 0, it gets scripted as FIELDNAME INT DEFAULT (0) Enterprise Manager also shows (0). If you type in 0 for the default (no parentheses) and save, it converts it to (0) in the UI, and it will be scripted with one set of parentheses. In SQL Server 2005 it seems to add an additional set of parentheses. Hence, if you type in 0 for the default in Management Studio, it changes it to ((0)) Furthermore, if you script the table you get FIELDNAME INT DEFAULT ((0)) Is this change intended I couldnt find any references in BOL. ...Show All

  • Visual Studio 2008 (Pre-release) Performance degrade due to ScrollViewer ??

    Hi, I am using the following list box code in a data template: < ListBox Margin = " 4 " MaxHeight = " 155 " Grid.IsSharedSizeScope = " True " ItemsSource = " {Binding Path=MyList} " ItemTemplate = " {StaticResource MyItemTemplate} " > < ListBox.Template > < ControlTemplate TargetType = " {x:Type ListBox} " > < ScrollViewer HorizontalScrollBarVisibility = " Disabled " CanContentScroll = " False " > < StackPanel IsItemsHost = " True " Margin = " 0,0,3,0 " /></ ScrollViewer > </ ControlTemplate > </ ListBox.Template > </ ListBox > Data binding takes 10-15 seconds with the scro ...Show All

  • Windows Forms is there any way to scan a windows form for controls and objects ?

    Hi All, Is there any way or application which scans a windows form (or even multiple forms at a time) and gives you the controls and objects prosent in the form. The similar app is available in PowerBuilder... Any help is greatly appreciated. Vivek Natani Yes, well that is going to be a separate application which will take any application (obviously a windows form .Net application) as input, find out how many forms available. User will select the forms, and the application will scan them and give the controls details on the each selected form. Vivek ...Show All

  • Visual Studio Express Editions "Create your first application" doesn't run

    I have downloaded and installed Visual C# Express Edition, and clicked on the Create your First Application link in the Getting Started section of the Start Page. I followed the instructions on the page that came up: (ms-help://MS.VSExpressCC.v80/MS.NETFramework.v20.en/dv_csexpresscon/html/f6d56233-5c33-44aa-8002-f0373943eb9c.htm) The instructions state that after I type the correct code and press F5, a window should come up saying Hello, World!. The whole Visual Studio window just flashes briefly and no window appears. Any hints why it doesn't work I should hope that the first tutorial would just work, but... Thanks, Matt Hi, Matt What kind of project did you do with If it is a conso ...Show All

  • Visual Studio bug in mscorlib? FileNotFoundException in preview and print

    Hi, I am experiencing a problem when I print a report from the ReportViewer. I'm using Visual Studio 2005 and the stock ReportViewer class. A PathTooLongException is thrown at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck). There's only one call on the stack trace (System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)). Seems like the ReportViewer is making a ReportPageTempFile in IsolatedStorage and the generated path/file name is too long. Seeing that my user name on this machine is only 12 chars long, I'm surprised that this error isn't prolifically posted on the net. Here's the path: C:\Documents and Settings\02xxxxxxxx22\Local Settings\Application Data\IsolatedStorage\rdjyjc4g.wxo\o3btnuyq.1sq\ StrongName. ...Show All

  • Visual Studio Tools for Office VSTO add in for Outlook

    Hi there, From your professional experience is it possible to create Add-in using Visual Studio Tools for Office which will automate following manual actions: attachment of the excel file with the unique name (eg excel file starting with MLC word) and sending it to multiple number of email address that have unique company field (eg MLC1, MLC2,) While sending an excel file to a bulk email is pretty straightforward I have encountered a lot of difficulties in finding the code solution for MOutlook add. It is all about mapping the right excel file with the coresponding recipient, but not one article could be found on this topic. Both lists are stored at SharePoint and one idea is to use VSTO to someh ...Show All

  • .NET Development Global Caching

    I've a windows application which connect to SQL server every second and gets data. Many user uses this application and it put lots of stress on the SQL server. So I would like to use Caching for this. What I like to do is, run an application which connect to SQL server, fills a dataset and caching it, another application that all other users use and get the data from the cache already created by the other appln and not from SQL server. Is it possible with Visual Studio 2005. Please let me know how with example Thanks, Antony Yes you can, I've done this with a windows app recently. My win app connects to a service that runs on the application server. The service contains my DAL code and handles al ...Show All

  • Internet Explorer Development Looking for tool to show RESULTS of document.write statements

    I'm looking for a client-side debugging tool that will show me the OUTPUT of the scripts in an HTML page, rather than just the source as in "View Source". I am particularly interested in seeing the output of document.write statements. I know that I once used a very handy tool of this sort, but can't remember what it was called. Thanks! -Doug ...Show All

  • SQL Server New to SSIS, where to research how to normalize and re-key tables and lookups?

    I am just getting started studying SSIS with Kirk Haselden's "Integration Services" book. The problem I am trying to solve would seem easy enough to solve in code, but I am still early in the book and would like to be able to focus on the aspects of SSIS that would help me expedite this with SSIS, or to find out early whether what I need to do cannot be easily done. The problem itself is simple enough: I have a database of roughly 100 tables. Ignoring the poor normalization in the database for the moment, my more pressing problem is that that I need to rekey all of the main OLTP tables from a mashup of different key schemes to UNIQUEIDENTIFIERS. For example, Client table is presenrly keyed on an INT, Client Number. ClientFile ...Show All

  • SQL Server ---Problem of realization replication through WEB---

    Hello There is a following mistake at replication through WEB A security error occurred I try to go through IE which user has specified in the master of creation of the subscriber, in a diagnostic mode https://Servak/Replication/replisapi.dll diag And all works, all certificates fulfil correctly who did not collide{face} in what business WHERE TO DIG YES, I do{make} inquiry about receptions of the certificate from a computer repl, on a computer repl it is established IIS I sign the made inquiry in the center of certification and I transfer{pass} on repl signed by the center of certification the certificate and the root certificate cent of certification, I install in IE the root cer ...Show All

©2008 Software Development Network