IDE :: Run Exe Without .net Framework
Dec 28, 2009
is it possible after compiling the exe to make it a standalone exe that does not need the .net framework to be installed on the clients machine, because some clients have IT policies that forbid them to make installations. most of my applications are Ms access + vb.net so is there a way to give the customer the db with exe & no other installation steps are needed.
View 3 Replies
ADVERTISEMENT
May 21, 2010
I am work on VB.net 2003 Framework 1.1 for last 3.5 years in windows Application.We are currently migrating to VB.net 2008 framework 3.5, but i don't know about the features which related to ADO.net and which is important to performance. I know linq to SQL but our architecture is made in .net 2003 so we should follow this.Any features which is very important to enhance the performance?
View 2 Replies
Feb 2, 2011
I have a solution that I wish to upgrade from Vb.net framework 1.1 to framework 4.0. The solution consists of a number of projects, all but one of which compile to dll's. The master project compiles to a executable which provides a menuing system which dynamically loads the dll's and connects to entry points.
The projects contain normal classes, numbers of forms and also controls, which are either usercontrols or are inherited extensions of standard windows controls.There are a number of third party components (eg reporting and grid controls from Component One, Ribbon control from DevExpress etc).
[Code]...
View 4 Replies
Apr 7, 2009
How come software created in an older framework version won't run on a newer framework version? Actually whenever i try to run some old specific software having .net 3.5 framework on my PC they show they needs .net framwork 1.1 . What a bad thing?My newer version of Photoshop ans Ms office open all lower version files.
View 6 Replies
Nov 24, 2011
I work for a small company and we are planning to build our own framework using .net . For example if a dropdown is placed in the form and set the custom property to Users, then the users list from db from has to populate. The developer will drag and drop the custom control and set the connection string in config file. Other things are to be managed by the framework.
View 4 Replies
May 13, 2010
c# - Are Microsoft Entity Framework and ADO.NET Entity Framework (.edmx) the same?
View 7 Replies
Jun 2, 2009
if an app created in Visual Basic 2008 can be installed on a machine that has the 2.0 framework installed?Are the frameworks backwardly compatible? I'm basically thinking about a no frills basic type of app with no calls that would make a conflict on the lower framework.
View 2 Replies
Jan 23, 2010
is there wpf and wcf for the .net framework v2.0(visual studio 2005)
View 3 Replies
Jun 4, 2011
My problem is simple I have my application which was perfectly executing under framework 2.0, but recently I upgraded my code to add few lines.
ServicePointManager.DnsRefreshTimeout = 500
ServicePointManager.DefaultConnectionLimit = 100
ServicePointManager.EnableDnsRoundRobin = False
ServicePointManager.MaxServicePointIdleTime = 1000
ServicePointManager.SetTcpKeepAlive(False, 500, 500)
Now when I comment these, the application is executed flawlessly, but when included program requires Framework 2.0 SP2 upgrade, I searched MSDN for this but looks like this is available from Framework 1.1
I dont want my users to upgrage to SP2 for such minor things but cant also remove this from my code, Is there an alternate to achieve similar ServicePointManager settings without a Framework Upgrade?
View 1 Replies
Feb 20, 2009
When I create a new project in VB Express, I get the following 2 errors:
Warning1Value cannot be null.Parameter name: serviceInstance00
Error2.NET Framework 2.0 update not found. The win32manifest will not be embedded.WindowsApplication1
How can I fix this? Windows Vista Home Basic
View 4 Replies
Feb 15, 2011
I am on windows vista 32bit.I installed .NET4 and my projects will not open.I had to uninstall and go back to 3.5 w/ SP1.Is .NET4 not yet "complete" and compatible with VisualSutdio 2010 Ultimate?
View 11 Replies
Mar 25, 2011
I know you from microsoft but can you stopto all those old threads that related to flash and browser because you are pushing new threads to the back. If you want to post something that can benefit the forum members, just post in
View 3 Replies
Nov 27, 2009
I want to attach .net framework 2.0 file in wix.how can i?so whenever client want to install the msi then it will install the framework directly.so how can i bind the framework in msi package?
View 1 Replies
Oct 3, 2010
Basically, i am trying to determin if an application made for 1.x will run on a computer with just one copy of the .NET framework installed which is a higher version than what i am targetting, ie: it only has one copy of .NET 2.0, or 3.0, or 3.5 or 4.0 - has one copy of either of these and thats it, the hypothetical computer would not have 1.0 or 1.1 installed.
[Code]...
View 5 Replies
Oct 30, 2011
I create a project with DB Ms access on .NET Framework3.5. and I make it exe. this application doesn't work on XP, so I Downloaded NET Framework3.5 to work.My question is: can I change the .NET Framework from 3.5 to 2.0 after create my project.
View 4 Replies
Jan 10, 2011
lot of computer users don't have Framework 4.0 and aren't interested in installing it. I can build my programs in 2005 Express but I have Framework 4.0, and if the computer user doesn't have 4.0 the user gets an error. Is there any way to specify that framework 1.5 be used for the build? (I'm assuming I could find 1.5 somewhere.)
View 5 Replies
Jul 10, 2009
I have just completed an app, but i dont want to inculde the redistributable framework... What .dll(s) are required with the apps(so no framework is required)
or can i just integrate framework and my app into 1 setup.exe.
View 7 Replies
Jan 20, 2009
My simple application runs great on all of my P2 700 mhz 256 or higher PC's.Using dotnet 2.0 and XP.But weird things happen on a Celeron 400mhz, 256mb with XP and dotnet 2.0
View 9 Replies
Jun 24, 2010
I have a desktop application which interacts with web server and does some work. I dont have any installer for this app and I don't want to have one. Its just executes when it gets clicked.Now, what I want is, I want the user to run the app and the app will check if he has .net framework installed in his machine or not and will start downloading and installing the .net framework automatically.
View 3 Replies
Feb 18, 2010
My company is tossing around the idea of using the Entity Framework when it comes out with .NET 4. We are currently a VB.NET shop, but have some interest in switching to C#.Is there any major arguments for or against such a move?Does EF with C# hold any advantages in performance, coding ease, etc over VB.NET?
View 10 Replies
Apr 27, 2010
How can i get the
DomainNameAccountName
as string with the .NET Framework?
View 5 Replies
Apr 13, 2012
I am about to purchase a windows virtual private server (VPS) for my data intensive web applications.is it possible to install .NET Framework 4.0 on any VPS? That would a GoDaddy server.
View 3 Replies
Sep 10, 2009
I downloaded Vb express 2008 from Microsoft site. I am using WindowsXP The download was completed and when the setup starts the progressbar of .Net Framework 3.5 SP1 stops in half way and it is just stuck up with no further movement ahead even after 30 or 40 minutes time. I tried it several times but it just stucks up in half way.Because there are 5 or 6 components of vb express 2008 download and it installs only first component and when it reaches the second component of .Net Framework SP1 the progressbar just helds up in the half way.
View 3 Replies
Jan 28, 2009
Is there a way to shrink that thing?
View 1 Replies
Jun 30, 2011
I need to access the raw .NET framework libraries ( such as System ) and etc. All of the libraries that are required by .NET programs to run. Is there a specific place on my harddrive that I can find them all?
View 1 Replies
Jan 2, 2009
Say I wrote something in .NET 3.5 that does everything I want very nicely in Windows XP with the framework installed. What would I have to do to alter this program such that it can run exactly the same way on older versions of Windows with or without the framework installed? Is this even partially possible without changing languages or downgrading my Visual Studio?
View 1 Replies
Feb 9, 2011
How to use.net framework 2.0 on vs 2010
View 8 Replies
Sep 25, 2011
I need all the dll's in the following format:
Dim references() As String = {"Reference1.dll", "Reference2.dll"}
but I don't know where to find the dll names.
View 3 Replies
Nov 7, 2011
I am currently building an app using net framework 4 I am aware that if I want to distribute it for Windows XP, I have to include this as part of the setup
Which versions of windows has which net framework in the operating system which means I do not have to include it in the setup
ie What does Vista 32 & 64 bit have, What does windows 7 32 & 64 bit have
Also, is there a step by step tuition to create a setup package
View 11 Replies
Mar 2, 2010
I'm having a heck of a time figuring this out, the tutorials I found on the web are not complete or are for VB 6.0 (obsolete in some cases). On the C++ side I have the following ::
hwndExternalApplication = FindWindow(NULL, L"Dromocast Client");
SendMessage(hwndExternalApplication, WM_SETTEXT, NULL, (LPARAM)"Hello");
"Dromocast Client" is my visual basic application, and I checked to make sure it's not NULL. In fact I get made sure I'm getting some data on the VB side. On my Visual Basic side I have the following
[Code]...
When I send the data over it's garbage, meaning strTemp comes out as all these chinese characters, and my title bar on the visual basic program gets garbled with a bunch of chinese characters as well. My guess is my "SendMessage" is written wrong, or I'm doing something silly, but I have no idea what. I'm not a windows programmer so I'm kinda trying to figure this stuff out by googling.
View 3 Replies