Can MonoDevelop (2.2b2) Running On Windows Use Microsoft Compilers
Oct 28, 2009
I've installed MonoDevelop 2.2b2 on my Windows workstation, which has the .NET 3.5 SDK installed and running fine (I can use VS Express and command-line compilation without a problem).Apparently MonoDevelop defaults to calling the Mono VB.NET compiler (vbcnc.exe) rather than the Microsoft compiler (vbc.exe) when building a project. (I haven't tried a C# project yet.)Is there a way to tell MonoDevelop to use the standard VB.NET compiler for .NET 3.5? I can't seem to find such an option anywhere in the application, solution, or project options.I like the MonoDevelop IDE (even better than SharpDevelop), but I'm not sold on installing and using Mono's compiler just yet, nor do I know if it can even handle the latest VB.NET / C# language features.
View 2 Replies
ADVERTISEMENT
Apr 3, 2010
After installing Monobjc and playing around with the Monobjc Application Project under C# in MonoDevelop, I noticed that there is only an empty Monobjc project under the VB section.
Obviously this template adds all the correct references but doesn't add the basic files for the application to run. I've tried creating a class with:
Imports System
Imports Monobjc
Imports Monobjc.Cocoa
Class Application
[Code]...
Also if I add in a xib file from IB, how do I generate the designer code for the partial AppDelegate class?
View 1 Replies
Feb 10, 2012
I am attempting to create MonoDevelop 2.8.6.4 Profile for Visual Studio 2010 (I could not find anyone else who had created 2.8 or newer). I uploaded the whole folder that I created to [URL] I saved the folder inside of:C:Program Files (x86)Reference AssembliesMicrosoftFramework.NETFrameworkv4.0Profile Here is the XML profile file I created:
[Code]...
View 2 Replies
Feb 9, 2012
I'm looking around and I "think" I'm reading conflicting statements about MonoDevelop's ability to support a VB.NET project. Some places say it's not possible yet, and other places say that you can with MonoDevelop V2.10... unfortunately I can't seem to find this elusive v2.10.
Do any of you know if this is currently possible (even if I have to install a beta)?
View 1 Replies
May 15, 2012
I have seen this happen before but am not sure how I resolved it in the past. On runtime the controls of my form change from the windows 7/vista format to an older version format as shown in the attached image.
How to display the controls in the format on the left (new windows format)
View 1 Replies
Sep 25, 2011
I am building a Setup project for a Web system using Visual Studio 2008. I upgraded my development machine from Windows Xp to Windows 7. The problem started with Windows 7. Whenever I try to build I get the above error. I ve tried several solutions given online but I ve failed to get a solution. When I transfer the system to a machine running Windows Xp or Windows 2003 Server it builds successfuly.
View 4 Replies
May 7, 2009
I am trying to write a Windows Script that will allow me to monitor the following: That 2 x seperate but specific processes within Component Services "Running Processes" list are currently running and have not reset within the past hour. If I already know the PID, then I can retrieve the CreationDate (I assume which I can use to check for restarts? or is this the actual process creation/installation date) for each specific process, however if a restart occurs the PID will change and my script needs to know what the new PID is without me telling it!
[Code]...
View 2 Replies
Aug 27, 2010
We have a windows service running under a network account that calls and runs an ActiveX exe. The exe is running under the local system account, not the network account of the service.
View 1 Replies
Jan 25, 2010
Just placed out first Windows 7 PC in to a production environment and noticed that system.file.io gives errors about file not existing when using mapped drives to a network server. I can access the file through Explorer on the PC. When I chnaged the path to UNC using the IP and drive name instead of the mapped drive letter all works fine. Strange thing is for a few days during the testing period the application ran on Win 7 using the mapped drives in the file.io path. Not sure why it stopped working or how it worked in the first place. Question is on Windows 7 it seems like it doesn't like mapped drives in system.file namespace. Is tis true or are there more steps I need to do in addition to this This works as is, but when I change \172....vol1 to r: it bails, hence the thinking Win 7 is stopping the access to mapped drives.
[Code]...
View 1 Replies
May 9, 2012
I developed a c# .net windows application and create Set-up for it on windows XP Professional OS .
And Try to Run This Set-up on to Windows 7 OS(32 and 64 bit Both) for installing this application onto Windows 7 OS Machine But Installation Failed and Throw Code Error: 2869.
View 1 Replies
Apr 2, 2011
I want to learn 3D programming within the Microsoft Windows .NET environment. My best .NET language is VB.NET.My aim is to be able to create 3D images only. I do not want to create 3D videos or 3D games.Any suggestion of books or online resources that are suitable for VB.NET users like me?
UPDATE:
I know nothing about 3D programming and only have limited experiences in 2D graphics programming under .NET I can work in all versions of VB.NET and Visual Studio (2003-2010)
View 2 Replies
Mar 3, 2011
in: Project->Add Reference
i not have: "Microsoft Windows common Controls 5.0"
What i can do?
View 5 Replies
Apr 26, 2012
I was planning to test a webservice on VB.NET application, but it seems that I need the IIS, How can I download the IIS from Microsoft website on a Windows 7.0 machine..Luai Alrantisi, BSc in Computer Engineering, University of Ottawa 2007, Canada. IT Manager of MTN Mobile Telecom.
View 1 Replies
Jul 6, 2011
I'm trying to install Microsoft Speech SDK 5.1 on my Windows XP Professional computer for a VB.Net project I'm working on and I'm getting nowhere. I have Office 2007 Pro. Can anyone confirm or deny that this cannot be done? I have an old Office 2002 disk. Would it do any good to put that on the computer (due to the fact that you're supposed to install Speech through Office and Office 2007 does not do this)? Will installing Office 2002 interfere with Office 2007?
View 6 Replies
Aug 14, 2009
How can I make it so when I click a command button It will open up Microsoft Windows XP Paint??
View 3 Replies
Apr 14, 2010
is this even necessary in VS2010 & .NET 4.0? I've been trying to take advantage of the new Windows 7 taskbar interfaces like the Jump List. The MSDN documentation/tutorial instructs me to include a System.Windows.Shell, but apparently Shell isn't a member of System.Windows. I downloaded the API code pack, but I am unsure of what to do with it. The instructions say to open the main solution file and build it:QuoteTo build the library (except the DirectX related features) in Visual Studio 2008, please extract the contents of the �WindowsAPICodePack.zip� file in a new folder and build the included �WindowsAPICodePack.sln� file.And so I did that, but that is the extent of the instructions. I thought maybe it was a Visual Studio extension, so I tried accessing Shell again to no avail. Do I need to add each of the respective namespaces' projects to the target solution to use the API Code pack?
View 6 Replies
Dec 22, 2011
I have an application in vb.net and ms access as backend. The problem is when application wants to connect with the database it will show an error like "The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.". My connectionstring is
"Provider=Microsoft.Jet.OLEDB.4.0;"
& "Data Source=" & dbName &
";JET OLEDB:Database Password=******"
How can i solve this issue. My OS is windows 7 (64 bit).
View 1 Replies
Feb 19, 2012
I'm wondering if you can use the Microsoft.Office.Interop.Excel in a windows service application type.
I've a windows form application which opens an Excel file and do some actions and save it as another file. All this is working perfect in windows forms. When I copy the same code and paste it in a windows service, then it is not possible to open the file even.
I receive the following error message:
[Code].....
View 2 Replies
May 30, 2012
I'm a having hard time finding Microsoft Windows CE Toolkit for Visual Basic 6.0 for download. I have a msdn subscription but it's not available. The Toolkit for Vb6 is too old to be still part of the MSDN subscriptions I guess.
View 10 Replies
Apr 9, 2009
this error seems to be an error on Microsoft's part with Windows 7 and DirectX9. DirectX11 on Windows 7 should be able to run DirectX9, but it says it can't find the assembly called "Microsoft.DirectX.Direct3D.dll". I know for a fact that he can play Assasins Creed on Windows 7 which uses DirectX9.. Why does that game work but not my application? I'm using VB.NET btw.
[Code].....
View 6 Replies
Sep 17, 2009
I want to create a windows installer package using visual studio. It is my understanding that there was a simple way to do this in vb6, you could add an installer like you can add a new form.
How can I do this in vb.net? I downloaded and installed the Windows SDK from [url]... because it said somewhere that it could create installer packages and had tools to do so for .net
View 5 Replies
Mar 27, 2009
Is it possible to expose an event in an Microsoft Office product to a Windows service? That is, are the Office product events shared with other processes like Windows services? I know I can handle these events in VBA code in Word/Excel. However if the code is disabled the handling does not occur. I want to be able to have a service run in the background to log these events as they occr.
View 4 Replies
Mar 17, 2010
I am using VB5 on a PC running Windows XP. I've read that in the future, Programs written with VB5 will be 'unsupported' on PC's running Windows 8. Does unsupported mean that Programs created with VB5 won't run on Windows 8 or that they will run but Microsoft won't offer any support for any problems?
I'm thinking of downloading Visual Basic Express 2008 and converting my VB5 Programs to VB.NET. Can I run VB5 and VB8 Express on the same PC without affecting my VB5 projects?
View 3 Replies
Oct 11, 2010
On Windows Phone 7 to get the current control one would use
FocusManager.GetFocusedElement()
Wherea on Winform it is just ActiveControl.Why use 2 semantics which is a nuisance for portability ? Is there any difference of behavior you can see between the two ? If yes that makes sense, otherwise that doesn't.
View 2 Replies
Oct 2, 2011
Can any one advise me about a book to purchase to prepare for the MCTS:Microsoft Net Framwork 3.5 windows Forms Application exam?
View 5 Replies
Jun 10, 2011
Is it possible to draw WPF elements in Aero style, running on Windows XP? Also can you change the window style to look like Aero? BTW I found a reference PresentationFramework.Aero, is it something to do with this?
View 1 Replies
May 18, 2011
I'm trying to make an RTD server unicode compliant. It is written in VB .NET 2003, and to my understanding, Unicode characters are used internally, so no conversion should be required, right?
When I run this on an English Windows xp machine, it works fine, but when testing on a machine with a Portuguese version of Windows 7, a couple of the RTD server's dialog boxes will not open in the add-in section of Excel. Does anyone have an idea why this would happen in Windows 7 Portuguese?
View 4 Replies
May 24, 2010
I created an app that connects to an SqlCe database. it runs fine on my computer (xp) but when i try to run it on other computers, it crashes (on xp machine, the error is : OS error: the OS storage system is not responding, on windows 7 the error is: Access to the database file is not allowed).
On windows 7, if i right click the exe and run as administrator, it runs fine. But, i can't expect my users to do this every time they want to run my app.
View 4 Replies
Mar 5, 2012
I am trying to use VB Net on Windows 7 to connect to a DB2 running on AIX. I don't want to have to set up an ODBC connection on every box so I really need something that I can do through VB Net. When I use the IBM.DATA.DB2 it does not work on Windows 7. I get an error: 'Type DB2Connection is not defined'
[Code]...
View 1 Replies
May 9, 2010
Is there any possibility to access directly from a Windows form created in VB.net a protected Excel file? I mean, that the password for opening xls file to be stored in VB.net Windows form. I also have the same problem for a Microsoft Access protected file.
View 2 Replies