Results 1 to 37 of 37

Thread: Framework 1.1

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474

    Framework 1.1

    Today I faced Framework 1.1 in my windows update list. Is it 100% compatible with Framework 1.0?
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    It seems that you can not work it VS.NET 2002 and Framework 1.1 unless you add
    <startup>
    <supportedRuntime version="v1.1.4322"/>
    </startup>
    to the exe config file. You think its all one has to do?
    I uninstalled Framework 1.0 but it seems that if you dont insert that line it still uses old runtime files. Now I am kinda stuck what to do? should i switch to 1.1 ?
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  3. #3
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    You did'nt need to uninstall 1.0, the can run side by side.
    Dont gain the world and lose your soul

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    I just unistalled it to test. But despite that it still uses old run time files. I dont know from where However I reinstalled it again.
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  5. #5
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I installed it among Windows XP Update . It seems running fine but didn't go in details yet .

  6. #6
    Member
    Join Date
    Sep 2002
    Posts
    53
    I also installed the updated .NET Framework v1.1.

    In the about of Visual Studio .NET it still says .NET Framework 1.0 Version 1.0.3705

    Am I missing something?

  7. #7
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    If they run side by side then I don't think it updates your current stuff that uses 1.0. I think they are rolling it out because VS.NET 2003 uses it and it comes out on the 24th. Windows Server 2003 also uses it.

  8. #8

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    It seems that VS.NET 2002 is hard coded with Framework 1.0. However you can force your application to use Framework 1.1 . There are some really useful fixes in 1.1. Like that of closing of modal forms in load event.
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  9. #9
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    Originally posted by Lunatic3
    It seems that VS.NET 2002 is hard coded with Framework 1.0. However you can force your application to use Framework 1.1 . There are some really useful fixes in 1.1. Like that of closing of modal forms in load event.
    have you read any thing else about 1.1 anywhere ?any other fixes?
    oh and when is vs2003 comming? 24 of this month?
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  10. #10

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    Backwards Breaking Changes from version 1.0 to 1.1
    http://www.gotdotnet.com/team/change...1/default.aspx
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  11. #11
    Member
    Join Date
    Sep 2002
    Posts
    53
    It seems that VS.NET 2002 is hard coded with Framework 1.0. However you can force your application to use Framework 1.1 .
    How?

  12. #12
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    looks like no fixes in system.drawing some parts of it are still INCOMPELETE!
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  13. #13

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    How?
    add this to your exe config file

    <startup>
    <supportedRuntime version="v1.1.4322"/>
    </startup>

    it should be nameed app.config in the IDE, <assemblyname>.exe.config in bin folder. If you dont have it already add it to your project.
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  14. #14
    Member
    Join Date
    Sep 2002
    Posts
    53
    lol, ok, looks like I'm getting the 'stupid forum reader of the day' award today.

    I haven't a clue what you mean by 'exe config file', the only file in my project that I ever have in the IDE is an 'AssemblyInfo.vb' file.

    And in my exe's bin folder the only other file I get is a '*.pdb' file.

    Can you give us a 'idiot' guide to what I need to do.

    Cheers...

  15. #15
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Here is a great article from MSDN magazine:
    http://msdn.microsoft.com/msdnmag/is...s/default.aspx

    It should really help everyone figure out what is really going on in the background.

    Here is part of the article to kind of show what is in the article:
    The version of the CLR that's loaded at run time depends on the version that the EXE assembly was built against. So, if you build a Windows Forms application against .NET Framework 1.0, even on a machine that has .NET Framework 1.1 (or later) installed on it, the 1.0 version of the CLR will be loaded to host your application. However, if a 1.0 application is launched on a machine without version 1.0 installed, will automatically be loaded into CLR version 1.1. This is to prevent every Windows Forms 1.0 application from requiring a .config file that says that it's OK to load a 1.0 application under 1.1. If you'd prefer to turn this behavior off, you can create your own .config file and turn off this auto-upgrade feature:

  16. #16
    Member
    Join Date
    Sep 2002
    Posts
    53
    OK, I got the 'config' thing sorted, I can now tell my 'exe' to use v1.0 framework only.

    What if I wanted it to use v1.1 only, which I would prefer, yes, I can change the config file to use v1.1 but wouldn't I surely need to take advantage of that also in the IDE whilst I'm compiling e.t.c. so the actually development environment is using 1.1?

  17. #17
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    See the link posted by DevGrp , it's great article that must answers all of your questions .

  18. #18
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    So are we gonna get a 'free' update to .Net 2003?

    Because I particularly think its ridiculous to think a developer is forced to pay again for the newest IDE which isn't all that new..

  19. #19
    Frenzied Member SomethinCool's Avatar
    Join Date
    Jan 2001
    Location
    Malvern, PA
    Posts
    1,407
    Will there be a service pack for VS.net 2002 on April 24th or do you have to go out and buy VS.net 2003 to get the full updates?

  20. #20
    Frenzied Member SomethinCool's Avatar
    Join Date
    Jan 2001
    Location
    Malvern, PA
    Posts
    1,407
    hmm..thats basically what nemaroller asked..lol sorry

  21. #21
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Originally posted by nemaroller
    So are we gonna get a 'free' update to .Net 2003?

    Because I particularly think its ridiculous to think a developer is forced to pay again for the newest IDE which isn't all that new..
    Well if you warezed VS.NET 2002, you might as well warez VS.NET 2003. If you bought a legitimate copy of VS.NET 2002 and registered it, then VS.NET 2003 will only cost you $29 bucks.
    Dont gain the world and lose your soul

  22. #22
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    then VS.NET 2003 will only cost you $29 bucks
    I haven't seen that statement anywhere on Microsoft's site, can you provide a link?

  23. #23
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Full details of pricing and availability for Visual Studio "Everett" will be announced closer to product release. Active MSDN subscribers (Universal, Enterprise, or Professional levels) will be among the first to receive "Everett" as part of their active MSDN Subscription. For Visual Studio .NET 2002 customers who do not subscribe to MSDN or to a Microsoft volume licensing program, Microsoft is committed to providing an inexpensive path to "Everett." Registered users of Visual Studio .NET 2002 will be able to license "Everett" for $29 US, the cost of materials, shipping and handling, for a limited time after release. Availability will be roughly concurrent with Windows Server 2003. For those customers who prefer not to upgrade to Visual Studio "Everett," a service pack offering only bug fixes for Visual Studio .NET 2002 will be available soon after the "Everett" release.
    Here is the link http://msdn.microsoft.com/vstudio/pr...fo/roadmap.asp
    Last edited by DevGrp; Apr 19th, 2003 at 07:44 PM.
    Dont gain the world and lose your soul

  24. #24
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    thanks!

  25. #25
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    Originally posted by DevGrp
    Here is the link http://msdn.microsoft.com/vstudio/productinfo/roadmap.asp
    what's this "Source code obfuscation" that it talks about?


    I gotto love this one: "Faster integrated development environment (IDE)"
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  26. #26
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Originally posted by MrPolite
    what's this "Source code obfuscation" that it talks about?


    I gotto love this one: "Faster integrated development environment (IDE)"
    They are talking about Dotfuscator. Its a stripped down version from a company called Preemtive Solutions.

    Also, when they said Faster intergrated development environment, they were'nt joking. I've have the final version for about a week now and its much faster than VS.NET 2002. Your .net programs even loads fasters. This is a big improvement.
    Dont gain the world and lose your soul

  27. #27
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Here is a link to information about Dotfuscator.

    http://www.preemptive.com

  28. #28
    Frenzied Member SomethinCool's Avatar
    Join Date
    Jan 2001
    Location
    Malvern, PA
    Posts
    1,407
    What is obfuscation?

  29. #29

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    To ensure platform independence, mobile programs are distributed in forms that are isomorphic to the original source code. Such codes are easy to decompile, and hence they increase the risk of malicious reverse engineering attacks.
    Several methods have been proposed to alleviate this situation. The highest level of protection is achieved with cryptographic solutions, but, unfortunately, this requires dedicated hardware with integrated decryption and execution units.

    A more modest level of protection is achieved through obfuscation. An obfuscator is a tool which -- through the application of code transformations -- converts a program into an equivalent one that is more difficult to reverse engineer. The advantage of this method is that it runs on standard hardware and without any changes to virtual machines or available interpreters.
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  30. #30
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    hmm so an application compiled with vs2003 has already gone through that "obfuscation" process?
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  31. #31
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    If I'm not going dumb then this stuff would protect any .NET Application . right ? If so , read the post here entitled "Decompilation" or something like that . There's small tool came with VS.NET that compile the code directly to the machine language not IL .
    Last edited by Pirate; Apr 20th, 2003 at 07:06 AM.

  32. #32
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    Originally posted by Pirate
    If I'm not going dumb then this stuff would protect any .NET Application . right ? If so , read the post here entitled "Decompilation" or something like that . There's small tool came with VS.NET that compile the code directly to the machine language not IL .
    that wouldn't be the best solution, because the code compiled to machine language wouldnt run on multiple platforms.
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  33. #33
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Do you mean this "obfuscation" solution thing would protect my projs and let them run on multiple Platforms ?

  34. #34
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    Originally posted by Pirate
    Do you mean this "obfuscation" solution thing would protect my projs and let them run on multiple Platforms ?
    I believe so. Compiling to machine language is nothing new! heh
    this obfuscation thingie is supposed to make it more complicated to decompile through "code transformations"
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  35. #35
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Ofcourse on the account of performance ! does it use some kind of encryption ? I don't get it MrPolite ..lol

  36. #36
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    Originally posted by Pirate
    Ofcourse on the account of performance ! does it use some kind of encryption ? I don't get it MrPolite ..lol
    I dont get it either it says it even loads faster so the performance is actually better
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  37. #37
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Obfusification is what Java users have been using for a while. Yes it makes it faster, your code smaller, and more secure (but not one hundred percent, even binaries can be reconstructed by someone with time on thier hands).

    http://www.cs.arizona.edu/~collberg/...h/Obfuscation/

    http://www.semdesigns.com/Products/F...fuscators.html

    http://www.semdesigns.com/Products/F...onExample.html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width