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

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

JulyBetaDoesntWork

Member List

_mirko
EvO99
annh
The Triggerman
Daenris
Carl Berger
steve_flavel
Mario Spanicciati
Luisgph
dpf
GjSonke
Timo van Noppen
rpk_isv
Mister_Vee
SunSet_SunRise
Telexer
Michael J. O.
Moustafa 3rafa
Juan Escalante
jasi
Only Title

JulyBetaDoesntWork's Q&A profile

  • .NET Development Sockets and Serialization

    Hi, I'm building a windows forms app that needs to connect to a server farm via the internet. Performance is of the essence. I'm thinking to use .NET remoting but I prefer sockets to avoid the complexity of remoting; the data I need to pass are small in size anyway. For larger data I'll use Web services. I know that sockets connection can pass array of bytes and not objects. Can I pass a serialized object from socket to socket There's any special consideration on doing this Any help will be appreciated. Thanks. ubercoder ubercoder wrote: I'm thinking to use .NET remoting but I ...Show All

  • SQL Server Page breaks after subreports

    I have a main report with several sub reports. The short sub reports in the details section of the main report display properly. I have 4 wide subreports in the footer of the 2nd grouping. These look great when I do the regular preview, but when I switch to page layout or export to pdf, these reports have a page break after each that has data. I have no page breaks set in the report at all. I've looked at the other threads on pagination and page breaks but nothing solved my current problem. The closest one is related to the widths, but I've verified my widths are within the limits. Any suggestions Thanks! Sarah Widths Main re ...Show All

  • SQL Server Unable to view imported dimensions in VS

    Hi all, I created an SSAS database with a few objects by AMO code and imported to Visual Studio for easy viewing.  I can view data source, data source views without any problem.  However, I get the following error for dimensions and cubes: Error loading 'DimName.dim' : Deserialization failed: The method or operation is not implemented.. C:\My Documents\...\'DimName.dim Actually I can browse these dimensions after processing them in Management Studio. Does anyone know how to fix this Thanks, hz Hi ! I'll investigate this problem and I'd like more information about it. The error happens for all dime ...Show All

  • Visual Studio Team System using TFS remotly

    Dear all, We want to use TFS or VSS over VPN connection to support geographically dispersed teams. I'v tested VSS 2005 with following configuration: Site A: 512Kpbs DSL Site B: 256Kpbs DSL Project Size: Around 10-15 files (total size just 500kb) but it disappointed me as its taking too much time to do checkin and checkout and even navigating the solution explorer is very slow. here r the stats Opening Project = 15 minutes File checkout of around(65kb) = 10 minutes Solution tree navigation = 1-2 minutes to navigate form 1 node to other No i wana try TFS, so plz tell me wat minimum bandwidth is required to run TFS remotly. The above pr ...Show All

  • Visual C++ massive compile time errors in stadrard header files

    I just installed Visual Studio 2005 Professional Edition Dec 2005 Disk 3070 DVD. It came with a subscription. It wiped out .NET Framework 2.0, previous betas of all sorts, etc. Now I am at a clean slate. I made a batch file with a command line which seems to work fine-- in the first approximation shall I say Here it is CL /nologo /W3 /Gm /EHsc /Zi /Od /D "WIN32" /D "FDEBUG" /D "_CONSOLE" /Tp%ProjDir%\SockeCPlt6.cpp /Fp"makingfile.pch /YX /Fo"Debug/" /Fd"Debug/" /c The environment is set up either by another batch file VARS32.BAT or by the Visual Studio which I Still use as an editor. I do compilation with the batch. I hoped to bypass majo ...Show All

  • .NET Development Convert Web services to COM+

    Hi Guys,  I have an exisiting web services, now i need to convert it into COM+, meaning this COM+ will expose the webservices. How to do that  Is there any work around for this Does anyone have the detailed steps to achieve this. Thank You regards... Please consider using the APIs in the System.EnterpriseServices namespace:     http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpconwritingservicedcomponents.asp Daniel Roth ...Show All

  • SQL Server Errors on Datasource.aspx page

    I have an installation of RS 2000 on a Win 2003 server. I've started getting an error whenever I access the Data Source pages using the Report Manager. The page loads OK. But I cannot make any changes. For example, if I try to change the "Connect Using" options from "Windows Integrated Secuirty" to "Credentials stored securely ...", the radio button shows the selection, but the required text boxes are not enabled, In the bottom left corener of the IE status bar, "Error on Page" flashes. The server log files and event logs show nothing regarding the error. This happens on all Data Source pages on this server. Any ideas ...Show All

  • Windows Forms DownloadFileAsync Question

    Hi, I am building a class using the WebClient.DownloadFileAsync method so that I may instantiate it several times and start multiple file downloads concurrently. I am trying to build a wrapper class so that all the user has to specify is the download URL and destination. I'd also like to update a progress bar on a WinForms application (one per file being downloaded). Therefore, I would like to know what is the best way to structure my class. Should I be using delegatres, raising events, or should I use the BackgroundWorker component to handle it. I am a little confused as my class would reside in a separate .DLL and would communicate wi ...Show All

  • Windows Forms New Article on Optimizing Localization

    A new article has been posted by Brian Pepin, one of the designer devs on the Windows Forms team.  It walks through the code used in the localizaiton process and has a sample that will significantly reduce the size and load time of your localized Forms. Check it out at: <a href="http://windowsforms.net/articles/localizationfilter.aspx">http://windowsforms.net/articles/localization ...Show All

  • SQL Server Manipulating SQL server databases dynamically

    Hi friends, I have problem in sending my T-SQL statements, which i generate dynamically with the help of "user entered attributes", to SQl Server. I need my T-SQL statements to get passed to the SQl Server ,which i enter in a "Rich text Box " in my appication that i develop using Vc# .net 2005,when i click a button which i placed in my "winform".And the queries Should be executed exectly as it is, and i should get the output back in my Winform... But,Make sure that the queries are being obtained from a rich text box placed in the Winform... So, please assist me regarding thi ...Show All

  • Visual C++ datagridview refresh problem

    Was hoping someone could help with a refresh problem. I'm running a function to update the colours for the rows on the DataGridView in a tabbed pane based on some value from the dataSource of the DataGridView. However the DataGridView will not refresh the first time round. If I move to another tabbed pane and come back then the DataGridView is properly refreshed. What I think the problem might be is that the dataGridView has a few eventhandlers when a user changes the values. So what I did was to call the EndEdit before I refreshed, which didn't work. I've even refreshed the parent of the DataGridView which didn't work as we ...Show All

  • Windows Forms Unable to update an assembly which is in GAC

    Hi, In the beginning of my development of an application, I've registered one of my assemblies to the GAC, say Assembly1. Initially tested it by consuming it in Assembly2, everything was fine. Later I made changes to the Assembly1(without uninstalling from GAC) and re-built it many times during my development process. During these builds I didnt accessed it from  ...Show All

  • Visual Studio Team System Unable to Install Team Explorer on Visual studio team suite beta - 2 version

    Hi TFS users, I have couple of queries on TFS installation and usage !! 1. Can we install Team foundation Server on Windows XP with Service pack 2 installed I know the client can be installed on Windows XP, but i have specific reasons for installing TFS too on windows XP!! If yes, does the installation steps hold same as installation on windows server 2003 2. Can we integrate clearcase with TFS Please let me know if any one knows the related links (I know there is lot of information in the msdn blogs..but i couldn't find exact answers to above queries.) Regards Ravikanth Hi Martin, Thanks ...Show All

  • Windows Forms DefaultCellStyle.Format for an unbound row doesn't work.

    I add a DataGridView to a form and use the IDE to set the DefaultCellStyle.Format for one of the columns to "C2".  When I run the form, I can enter any value of any type and nothing gets formatted or validated. I tried setting the value in the form's constructor as well, but the results are the same.  Why doesn't this work     I finally realized that there is problem with ValueType property. I've set it to DateTime and when I checked it it was string :-(, so creating custom columd that exposes this property to design time doesn't work. The only solution I've found was creating c ...Show All

  • Windows Forms Custom Paint of DataGridView column headers

    Hi. How can I extends the drawing of the column headers of the DataGridView for instance, to create a GradientBrush on the background. I've found the DataGridViewColumnHeaderCell and I'm guessing it is the key, both how to use it on the grid You can handle the CellPainting event and for the RowIndex of -1 the paint event relates to the ColumnHeader cell. You can also derive a new class from DataGridViewColumnHeaderCell and override the Paint method. If you create your own class, then you can either a) set the column's HeaderCell property to an instance of your custom header class (you'll might want to copy so ...Show All

©2008 Software Development Network