Ext.net 1.0 + installation problem

  1. #1

    Ext.net 1.0 + installation problem

    Hello,

    I downloaded the 1.0 version from svn, but i can not open the solution.
    I get the error: "The tools version 4.0 is unrecognized".
    The only project that opens is the ExtJS.Examples.

    I have visual studio 2008 running and .NET Framework 3.5.

    Thanx!
  2. #2
    Hi,

    Try to install Visual Studio 2010 Express (http://www.microsoft.com/express/Downloads/) and build assemlies, after that you can use built assemblies under VS2008

    Also, you can build it under under VS2008 if remove some targets section from csproj files
  3. #3
    Quote Originally Posted by Vladimir View Post
    Hi,

    Try to install Visual Studio 2010 Express (http://www.microsoft.com/express/Downloads/) and build assemlies, after that you can use built assemblies under VS2008

    Also, you can build it under under VS2008 if remove some targets section from csproj files
    Thanx! I will try this and let you know if everything is working.
  4. #4
    Quote Originally Posted by Birgit View Post
    Thanx! I will try this and let you know if everything is working.
    Hi Vladimir,

    I tried your solution yesterday. But now when i want to select the ext.net.dll to add controls to my toolbox, i get the error: "Ext.net.dll" is nog a Microsoft .NET module.


    The other solution to remove target section in csproj file. What do i exactly need to delete? Maybe this is a better solution?
    I already tried to comment this line
    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    in the project file. Then i can load the solution. But when i want clean / build it, then i get the message: "the targe "Clean" does not exist in the project"

    Thanx!
    Last edited by Birgit; Nov 05, 2010 at 8:24 AM.
  5. #5
    Quote Originally Posted by Vladimir View Post
    Hi,

    Try to install Visual Studio 2010 Express (http://www.microsoft.com/express/Downloads/) and build assemlies, after that you can use built assemblies under VS2008

    Also, you can build it under under VS2008 if remove some targets section from csproj files
    Hi Vladimir,

    You can mark this as solved. It seems to be that i downloaded from the wrong svn location, sorry for that!

Similar Threads

  1. Replies: 11
    Last Post: Sep 28, 2012, 8:43 PM
  2. Ext.Net 2.0 Installation not working through NuGet
    By falinhares in forum 2.x Help
    Replies: 1
    Last Post: Jun 14, 2012, 4:10 PM
  3. Installation Problems
    By pyro in forum 1.x Help
    Replies: 7
    Last Post: Dec 22, 2011, 11:18 AM
  4. Installation problems, Windows 7 x64 IIS7
    By paul-2011 in forum 1.x Help
    Replies: 9
    Last Post: Jun 24, 2010, 12:41 PM
  5. manual installation in hosting provider
    By tkm in forum 1.x Help
    Replies: 2
    Last Post: Sep 20, 2009, 6:01 AM

Posting Permissions