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

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

slide

Member List

c2cabco
Darren Blackett
Ron_S_MWA
Andy Davis
Sunil Muktibodh
Eric Kiersky
vino-msdba
Bibo
DegenerationX
roothekoo
DF WOSC
PhilippCH
dadomingues
tacoman667
Marioh
zespri
ale_vera_0603
mike g777
beckd2
Joe Buys
Only Title

slide's Q&A profile

  • SQL Server Cannot generate SSI Context

    New install of SQL Server 2005 (x64) Standard after uninstalling previous version SQL Server (x86) Standard. After installation, client connections are receiving "Cannot generate SSI Context" error messages. TCP/IP Integrated Authentication is being used. Kerboros authentication is failing when SQLService is running under a domain account and works when running under local system account by reverting back to NTLM authentication. ...Show All

  • Architecture good C# 2.0 architecture book for Window application

    Hello, can anybody recommand a good C# 2.0 architecture book for Window application I moved from VB6 to C#. Need a intrduction book for clear writing, not high level with samples. Some samples on N-tier design is better. Thanks. the patterns and practices books are a good start. http://msdn.microsoft.com/practices/ ...Show All

  • Visual C++ Where is the context menu to add class member variables/functions?

    I have installed Visual C++ 2005 Express version. I tried using the class wizard to create a new member variable by opening class view and right clicking on the class, but Add Function and Add Variable are missing from the context menu. Is this something not included in the express version or is there a configuration setting that needs to be set These features are not available in Express, as we package t ...Show All

  • Visual C++ C6.0->VS2005 -user messsages- ON_MESSAGE error C2440: 'static_cast'

    Help Needed: I'm moving a program from C6.0 to Visual Studio 2005 C++.  It's an MFC program.  The problem I am having is with ON_MESSAGE handling user messages.  The compiler is not happy with the function prototype for the message handler.  I've made the needed changes to the code to satisfy the stronger type checking of this compliler, but don't understand the 'static_cast' comment.  I've tried making the function ' ...Show All

  • Windows Forms Adding custom performance counters

    Hi, I am trying to add custom counters to perfmon. I followed the code sample from SDK. I see the counters in the 009\perflib , but when I start up perfmon and try to add counters, I get an event log, EVENT ID 1017. Can somebody please help me sort this out I see this in the wmiadap.log. I am not sure what  it means (Thu Oct 06 10:52:14 2005.3563656) : VerifyLoaded for s7xx hr = 80041001. (Thu Oct 06 10:5 ...Show All

  • Visual C++ C2248 error when migrating my project from VC7(2003) to VC8(2005)

    My project compiles in .net 2003, but when compiling in .net2005, i got tons of errors like this. error C2248: 'std::vector<_Ty>::_Myfirst' : cannot access protected member declared in class 'std::vector<_Ty>' with [ _Ty=unsigned char ] c:\program files\microsoft visual studio 8\vc\incude\vector(1243) : see declaration of 'std::vector<_Ty>::_Myfirst' with [ _Ty=unsigned char ] thanks for helping ...Show All

  • .NET Development Unmanaged dll's: can not load side-by-side

    I have an bunch of different versions of unmanaged SDK's. Each SDK contains files: 1. unmanaged.h C++ header file: // Unmanaged C++ EXPORT class UnmanagedClass { public: UnmanagedClass(); ~UnmanagedClass(); void SomeMethod(); int someField; ... } 2. unmanaged.lib 3. unmanaged.dll - all SDK dll's have same name regardless to version In my application I have to force SxS execution of these different versions. For ea ...Show All

  • Visual Studio Tools for Office Handling ComException

    Hi, Is there anyone have any idea for handling COMException: Actually when I run the code, everytime I get following exception: "Exception from HRESULT: 0x800A03EC" Please assist me here. Thank you You can catch a ComException with: Catch ex As System.Runtime.InteropServices.COMException I've encountered COMExceptions in a variety of ways. One thing I try to do i ...Show All

  • Visual Studio Express Editions How to display my data in text file-?most recent - should be at the top of Textfile

    Hello all, I want to know how to append my data into text file(C:\). My problem is when I append a data into text file, The data are appended in bottom of the Notepad text file. I want most recent appened data will be added into top of the file. My code follows, Dim s As String s = RsP.Fields("birthday") & vbTab & RsP.Fields("SEX") & vbTab& RsP.Fields("Weddate") & vbTab ...Show All

  • Visual C# asp.net

    hello i have an asp form in which i have added checkboxes for a field "hobbies". now i want to retrieve the values of all the checkboxes that are checked, in another asp form. can anyone help me how i can do that thank you If you want your results to be viewed in other aspx you need to use CrossPagePostBack.... But if it is on the same page then foreach(Control ctrl in Page.Contro ...Show All

  • .NET Development Is there a class that i can use to schedule task according to system clock

    Is there a class that i can use to schedule task according to system clock. I need a class that i can use to schedule methods to run at different times of the day and also at different time of the week. If no .NET class exist are there any COM components that i can use Someone has written a wrapper around the TaskScheduler COM interfaces over on CodeProject: http://www.codeproject.com/csharp/tsnewlib.asp ...Show All

  • Visual Studio Script Explorer

    Trying to find Script Explorer window. Looked in Debug/Windows and nowhere to be found. Many thanks Edward. Have finally sussed it out. I thought I had selected Web Developments settings but I now find that they weren't selected. Did a reset on this and selected Web and, lo and behold, there was the Script Explorer sitting there in the Menu. Doh! Cheers ...Show All

  • SQL Server ReportServerUrl element is not a valid configuration file element

    Hi, I get the error specified in the subject "ReportServerUrl element is not a valid configuration file element" ini the report manager if I replace <ReportServerUrl></ReportServerUrl> tags in RSWebApplication.cofig file with <ReportServerUrl>http://<computername>/ReportServer</ReportServerUrl> Any ideas why I should get that . If the element was not valid, it should not have worked ev ...Show All

  • SQL Server Is there transactional consistency across multiple publications?

    Hi, Currently, I have Server A which has Publication P1. Server B is subscribed to P1. Let's use 'T1' as the name for the set of tables/articles included in P1. Now I need to add serveral new tables to Server A. Let's call the new set of tables 'T2'. There is a Server C that needs to sync with the data in both T1 and T2. But Server B cannot have T2's data for privacy reasons. One of the solutions I'm thinking about is to create another pub ...Show All

  • Visual Studio Arbitrary object "properties"

    From what I've seen (And can remember), the Class Designer made use of the <summary> and <remarks> XML documentation tags.  Is there a way to add additional tags   I've been experimenting with using custom XML documentation tags to replace traditional "property def" documents by storing things such as InputType, Required, and MaximumLength directly in the source code.  It would be nice to be able to manipulate this kin ...Show All

©2008 Software Development Network

powered by phorum