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

Software Development Network >> GEORGE ROBINSON's Q&A profile

GEORGE ROBINSON

Member List

MWatts
bergeron
ZardoS42
Kestutis
ajay_dekavadiya
Rido
thukralz
tee_user5
em325409
jk67
CoreyMc
wfilus
LutherW
yhong
wchedm
Michele Tenuti
Kalaivani Prakash
CScs
Tom25
AvalonNewbie
Only Title

GEORGE ROBINSON's Q&A profile

  • .NET Development installing .net framework SP1 problem

    I was just trying to install the sp1 for 1.1 on a media center pc and i need it because i want to connect to my 360.. Anyways, the message: (Microsoft Visual C++ Runtime Library runtime error! Program: C;/WINDOWS/system32/msiexec.exe This application has requested the Runtime to terminate in an unusal way. Please contact the application;s support team for more information) i have windows installer 3.1 and framewark 2.0 and 1.1 installed and it wont let me uninstall them either, same message comes up. Please can anyone help me Hi - I'd be v.grateful if you could let me know how to fix this if it is the same problem. I can't uninstall .net 1.1 as each time I try, the visual C++ error says that msiexec ...Show All

  • Visual C++ Spy++ hangs getting properties of a window

    In trying to troubleshoot difficulty creating a toolbar, I used Spy++ to look at the attributes of the toolbar window. When I select the window from the list in Spy++ and right-click it, select Properties, Spy++ hangs indefinitely. The toolbar is being created by the following code, in a class derived from CFrameWnd. CFitToolBar is dervied from CToolBar: pFitToolBar= new CFitToolBar; pFitToolBar->Create( this ); pFitToolBar->LoadToolBar(IDR_FitToolBar); pFitToolBar->ShowWindow(SW_SHOW); The result of this code is nothing, although both Create and LoadToolBar return 1 (success). IDR_FitToolBar is a toolbar resource created by the toolbar editor (i e, a set of images for the buttons). Q1) How to use Spy+ ...Show All

  • SQL Server NT AUTHORITY\ANONYMOUS LOGON'

    I read a lot of artical but didn;t find a solutio to this problem. I have Windows 2003 SP1 install Reporting services 2005 I have other Windows 2003 SP1 server with SQL 2005 database. I set kerberos delegetion control on the server in the AD I also run the command cscript adsutil.vbs set w3svc/1/root/NTAuthenticationProviders "Negotiate,NTLM" on reporting services server but still getting this error message. Any help w3wp!processing!7!8/30/2006-00:00:01:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Cannot create a connection to data source 'MyDB'., ; Info: Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Cannot create a connection t ...Show All

  • Windows Forms Unchecked Combobox in an indeterminate checkstate

    Hi, I have DataGridviewCheckboxColumn with three possible checkstates. So I set DataGridviewCheckboxColumn.ThreeState = true . The problem: The checkboxes in the column has a shaded appeareance as expected, but it also checked. How can I get a unchecked checkedbox with a shaded appearance and which is also not able to be changed Thanks for help. Stefan ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Community Website

    With the announcement of the XNA Game Studio Express (Beta) we decided to create a community site where everyone can post Games, Articles, Tutorials, Pictures, and more. We hope XNASpot will be a place where anyone at any programming level can come to learn more about XNA game development. One tutorial is already in the works. But we need feedback on what everyone would like to see on the site. Is there any specific tutorial, article, code sample everyone would like to see If you have a site or blog you would like us to link to please feel free to shoot us an email. Please let us know what you think. http://www.XNASpot.com Here comes a german community: www.dev360.d ...Show All

  • Audio and Video Development sAPO source code modification problem

    I'm trying to use sAPO which is introduced in Windows Vista. Though, I had some trobule in compiling them, finally I was able to compile and install it on my computer. But the problem is that I don't think that it is not working properly. The sample which Microsoft gave me is just to switch channels. I added some more code which makes every sound output to white noise (0.00f ) in that sample. and added some code which shows message box whenever users click check boxes on property window. It looks like both of modification does not work properly. Anybody succeeded in this sAPO sample modification I just want to know if there is anything wrong with the provided WDK samples. Please, tell me anyone if you succeed in these things. ...Show All

  • Silverlight (formerly WPF/E) How to connect & retrieve data from DB in WPF/E ?

    Hi, Is there any way to connect to DB in WPF/E and retrieve data from DB If YES, then please let me know how is it possible   Thanks, Santosh Kalkeri you can use json. You just need a aspx file to read data from database, and response.write with the json format. Javascript can use json by eval it. It's the fastest at now than xml. www.json.org ...Show All

  • SQL Server .net version of Detect Anomalies in Excel

    Is there an e quivalent or similar .net sample for detecting data Anomalies Detect Anomalies in Excel http://zones.advisor.com/doc/14413 Please check out the Data Mining Addins for Office 2007. There's a task "Detect Outliers" which might work for you. More details about the addins are available at http://www.sqlserverdatamining.com Thanks ...Show All

  • Visual Basic no to make a property readonly

    Hello, We are developing a security library, it just takes the controls and, with some data in the database, set the enable and visible property. But I set that properties in the load event of the form according with the database, i would like to avoid programmers to set the enable and visible property by code after the load event. Do you now a way to make that properties readonly after setting them I would like that just for certains controls, nor for all of the form. Thanks in advance. creaturita wrote: well, being direct, what i want is this: textbox1.visible=false And make that property readonly. Noone could change it. The Windows.Forms.Control type does not support this kind of functionality di ...Show All

  • Architecture Announcement: NLog 1.0 has been released!

    After 2 years of work, we're proud to announce the availability of NLog 1.0. NLog is a free logging library for .NET designed with simplicity and flexibility in mind. See http://www.nlog-project.org for more information about NLog. Source, binary packages and installer packages are available for download from: http://www.nlog-project.org/download.html Tutorial and reference documentation are available at: http://www.nlog-project.org/documentation.html The following people have contributed to NLog by submitting code or bug reports: * Jaroslaw Kowalski <jaak at jkowalski dot net> * Marcin Krupinski <yoszek at gmail dot com> * Inez Korczynski <korczynski at gmail dot com> * Rafal Gwizdala <gwrafal at ...Show All

  • Visual Studio 2008 (Pre-release) Undestanding WCF webservice instance contexts and related concurrency modes

    I've made a little block schema . Tell me if what i'm writing there is correct and if not, how would you modify it I'm assuming certain things undocumented which should be abvious... i don't know... Have a look at this ongoing thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=911893&SiteID=1 I think it has (or eventually will have) the answer to your question and more. ...Show All

  • Visual Studio Tools for Office VSTO Invalid Reference

    I just downloaded and installed VSTO and attempted to create a new solution from the Excel template. I get the following error messages when I compile. The type or namespace name 'Core' does not exist in the namespace 'Microsoft.Office' (are you missing an assembly reference ) The existing Microsoft.Office.Core reference has a yellow triangle: Copy LOcal: False Name: Microsoft Office 11.0 Object Library Identity: {2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}\2.3\0\primary Version: 2.3.0.0 I can remove the reference and re add the refrence from the COM tab. Copy Local: True Name: Microsoft Office 11.0 Object Library Identity: {2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}\2.3\0\tlbimp Version: 2.3.0.0 and the defalult application w ...Show All

  • SQL Server Installing Microsoft SQL server management studio express broke my asp.net databases

    Morning, I installed the managerment stuid on my machine and now none of my database connections seem to work any more. I keep getting the attached error. Before I installed the studio the system worked fine, I could connect to the database and everything was fine. Does the studio change any permission stuff I cannot seem to get it to work again at all now, I added in aspnet as a login inside the studio and it still won't let me connect to the database. I cannot find *any* logs anywhere that might be helpful in what it is doing or see any way to debug the connection to find out what the problem is. When I look at the permissions inside of the studio it shows me that the connections should all be fine. I checked and remote and local connec ...Show All

  • Visual Studio Team System TF14043: An error occurred computing the delta. Not enough storage is available to process this command

    We're attempting to migrate a fairly sizeable SoruceSafe database into a dual-tier TFS server configuration using VSSConverter. After running analyze.exe, VSSConverter Analyze, then half-way through VSSConverter Migrate we start seeing errors in the EventLog. The app-tier server had been running for about 3 weeks, so we've restarted it and are starting a fresh VSSConverter Migrate. Searching for the win32 error "Not enough storage space is available" seems to indicate that it's run out of memory. However this is a Dual Xeon hyper-threaded box with 3.5Gb of memory and plenty of free disk space. The 2.0 Framework machine.config has <processModel autoConfig="true" /> Can you provide any clues as to wha ...Show All

  • Visual Studio Express Editions Benefit Portal not available

    I been waiting for the benefit portal for C# and C++ Express but i only get page not available all the time. And i been waiting for like almost two weeks now, but i only get this page error. Are you going to this site http://connect.microsoft.com Can you sign-in with your passport on another page and try to access this site Is your ISP blocking the site I'll do some more research and see if I can find a suggestion. ...Show All

©2008 Software Development Network