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

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

suncream

Member List

IanHurrell
TomJones
matthew.devalle
Rani M
Aarkay
Brent Hunt
mank12
Gathar
AndyBrunton
ff pp
Medackel
The Masked Blit
Phil_
TheDOG
chooch
Jaygboy
NeilDholakia
The Blue Rage
Nico1947
Bhaskar Sarma
Only Title

suncream's Q&A profile

  • .NET Development ApplicationSettingsBase and Default Values

    I want to specify a default value for a property specified in my hand crafted class (based on ApplicationSettingsBase). The property returns a custom type for which the attribute DefaultSettingsValue does not apply. i.e. it is a list of custom objects. Something like: [ ApplicationScopedSetting ()] public IList < CarrierBase > InsuranceCarriers{ get { return ( IList < CarrierBase >) this [ "InsuranceCarriers" ]; } set { this [ "InsuranceCarriers" ] = value ; } } I could add some custom initialization in the constructor (which I'm not sure will work yet) or is there a more &qu ...Show All

  • SQL Server The Poor VB6 guy - database help

    I have a production applicaton today ran by 120 businesses across the nation. Today our application is a VB6 front end with an Access 2000 backend. The problem. Access 2000 is suffering from corruption every once in a while. our users are running 1-8 computer systems at a time on the access database. We want to move to something that will allow our users to run 10 computers simultaneously if needed. Question.. What do we do for a database since our app is still in VB6. SQL Express 2005 can only be networked from .net and cannot be networked from VB6. Should we use MSDE even though sql express is available I feel like i h ...Show All

  • Visual Studio Tools for Office Outlook localization problem after install

    I'm developing an add-in for Outlook 2003 in C# that uses localization (two languages: one default and one additional). The user can change the display language via a menu in the application form. Everything works perfectly in debug-mode and when the add-in is installed on a computer with Visual Studio and VSTO. However, when I install the add-in on a computer without Visual Studio and VSTO the change language-function stops working, i.e. only the default language is accessible. The language resource is placed in the install folder just at it should be, but for some reason the add-in can't access it. Does anyone have any idea wh ...Show All

  • Visual Studio _COMPlusExceptionCode = -532459699

    Hello everyone, I am writting a visual studio addinto generate xml files. when i am saving the projectitem, i am getting this exception: _COMPlusExceptionCode = -532459699 If anybody could help. Here is the code i have written: StreamWriter writer = File .CreateText(newname); writer.WriteLine( "< xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\" >" ); writer.WriteLine( "<Logic>" ); writer.WriteLine( String .Format( "\t<Context ID=\"{0}\" query=\"Default\">" , blclass.FullName)); writer.WriteLine( "\t</Co ...Show All

  • Windows Forms Keyboard Shortcuts from User Control

    I have added a .Net user control containing a DataViewGrid object to a native dialog using CWindowsFormControl. The grid performs correctly except that keyboard shorcuts defined for other buttons on the dialog do not work when the grid has focus. They work fine when some other object in the dialog has focus. Is this a bug with the DataGridView object Is there some work around ...Show All

  • Visual Studio Express Editions [VWD] Deleting a website

    It's really easy to create a new website.  But, how do I delete them, once I'm through playing with them   I can not find a delete/remove option anywhere.  I tried removing the files, but VWD just re-creates them again. -Larry Hi to anyone reading this. I babbled a bit above as I had spent a fraught 2 days trying to get VWD to operate as the blurb says it would. Then having created loads of dummy sites I like the users above found there was no way to delete them. I tried FelixFlores86 method and for me it partly worked - eventually once i realized I had to also delete the sites from IIS (I'm u ...Show All

  • Windows Forms Panels Vs User Controls

    Hi all I would like to know when should panels be used and when should usercontrols be used. Which will be more efficient Thanks and regards Madhu I was talking about VS 2003, sorry my mistake. In 2003 a UserControl is automaticly added to the toolbox, any other control isn't. ...Show All

  • Visual Studio Team System XML report doesnot show excluded and absent messages.

    Hi all, I have an FxCop project with certain active, excluded and absent messages but while I save the report, the excluded and absent messages are not saved in the XML. Only active message are saved. The option in project default for excluded and absent messages are checked still the report doesnot contain excluded and active messages. I want all the messages in the report. Please anybody help me in solving the problem.Thanks in advance. Although the Project default's show that excluded and absent messages are checked, can you check the actual Project's option (Project -> Options) Regards David ...Show All

  • Visual Studio Express Editions What books to get

    I have looked at the local book store for books on programming. There seems to be a selection of books on VB6 and also on VB.Net. Which would be a better choice for me to get in order to learn the Express edition Any major differences I should know about when reading one of those that I need to keep in mind when I'm applying it to VB Express Thanks! Whatever book(s) you get, get those that cover VB2005. The other versions, won't help you with VB2005. There are a lot of new books for VB2005 and even some that include a copy of VB2005 Express Edition. I haven't used but one book on VB2005 and that was Introdu ...Show All

  • .NET Development .NET COM and Remoting

    Hi. I handle a serious problem with remote connection from my Agent( writen on c#) module that is actually registerd as COM object and loaded by Executable that writen on C++, .NET Agent and Executable reside in different folders. I receive following Exception from my remote server: "Return argument has an Invalid type". Module Detailed explanation: 1) HostClient.exe - Executable for My .NET COM Agent(MyAgent.dll) . Simple c++ aplication that call CoCreate() method. Location: HostClient.exe is only one module in "c:\" directory. 2) MyAgent.dll - this module performe remote connection to my server application. .NET C# a ...Show All

  • Windows Forms Can ClickOnce deploy web application?

    Can ClickOnce deploy web application   If not, should I pack my web service application in window installer package and make it a prerequisite in ClickOnce Thanks ClickOnce is for windows app deployment only and you cant deploy a web service with that. Making it as a prerequisite will definitely work. ...Show All

  • Visual C# Project Creation failed error

    Hi, just installed Visual C# Express Beta2 on my machine Win XP SP2 and all seemed ok. IDE starts up ok, but when I try to create any type of project I get Project creation failed and nothing I have rebooted the machine several times but no luck Is this a permissions thing or something else Thanks in advance I had and still have VC++ Express Beta2 and Visual Web Developer Express Beta2  installed, but as SQL Express always failed to install I read the instructions to manually remove references to .Net 2.0, sorry I didn't know this tool existed then. I just ran this program after uninstalling all ...Show All

  • Visual C# datagridview / cells and rows

    hi, i need help, how can i get the value from a particular dgvcell if i'll select the entire dgvrow and how to auto-select a row oh yeah. . . if your grid is bound to a binding source which is inturn bound to an IList, at any given time, BindingSource.Position will return the index of the currently selected item in your IList BindingSource.Current gives the actual selected item though you will have to cast it to the particular item. if your ilist is a Dataable, you will need to cast it to a DataTableRow ...Show All

  • SQL Server date distribution

    Hi I have a table with 3 columns - start date, end date and volumes if the month in the start date is same as that of end date, the volume remains same, else if the months in the two dates are different, then i have to distribute the volume in such a way that some part will go in the first month and the rest in the other month.. i have to somehow calculate (or prorate) the volume according to the no of days in each month for ex start date end date volume month finalVolume 1/1/2000 12/1/2000 100 jan 100 12/10/2000 30/11/2000 120 oct nov Please help me Are you trying to do this with a query or using a VS l ...Show All

  • Visual Studio Deploy in Production

    Hi, I have created a small .net application which uses Crystal Reports(bundled Version).I have everything working on the development server.I have a webset up project & my .net project in a solution.Now I want to move the whole application to production.What should I do The production server just has .net framework installed. So I cannot created solution.If I just copy my projects to production will it work Thanks, Sudha Hi, I copied the websetup.exe to production server and executed it there.It went through.When I say http:\\webserver\projectname it gives me this error Configuration Error Description: An error occurred during ...Show All

©2008 Software Development Network