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

Software Development Network >> Visual Studio

Visual Studio

New Question

Using "Indigo" from within Internet Explorer 7?
video example not working
Setting an XElement's value
Is IntelliSense going to be fixed?
How to add controls to Adorner
Can't Get WAS Host Tcp Sample to Work
Getting list of all dependency/attached properties of an Object
CommunicationException was unhandled
VS 2005 and Microsoft.Office.Interop
Returning Files as a Stream

Top Answerers

LtScho
.NETBloake
PiGuy
Azeem Sarwar
Donaghy
Elena B
Jacco Mintjes
Nikolaos Anastopoulos
Lenoire77
XNA Rockstar
sitemap
Only Title

Answer Questions

  • AlexBB Window AllowsTransparency="True" brings up error for Design view in VS2005

    Just been coding with WPF, and I always get this error when trying to look at the Design view when I have AllowsTransparency="True" for the window. I get the Whoops! screen, and more specifically I get an error in the Error List. Error: Property 'AllowsTransparency' was not found or is not serializable for type 'Window' To allow viewing in Design View, I have to get rid of the AllowsTransparency attribute. However, I can compile it and it runs fine with the AllowsTransparency property. And It also renders fine in Expression Blend's Design view. I know this is beta software we're looking at... but is it fixable BTW, Happy New Year from Brisbane, Queensland, Australia :-) Chris ...Show All

  • tass_flint ExceptionHandling - best practices

    Hi, I was wondering if there are already any exception handling best practices or patterns for WCF Assuming, you are developing a real world enterprise application, do you have any patterns for handling all the exceptions like they occur on broken connections, etc. Thanks, Tom Thanks for your replies. However, I was looking more for advice for situations like: With NetTcpBinding the client makes a call to the server but the server closed the port or the connection broke. Now, do I need to wrap every call in a try/catch block and give them to an exception handler or can I somewhere in WCF itself specify that it should try to reestablish the connection on a broken connection exception. So, can I tell WCF ...Show All

  • orent intellisense in editing XAML - orcas march CTP

    I dont have intellisense in XAML editor. how can I get it back Thanks here is what I have [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Languages\Language Services\XAML] @="{c9164055-039b-4669-832d-f257bd5554d4}" "Package"="{e58c2a8b-bcc4-4559-ad59-d62eb6d58a22}" "AutoOutlining"=dword:00000001 "LangResID"=dword:000003e9 "CodeSenseDelay"=dword:000001f4 "CodeSense"=dword:00000001 "EnableAsyncCompletion"=dword:00000001 Are you getting the red squiggly underlines for errors in XAML, e.g. for misspelled attributes like this < Grid BBackground =" Red "> </ Grid> Could you check the following registry settin ...Show All

  • ItsMe&amp;#33;&amp;#33;&amp;#33; Demo III: Offline Application – WebService

    Hello all, The N-Tier demo has finally arrived. This demo shows you how to take the server side code, basically the ServerSyncProvider along with all SyncAdapters that we build in the last demo, and expose it as a web service. On the client side, you generate a web service proxy and build a thin wrapper around it to be able to plug it into the sync agent. These steps and more are described in the accompanying readme.txt file. For more details and to download the project please visit my blog at: http://blogs.msdn.com/synchronizer/ Download sample: http://blogs.msdn.com/synchronizer/attachment/1554160.ashx Yes! Thanks for the quick response! I resolved all of the errors. Will this work with Sql Server 2005 Expr ...Show All

  • watch is Crystal reports XI R2 development and Visual Studio 2005 VB

    Dear sirs, i have made an aplication with .net 2005 vb. i have reports XI R2 development version, and the reports are running very well in the development machine. Can anyone please help me on the right way off make the instaler of the aplication, to be deployd on other machines Please Paulo Costa Thanks it worked First, you should download the merge modules available from http://support.businessobjects.com/communityCS/FilesAndUpdates/crxir2_net_merge_modules.zip.asp You need to use the one ending in NET_2005.msm. Then create a new setup and deployment project. In the solution explorer right click and choose add -> Merge Module. Then right click ...Show All

  • Julian V Scanner object

    The Visual J# we have presently installed where I teach does not have many of the objects found in the java.utils package found in JAVA 5.0 Among other objects that were not found is Scanner , one used extensively in the text that we have adopted. Does the Visual J# upgrade address this problem at all Visual J# provides an independently developed set of class libraries designed to provide the functionality equivalent to most JDK level 1.1.4 class libraries and includes classes specified in the College Board's Advanced Placement curriculum for Computer Science. Visual J# also supports Microsoft extensions shipped with Microsoft Visual J++ 6.0, including Windows Foundation Classes (WFC) and many other com. ...Show All

  • Alex1 SwimLane as custom parent

    Hi, I have two unmapped swimlanes. When I add modelelements to these swimlanes via the toolbox items, I override the method ChooseParentShape as follows: public override ShapeElement ChooseParentShape( ShapeElement childShape) { switch (childShape.GetType().Name) { case "ServiceModelComponentShape" : return this .ServiceModelComponentLane; case "ServiceContractShape" : return this .ServiceContractLane; default : return base .ChooseParentShape(childShape); } } All works well until I reopen the diagram, I get following exception "Object reference not set to an instance of an object." during the ElementAdded method of the FixupDiagram class. ...Show All

  • Christie Myburgh C# function call crash

    There is a C# code which worked reasonably well when it was compiled with .NET 1.1 and Visual Studio 2003. Now we have switched to .NET 2.0 and VS 2005 and some machines started displaying strange behavior. It is demonstrated in the code below: Something like GPF happens in the call to Foo.Bar(). The execution does not go inside the function, it looks like .NET runtime which does the call, crashes. No exception is caught in try/catch below. If I copy/paste Bar() into class Oops and call this new function, it works fine. If I put another static function into Foo, which returns some simpler type, such as string, and call it instead of Bar(), it also works fine. Looks like the problem is calling a function in another class which returns Micro ...Show All

  • avenueofdesign MSCTF.dll exception

    Hello, Im trying to debug this application which works but gives some exceptions in the complete beginning. Why would a program try to call MSCTF.dll (which has something to do with office..) 'video1.exe': Loaded 'C:\WINDOWS\system32\MSCTF.dll', No symbols loaded. First-chance exception at 0x7c918fea in video1.exe: 0xC0000005: Access violation writing location 0x00000010. 'video1.exe': Unloaded 'C:\WINDOWS\system32\MSCTF.dll' 'video1.exe': Loaded 'C:\WINDOWS\system32\MSCTF.dll', No symbols loaded. First-chance exception at 0x7c918fea in video1.exe: 0xC0000005: Access violation writing location 0x00000010. 'video1.exe': Unloaded 'C:\WINDOWS\system32\MSCTF.dll' this has nothing to do with topic the problem you describe is cover ...Show All

  • Paul Gerald Problem with NTLM on IIS

    Hi everyone! I began to investigate different security option of the WCF and found this problem: WCF is hosting on IIS. So I have no problems while there was Anonymous access. Then I restrict access only with integrated Windows security and since this i wasn't able to make my service work. So first time it responded with such error: The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Negotiate,NTLM'. The problem seems to be clear: In Service and Client config's i set clientcredentialtype to Windows, then IIS responded generally the same error: The HTTP request is unauthorized with client authentication scheme 'Negotiate'. The authentication header receive ...Show All

  • Nagaraj K How to solve this problem when we transform a picture?Help me

    The formatter threw an exception while trying to deserialize the message: Error while trying to deserialize parameter http://tempuri.org/:GetUserPhotoResult . There was an error deserializing the object of type System.Drawing.Bitmap Hm, really strange. Can you send over the code to christian.weyer __AT__ thinktecture.com Cheers, Christian May you show me how do you have change to Stream Object I have same problem, bu when tranfer Stream Object instead of Bitmap, the received Stream is unusable, length property thow and exception. Thanks I have send a mail to you with a project code Is this the same problem as here http://forums.microsoft.com/MSDN/Show ...Show All

  • chris fitzmartin Cannot start debugging because the debug target ... is missing

    Using VS 2005 Pro / Visual Basic. "Build" --> an .exe appears in /bin. (Build successful; no errors or warnings.) Right after that, F5 --> an error message "Visual Studio cannot start debugging because the debug target ... is missing...". Checking: an .exe misteriously disappeared(!) from /bin. Immediately after that F5 -> application runs, an .exe appears in /bin. (Occasionally, would take several more F5's.) Anybody has an idea what is happening Y.Fradkin One of the lines of code in your application is keeping your application from compiling either in debug or release. check the error list for more info. Get rid of the error and your applications should auto ...Show All

  • Suren... Running Framework 2.0

    I have downloaded and installed Framework 2.0, but Visual Studio is still running 1.0. How do I convince Studio to run 2.0 I suppose you are talking about Visual Studio 2002/2003 version. You need Visual Studio 2005 to develop applications for .NET 2.0. You can download one of the Visual Studio Express editions which are free from http://msdn.microsoft.com/vstudio/express/default.aspx You can't. Visual Studio is closely tied to the version of the Framework it was released with. You have a few choices: Buy Visual Studio 2005 Download a trial of Visual Studio 2005 Download one of the free Express editions Use the command-line compiliers that ...Show All

  • avalancheseah Question for Visual studio 2003

    Dear Sir, I am using Visual Studio 2003 for develop the Webpage. and I use excel on the web to show out the reporting. But I found some thing wrong. If I using office XP or above, I can show the data successful, exclude office 2000. I tried to update the service pack 3 for office 2000, but still fail. So, do you have any idea or suggestion. Thank you very much. Best Regards, Thomas Hi Thomas This forum is specifically for questions concerning the Visual Studio Tools for Office technology. It doesn't handle web pages or hosting Office applications on web pages. From the sound of it, you may be working with an Office Web Component (OWC). There's a newsgroup for those where you might get an answer. http://msdn.mic ...Show All

  • IamHuM Not able to compile the C# code in VS2005 with crystal report included in the project.

    Hello, I create a new project and add a new item to it which is a crystal report. Then when I compile , I get the following error without adding a single word of code: Error 1 Assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' uses 'CrystalDecisions.Enterprise.InfoStore, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' which has a higher version than referenced assembly 'CrystalDecisions.Enterprise.InfoStore, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' c:\Program Files\Common Files\Business Objects\2.7\Managed\CrystalDecisions.CrystalReports.Engine.dll WindowsApplication2 Warning 2 Reference to type 'CrystalDecisio ...Show All

919293949596979899012345678

©2008 Software Development Network

powered by phorum