Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Knowledge Base > Visual Studio.Net
Search:
What's New - What's Hot
Listings for Assembly Assembly (10)
Listings for Bugs Bugs (5)
Listings for Debugging Debugging (9)
Listings for Deployment Deployment (6)
More Categories for Errors & Bugs Errors & Bugs (29)
Listings for General General (38)
Listings for Installation Installation (8)
More Categories for Management Instrumentation (WMI) Management Instrumentation (WMI) (0)
Listings for Oracle & .NET Oracle & .NET (3)
Listings for Web Forms Web Forms (3)
Listings for Web Services Web Services (9)
Listings for Windows Forms Windows Forms (9)
Listings for Windows Installer Windows Installer (1)
 


HOW TO: Create and Use a Meta Data Assembly     
Total Hits: 85  |  Today: 0Author: Microsoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

This step-by-step article describes what meta data assemblies are and in what scenarios you can use them. This article also explains how to use the Soapsuds tool with the nowrappedproxy flag to generate a meta data assembly....

How to install an assembly in the global assembly cache in Visual C++ .NET and in Visual C++ 2005     
Total Hits: 143  |  Today: 0Author: Microsoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describes how to generate a strong name for an assembly, and how to install a DLL in the global assembly cache (GAC). With the global assembly cache, you can share assemblies across multiple applications. The .NET runtime automatically installs the global assembly cache. Components are typically stored in the WINDIR\Assembly folder, where WINDIR is the name of your windows folder....

HOW TO: Register an Assembly in a WebForm to Use a Custom Control     
Total Hits: 97  |  Today: 0Author: Microsoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article provides step-by-step instructions to make and to register an assembly to be available in a WebForm to use with ASP.NET custom server controls....

How to run a user control assembly that is hosted on Internet Information Services (IIS) in Internet Explorer     
Total Hits: 87  |  Today: 0Author: Microsoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article discusses how to run a user control assembly that is hosted on Microsoft Internet Information Services (IIS) in Microsoft Internet Explorer....

How to write a simple Web service by using Visual Basic .NET or Visual Basic 2005     
Total Hits: 144  |  Today: 0Author: Microsoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describes how to write a simple Web service, called MathService, that exposes methods for adding, subtracting, dividing, and multiplying two numbers....

HOW TO: Create a Strong Named Assembly in Visual J# .NET     
Total Hits: 54  |  Today: 0Author: Microsoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

This step-by-step article describes how to create an assembly with a strong name in Visual J# .NET.

Assemblies can be assigned a cryptographic signature called a strong name. Strong names provide name uniqueness for the assembly and prevent someone from usurping the name of your assembly (name spoofing). If you are deploying an assembly that will be shared among many applications on the same computer, the assembly must be placed in the Global Assembly Cache (GAC). To be placed in the GAC,...

How to create a Primary Interop Assembly (PIA)     
Total Hits: 52  |  Today: 0Author: Microsoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

A Primary Interop Assembly (PIA) contains the official description of types as defined by the types publisher. A PIA is an assembly that contains a signed set of wrapper classes that enables you to call unmanaged code from managed code.

A PIA is a unique vendor-supplied assembly that contains the type definitions of types that are implemented by using the Component Object Model (COM). In a PIA, the type definitions are contained as metadata. The COM type library publisher must sign only o...

How to call a Visual Basic .NET or Visual Basic 2005 assembly from Visual Basic 6.0     
Total Hits: 80  |  Today: 0Author: Microsoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describes how use Microsoft Visual Basic .NET or Microsoft Visual Basic 2005 to build a managed assembly that can be called from Microsoft Visual Basic 6.0....

Build solution from command line or with contexmenu item with Microsoft VS.NET     
Total Hits: 156  |  Today: 0Author: Chris Richner.      Rating:  
Read Reviews | Write Review |  Your Rating: 

