Search Result
Collapse
7 results in 0.0041 seconds.
Keywords
Members
Tags
-
How to run an application built for .net v2 on .net v4 client profile
I have created a simple 'hello world' windows form in VB.net using visual studio 10. In the compile tab of the project I have targeted .net framework V2.0. The application runs on my development machine which has all versions of the framework installed. If I copy it to an XP machine with ONLY .net v4.0 client profile installed it will not run but errors immediately with a msgbox "To run this application You must first install one of the following... -
Simple Windows Game - Part 1: A Game Framework
I've decided to do a series of insights based on creating a simple windows game using C# and WinForms. There are other methods of approaching this task but I've chosen to try to keep things fairly simple and demonstrate how one might make a game. More experienced developers will note some similarities between my approach here and how Microsoft XNA does things. This is intentional for two reasons...
- XNA is an excellent hobbyist framework
-
What is shine enterprise java pattern?
Shine Enterprise Java Pattern
Shine Enterprise Java Pattern has been developed for variety of application. This pattern has these parts:
• Maplet: a framework for doing web projects which are coincidence with MVC architecture. This framework helps developers to follow a standard pattern for developing a web application. Maplet helps developers to save time of developing and extending.
• JShooter: a framework that makes reflects... -
sample code for maplet framework ?
i need a sample code for maplet framework ?
how can help me ?
maplet in belongs to shine enterprise pattern -
Vista reformat and reinstall causes .NET framework problems
i had my PC format recently, and installed windows Vista home premium, the moment i turned on my PC i had this
problem:
Unhandled exception has occurred in your application, If you click Continue, the application will ignore this error and attempt to continue.
if you click Quit, the application will close immediately.
Argument 'Year' is not valid value.
See the end of this message for details on... -
theseoworld started a topic Which is best Javascript framework for Google App Engine for big project with pythonin JavascriptWhich is best Javascript framework for Google App Engine for big project with python
Hi,
Which the best Javascript framework for Google App Engine for big project with python?
and with web 2.0 and UI Design aspects and easy custimiization of the code and good documentation
If you have used Google App Engine or not please mention that ? -
Compiler Framework on top of the .NET CLI
Greetings,
I've been writing a framework for the Common Language Infrastructure (aka .NET) for about six to eight months. Its end goal is to greatly reduce the amount of work necessary to write a compiler. It will do so by handling the heavy lifting, such as transforming high-level concepts into somewhat lower-level concepts for use by the CLI.
Above is an image which gives a basic structure outline...