由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - [土问]c# project里面加c++ project出错
相关主题
how to resolve this bug?请教VC2003 debug问题
一个MSVC2005程序在vista下的问题Re: 一个DLL的问题
get_innerHTML需要什么样的permission?How to find the DLL dependency of an EXE file?
release模式可以,debug模式出错是怎么回事?linker problem in VC
今天很郁闷error of create ASP.net project in Visual Studio 2013 (转载)
如何提取一个executable的所有dependency?FP的可读性是最大问题
问一个C++函数Parameter的问题how to resolve this problem?
请教python中如何向文件写入矩阵c++设计一问:如何动态地调用不同的算法的dll ?
相关话题的讨论汇总
话题: set话题: project话题: file话题: c#话题: code
进入Programming版参与讨论
1 (共1页)
b********a
发帖数: 5418
1
可以build,但是debug就会报这个错:
System.IO.FileLoadException was unhandled
Message: Could not load file or assembly 'filename, Version=1.0.4566.26601,
Culture=neutral, PublicKeyToken=null' or one of its dependencies. The
parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
所有这些c#,c++ project都是一个solution下面的。以前用一样的方法没问题,中间电
脑崩溃过重装过一次,再从tfs下了代码,就不行了。电脑是x64, .net 3.5.
google出的解决方法完全不适用,那个要删除清空的文件夹根本在我电脑上就不存在,
google如下:
http://blkarwasara.blogspot.com/2011/07/hresult-0x80070057-einv
还尝试了各种改setting啊神马的都不好用。可以确定的是肯定能找到filename的那个
file,因为删掉file以后build报的错略微不同,只说找不到file specified,没有后
面parameter incorrect那些。除了这个完全没有clue了。。。
谢各位大仙帮忙啊!
l********a
发帖数: 1154
2
Go to Control Panel -> Administrative Tools -> .NET Framework 2.0
Configuration -> Runtime Security Policy -> Machine -> All_Code
I did a right click on All_Code and checked out the Properties ->
Permission Set
I set that Permission Set to FullTrust as it was previously set to
Nothing.
c****e
发帖数: 1453
3
Take a look inside EventViewer to see which dll is missing.
p*a
发帖数: 592
4
Google fusion log and turn it on. You will see why the DLL cannot be loaded.

,

【在 b********a 的大作中提到】
: 可以build,但是debug就会报这个错:
: System.IO.FileLoadException was unhandled
: Message: Could not load file or assembly 'filename, Version=1.0.4566.26601,
: Culture=neutral, PublicKeyToken=null' or one of its dependencies. The
: parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
: 所有这些c#,c++ project都是一个solution下面的。以前用一样的方法没问题,中间电
: 脑崩溃过重装过一次,再从tfs下了代码,就不行了。电脑是x64, .net 3.5.
: google出的解决方法完全不适用,那个要删除清空的文件夹根本在我电脑上就不存在,
: google如下:
: http://blkarwasara.blogspot.com/2011/07/hresult-0x80070057-einv

1 (共1页)
进入Programming版参与讨论
相关主题
c++设计一问:如何动态地调用不同的算法的dll ?今天很郁闷
多projects的soluton中如何组织文件夹的结构?如何提取一个executable的所有dependency?
biuld error of C# reference of namespace in two projects (转载)问一个C++函数Parameter的问题
Default function template arguments请教python中如何向文件写入矩阵
how to resolve this bug?请教VC2003 debug问题
一个MSVC2005程序在vista下的问题Re: 一个DLL的问题
get_innerHTML需要什么样的permission?How to find the DLL dependency of an EXE file?
release模式可以,debug模式出错是怎么回事?linker problem in VC
相关话题的讨论汇总
话题: set话题: project话题: file话题: c#话题: code