You can compile on XP, and run on Linux under Mono. Where it's compiled doesn't have an impact, only framework versions and compilation settings. Unless you use ngen.exe to generate a native image.
On 24 Sep, 14:36, rhaazy <[EMAIL PROTECTED]> wrote: > The fact that you complied something on Vista, and it was deployed to > XP or vice versa could be the problem in general. > It may or may not work, and in this case, it doesn't work. In many > cases > when something is compiled on XP and deployed to Vista, it doesn't > work as > seen by the many posts in Vista NG(s) about some user installing > something > on Vista that works on XP and was meant for XP, but it started blowing- > up > other applications on Vista or Vista stopped working. > > One should compile the application and deploy it to the platform it > is > intended to run on -- XP to XP and Vista to Vista. > > On Sep 24, 9:07 am, Paul <[EMAIL PROTECTED]> wrote: > > > Has your ASP app been placed in the 2.0 pool and is it set through IIS to > > use the 2.0 framework? > > > On Wed, Sep 24, 2008 at 3:25 AM, CK <[EMAIL PROTECTED]> wrote: > > > > You may need to have ASP.Net2.0 installed on your Vista PC as well as > > > 3.5. I'm not sure, but its the best I can come up with at the moment. > > > > On 23 Sep, 08:51, pmw <[EMAIL PROTECTED]> wrote: > > > > Yes I do. > > > > > On Vista I do have .NET 3.5 SP1 > > > > On XP I do have .NET 1.1, 2.0, 3.0 and 3.5 with the newest Service > > > > Packs. > > > > > The Application runs on .NET 2.0 > > > > > -- > > > > pmw > > > > > On 23 Sep., 09:44, CK <[EMAIL PROTECTED]> wrote: > > > > > > Do you have the same version of .net on both machines? > > > > > > On 22 Sep, 12:17, pmw <[EMAIL PROTECTED]> wrote: > > > > > > > Hey guys > > > > > > > Got a problem with a VB.NET <http://vb.net/> application. If I > > > compile it in Windows > > > > > > Vista, it doesn't work in Windows XP. > > > > > > > The error happens when I try to declare a public OleDb object. Here > > > > > > the source: > > > > > > > >>Public DatabaseConnection As New OleDb.OleDbConnection > > > > > > > The error only shows up, when I try to fill the ConnectionString. > > > > > > > >>DatabaseConnection.ConnectionString = > > > "Provider=Microsoft.Jet.OLEDB.4.0;Data > > > Source=C:\AccessDatabase.mdb;Persist > > > Security Info=False;" > > > > > > > It works fine in Windows Vista, but not in Windows XP. > > > > > > > But: > > > > > > If I compile the application in Windows XP, then it works also with > > > > > > it. No error shows up then. > > > > > > > So my question is: How can this happen, and did anyone ever had this > > > > > > problem? > > > > > > > Thanks for your help. > > > > > > > -- > > > > > > pmw- Zitierten Text ausblenden - > > > > > > - Zitierten Text anzeigen -- Hide quoted text - > > > > > - Show quoted text - > > > -- > > _______________________________ > > > Take care, > > Paul > > > It is not we non-interventionists who are isolationists. The real > > isolationists are those who impose sanctions and embargos on countries and > > peoples across the globe and who choose to use force overseas to promote > > democracy. A counterproductive approach that actually leads the U.S. to be > > more resented and more isolated in the world. > > > Dr. Ron Paul > > >www.RonPaul2008.com-Hide quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://cm.megasolutions.net/forums/default.aspx -~----------~----~----~----~------~----~------~--~---