This little article can give you a hint on how you can build your solution files quickly without running 6 Visual Studio applications that enlarge your scratch file till your computer is slow like my grandma.

First of all run %ProgramFiles%\Microsoft Visual Studio .NET\Common7\Tools\vsvars32.bat, if devenv.exe (Visual Studio IDE) could not be found from command line....

Using Managed DirectX to Write a Game     
Total Hits: 261  |  Today: 0Author: Sams Publishing      Rating:  
Read Reviews | Write Review |  Your Rating: 

Learn how to write your first game, with a movable car, obstacles, high scores and more, all written with the help of Managed DirectX and the .NET framework....

WebCast: XML Serialization and Sample Code     
Total Hits: 282  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article serves as a pointer article to two XML Serialization Support WebCasts....

FIX: COM Interop Marshaler Incorrectly Matches Types Between Assemblies (Q316334)     
Total Hits: 277  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

The COM Interop marshaler may match the types from one assembly with the metadata from a different assembly....

BUG: Error Message: Component 'DiffMergeCtl.ocx' or One of its Dependencies Not Correctly Registered: a... (Q317976)     
Total Hits: 512  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

You may receive the following error message: Component 'DiffMergeCtl.ocx' or one of its dependencies not correctly registered: a file is missing or invalid....

HOW TO: Detect If an Application Has Stopped Responding by Using Visual Basic .NET (Q304990)     
Total Hits: 201  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

In some situations, you may want to detect if an application is blocked. For example, when you are automating Microsoft Internet Explorer, you may want to know if Internet Explorer has stopped responding....

BUG: Automatically-Generated Page Event Handler Inserts Incorrect Event Name (Q318279)     
Total Hits: 512  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you automatically generate a page event handler, the automatically-generated page event handler is named WebForm1_Load , but the Page_Load event handler is connected to the function....

BUG: "Expected Identifier" Error Message on Default.aspx ASP.NET Page (Q315990)     
Total Hits: 440  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you browse to a WebForm that is named Default.aspx and was created with Microsoft Visual Studio .NET, you receive the following error message:
A Runtime Error has occurred.
Do you wish to Debug?
Line: 19
Error: Expected identifier
This error occurs when server controls that cause a PostBack are present in a WebForm that was created with the C# language....

INFO: Error Log Message "ACTION FAILURE... See MSI log for details." Does Not Specify the File Name (Q315320)     
Total Hits: 225  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

When Visual Studio .NET Setup completes the installation process, the installation summary is displayed and you have the option to view the installation log file. If a Custom Action fails during setup, then the installation log files Installog.txt and Errorlog.txt will display the following error message:

"ACTION FAILURE... See MSI log for details."...

HOW TO: Build and Use XML Web Services by Using Visual Studio .NET (Q315935)      
Total Hits: 303  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article demonstrates how to create and use an XML Web service with Visual Studio .NET. XML Web services are reusable units of application logic that you can expose to clients across the Internet. Web services are platform-independent. In addition, Web services are based on standards that the industry agrees upon such as Extensible Markup Language (XML), Simple Object Access Protocol (SOAP), and Hypertext Transfer Protocol (HTTP).
...

HOW TO: Create an Assembly with a Strong Name     
Total Hits: 703  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Assemblies can be assigned a cryptographic signature called a strong name, which provides name uniqueness for the assembly and prevents someone from taking over the name of your assembly (name spoofing). If you are deploying an assembly that will be shared among many applications on the same computer, it must have a strong name. This document describes how to create an assembly with a strong name....

BETA-PRB: Error Message: Unable to Start Debugging. Unable to Start Program < application name.exe > (Q303067 )     
Total Hits: 1313  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you try to debug a managed application (one that makes use of the .NET Framework) with Visual Studio .NET Beta 2 software, you might experience the following error:

Error while trying to run project: unable to start debugging. Unable to start program < application name.exe >....



Disclaimer - Privacy
© 2002-2012 DevASP.net